575 Commits

Author SHA1 Message Date
ba072652a7 Fix expand amount details on non swap orders 2023-03-10 15:43:52 -08:00
9c982c998f Fix textbox invoice string not changing for escrow 2023-03-10 10:15:03 -08:00
b6129bb46f Enhance clarity for swaps (#382)
* Improve clarity of swap orders

* Add descriptive send/receive amounts for swaps on Maker Page

* Add descriptive send/receive amounts for swaps on OrderDetails

* Collect new phrases

* Small fixes
2023-03-09 20:10:49 +00:00
57a47a408c Add fiat sent confirmation dialog (#383)
* Add confirmation dialog for fiat Sent

* Collect new phrases

* Small fixes

* Small fixes
2023-03-09 13:19:24 +00:00
7a5ae1c25c Fix initial fetchInfo on torified app 2023-03-07 08:07:14 -08:00
f6fcbd61a1 Fix link to update Android client 2023-03-07 08:04:04 -08:00
de18fb0d4c Fix unsafe/selfhosted alert 2023-03-07 04:13:56 -08:00
e69aa09bb6 Fix useffects for book/limit baseurl change, robot open profile and stats. 2023-03-04 11:49:10 -08:00
41feb8cf8e Fix useffects for book/limit baseurl change, robot open profile and stats. 2023-03-04 10:55:24 -08:00
8d4301a0c0 Fix Native requests (#375)
* fix-android-maker

* test
2023-03-04 12:54:06 +00:00
cee6ffbf45 Fix authenticated requests on Native 2023-03-04 02:14:45 -08:00
09027deffc Fix order click on matches. Fix existing PGP on deleted robot rebuild. 2023-03-03 11:00:08 -08:00
7f6b2bb79e Fix load garage android (#372)
* Refactor constructor

* Test
2023-03-03 16:54:03 +00:00
74398a019c Small fixes and updates 2023-03-03 07:25:21 -08:00
9412764f1d Functional UnsafeAlert and other Icons (#371)
* Add unsafe alert functional component

* Convert icons to functional components

* Run lin fix

* Fix webln uncaught error
2023-03-02 14:20:30 +00:00
c0b8a6d3ac Add robot garage (#370)
* Add garage model

* Add robot select to profile

* Replace Robot for Garage init

* Add Garage inners, not re-rendering

* Revert

* Collect new phrases and small fixes

* Small fixes

* Fix unencrypted # hack on Turtle chat

* Small fixes and collect phrases
2023-03-02 11:01:06 +00:00
d88c2a5eff Add App context (#369)
* Refactor fetchRobot

* Add appcontext

* Robot recovery fixes

* Add usecontext on maker and settings forms

* Add usecontext to booktable

* Add useContext to order page and main dialogs

* Small fixes
2023-02-24 19:17:13 +00:00
eb725331d0 Fix bug on protocol (#368)
* Update Main.tsx (#367)

Change in line 155
old: setBaseUrl(`http://${host}`);
new: setBaseUrl(`${location.protocol}://${host}`);

Co-authored-by: Nailuj2000 <irc@extralab.net>

* Fix typo url

---------

Co-authored-by: Nailuj2000 <irc@extralab.net>
2023-02-24 11:13:07 +00:00
95f4e1708c Add delay tor connected status, remove token from profile dialog 2023-02-22 07:55:51 -08:00
b39ae7de41 New Robot page (#357)
* Init RobotPage

* Add onboarding component and generate token step

* Add robot generation step

* Add onboarding step 3

* Add Welcome componenent

* Minor fixes

* Add recovery component

* Add robot profile component

* Small fixes

* Add TOR loading component

* Small fixes

* Fix tor loading and add highres animations on android

* Lint

* Fix robot profile order buttons
2023-02-21 17:22:48 +00:00
4f930345f9 Fix book controls overflow on small displays 2023-02-14 11:13:09 -08:00
db83f2b972 Fix crash on fullpage order book 2023-02-13 11:17:06 -08:00
6ef62a1fa4 Update minimum swap mining fee to 2 Sats/vbyte 2023-02-13 05:57:00 -08:00
e7f745be13 Fix maker form tooltips for swaps 2023-02-11 05:59:43 -08:00
965bbb0765 Enhance UI for Swaps (#346)
* Add better fiat/swap UI switches

* Add swap controls to booktable

* Enhance order details and take button for swaps

* Add swap specific order summary strings

* Add specific bond commitment descriptions for swap orders

* Fix cosmetics
2023-02-10 13:28:26 +00:00
237c9fd951 Fix bug on copied referral links 2023-02-09 09:57:39 -08:00
d3851784e2 Fix confusing prompt title for submission of payout information 2023-01-14 04:52:47 -08:00
f7a0554fb1 Add Stowaway to swap methods 2022-12-08 07:05:02 -08:00
718210ccd8 Fix dispute resolution titles 2022-12-04 02:11:59 -08:00
a7ad9c8c7e Fix swap dispute prompts 2022-12-01 02:18:42 -08:00
cc87054246 Add initial time fraction left on time progress 2022-11-29 02:00:56 -08:00
56f9c35b50 Add baseUrl to apiClient on pro frontend 2022-11-28 11:25:50 -08:00
e4e7b031b4 Fix random order matchmaking 2022-11-28 03:55:53 -08:00
f374b38660 Fix infinite spinner on routing failed without failure reason 2022-11-28 03:29:11 -08:00
da6a5c02c0 Fix prompt order for payout/escrow wait 2022-11-28 00:40:52 -08:00
f7d4648fa5 Add lnproxy json responses, enable lnproxy on android app 2022-11-27 12:34:37 -08:00
0ae63c50d2 Fix reset advanced option on disable 2022-11-27 08:15:50 -08:00
268e1259d6 Fix invoice validator 2022-11-27 03:21:07 -08:00
a1ef900469 Fix payout prompt title 2022-11-27 01:11:41 -08:00
dccb155cd8 Fix setSettings host override 2022-11-26 03:22:45 -08:00
3320291d03 Extend order side notice on lockInvoice prompt to makers 2022-11-24 10:48:27 -08:00
acaf0db9e6 Add routing budget and lnproxy (#328)
* Add advanced options to LN payout form

* Complete amount calcs

* Temporary working solution for lnproxy web only (uses text instead of json)

* Update LNpayment model and logics to use user's routing budget

* Add handle lnproxyserver networks (i2p, tor, clearnet) / (mainnet,testnet)

* Small fixes

* Small fixes
2022-11-24 17:47:49 +00:00
86e6bed37c Add advanced options to LN payout form (#326)
* Add advanced options to LN payout form

* Complete amount calcs

* Temporary working solution for lnproxy web only (uses text instead of json)

* Update LNpayment model and logics to use user's routing budget

* Add handle lnproxyserver networks (i2p, tor, clearnet) / (mainnet,testnet)

* Small fixes
2022-11-24 17:42:30 +00:00
6b2dedce13 Add Tradebox, OrderDetails, Notifications, OrderPage functional components. (#315)
* Re-init new tradebox

* Wip progress on OrderDetails

* Wip 2 OrderDetails

* Fix multiple requests on load

* Add functional Order page

* Fixes order page

* Fix delete storage

* Fix order page style

* Add Public order prompt

* Add paused order prompt

* Add expired prompt

* Create statusToContract logics

* Move fetch order loop to Main

* Add payout and wait prompts

* Fix order fetch on badOrder

* Fix styles

* Add chat and dispute prompts

* Add remaining prompts

* Fix style

* Add notifications component

* Fix take order style, add more notifications

* Add page title notification

* Add more notifications and small tradebox fixes

* Small fixes

* Small fixes to routing failure prompt

* Remove old trade box

* Add bad take order
2022-11-21 12:56:29 +00:00
19796c7c50 Fix non interactive book controls 2022-11-17 12:24:55 -08:00
bf30a99fd3 Fix fetch info on app start and ref link 2022-11-17 10:51:13 -08:00
ddcad444b6 Add copied feedback to Android pgp export 2022-11-17 09:42:52 -08:00
7c3293775b Fix export chat android (#324)
* Fix export chat button on Android

* Fix export chat button on Android
2022-11-17 17:29:56 +00:00
9d80ca6fdb Fix tradesummary avatars baseurl 2022-11-15 10:36:43 -08:00
7f731dfb00 Fix confirm action bug 2022-11-15 10:22:01 -08:00