299 Commits

Author SHA1 Message Date
3f6602e1a9 Activate new payment method icons 2022-04-29 12:39:54 -07:00
a60ed8ae00 Activate DE and FR 2022-04-29 12:26:33 -07:00
755874b100 Advanced maker options v2 (#110)
* Add escrow/invoice time customization

* Add accordion for Expiry times

* Add current price on order maker

* Add deposit timeout limit on order page

* Minor aestetic fixes

* Implement pause/unpause and expiry reasons

* Add renew order

* Add highlight buy/sell on maker page

* Fix order renewal. Improve book visuals and response.

* Fix double renew requests

* Fix cancel orders. Fix paused status to delay

* Fix paused order layout and loading spinner

* Add telegram message: order is in chat
2022-04-29 18:54:20 +00:00
0b7d2754d1 fr.json (#107)
* Create fr.json

* Update fr.json

* Update fr.json

* Update fr.json

* Update fr.json

* Update fr.json

* Update fr.json

* Update fr.json

* Update fr.json

* Update fr.json

* Update fr.json

* Update fr.json

* Update fr.json

* Update fr.json

* Update fr.json

* Update fr.json

* Update fr.json

* Update fr.json

* Update fr.json

* Update fr.json

* Update fr.json

* Update fr.json

* Update fr.json
2022-04-29 15:03:01 +00:00
2d24f0fa46 Add amazon icons including flags of 8 regions (#113) 2022-04-29 07:17:06 +00:00
c9e1dceef5 de.json (#108)
German translation by @dsitti 

* Merge branch 'Translation-german' of https://github.com/dsitti/robosats into Translation-german

* changed some text for better UI
2022-04-27 23:07:09 +00:00
ba9bc16b53 Polish translation (#111)
* Create pl.json

* Update pl.json

* Update pl.json

* Update pl.json

* Update pl.json

* Activate PL translation

Co-authored-by: valladolidBTCpol <104273807+valladolidBTCpol@users.noreply.github.com>
2022-04-24 19:32:08 +00:00
e2e939b044 pl.json (#105)
* Create pl.json

* Update pl.json

* Update pl.json

* Update pl.json

* Update pl.json
2022-04-24 19:30:42 +00:00
21c4e9f74c Add positioning badge on Order page avatars 2022-04-24 09:01:25 -07:00
acc0db2e96 New filtering and Buy/Sell icons in Book and Maker page 2022-04-24 08:18:17 -07:00
433952cbf4 Fix lnpayment deletion at profile deletion. Fix precision premium rank. 2022-04-24 04:20:05 -07:00
f7fb80ee07 Add book refresh button. Add amazon TLDs 2022-04-22 08:15:53 -07:00
a464a011f5 Add AliPay & WeChat Pay methods. Fix spanish translation. 2022-04-22 07:45:49 -07:00
e680f32f79 Remove built main.js from versioning (#102)
We should never version built files. This leads to conflicts when merging branches.

This commit deletes the main.js file and changes the .gitignore to prevent it from being added again
2022-04-21 13:03:42 +00:00
37d5111779 Pretty numbers (#99)
* Create pn helper function inside utils folder

The function pn() is being defined a few times in different components. This commit is the first of two commits to solve this issue.

This commit only creates the function inside the utils folder.

Jest is also being introduced for unit tests.

* Use pn from utils folder

This commit removes the multiple definitions of pn found across the project and imports the helper function whenever needed.
2022-04-20 13:58:55 -07:00
5c06cab195 Rework concurrent payments. in_flight true/false 2022-04-18 15:19:58 -07:00
2f1f82f1a6 Add currency XAF, TZS. Fix XOF icon. 2022-04-17 14:17:52 -07:00
9297ddfb2a Refactor payment icons, add 'not specified' icon 2022-04-17 13:33:43 -07:00
5e784d4bbb Add payment method translations 2022-04-17 12:14:22 -07:00
42cf915dea Fix re-taken order asks for new buyer invoice 2022-04-16 12:50:40 -07:00
9f57667f36 Improve contribute icons readme. Add trademark usage disclaimer. Add 5 new payment methods 2022-04-16 08:31:42 -07:00
14b4c16fa3 Fix for UI & Spanish translation. Implement concurrent invoice payments. 2022-04-15 17:04:17 -07:00
7bca5ecdc7 Extract getCookie function into its own file (#94)
The getCookie function was being implemented a couple of times across the pages. These changes create a single implementation and imports the helper function whenever needed.
2022-04-15 16:22:49 +00:00
22675ebaab Spanish translation (#96)
* Translate tp Spanish (#93)

* update_es.json

* Update es.json

Translate eng to esp from line 222 to end

Co-authored-by: mamifiero <99733022+mamifiero@users.noreply.github.com>

* Fit book and maker UI for variable length text

* Correction and style of the Spanish translation (#95)

* Correction and style of the Spanish translation

The following terms have been unified and adjusted only in Spanish, but can be done in English base too:

* Satoshis, satoshis, sats = Sats (in honour of RoboSats)
* Robot (always first capital letter in honour of RoboSats)
* Lightning, lightning, LN, Lightning Network = Lightningç
* Telegram, TG = Telegram
* Trade, Swap = Trade (Intercambio)
* Trade counterpart, Peer, Trading peer = Peer (Compañero)
* Hold invoice, Bond & Fidelity Bond = Bond (Fianza)
* Trade collateral, Collateral, Trade escrow, Escrow = Collateral (Colateral)
* Burner contact method, Burner email = Burner contact method (Método de contacto de usar y tirar)
* Hidden service (deprecated), Onion services, .onion site = Onion site (sitio cebolla)
https://tb-manual.torproject.org/es/onion-services/
* Tor Browser (Navegador Tor)
https://tb-manual.torproject.org/es/about/
* Craiglist is not common on spanish countries, so now inserted WallaPop

* Update es.json

Co-authored-by: decentralized.b <58108487+decentralizedb@users.noreply.github.com>
Co-authored-by: mamifiero <99733022+mamifiero@users.noreply.github.com>
Co-authored-by: ibertario <68381662+ibertario@users.noreply.github.com>
2022-04-15 16:15:57 +00:00
fb62be2ebb Delete frontend/src/components/payment-methods/webp directory 2022-04-12 21:37:00 +00:00
1c928d1cd2 Fixes #90, Fixes #89, Fixes #88 2022-04-10 11:48:43 -07:00
357d00c130 Disable ES 2022-04-10 06:53:31 -07:00
a85c34f14c Merge branch 'i18n' of github.com:Reckless-Satoshi/robosats into i18n 2022-04-10 06:49:37 -07:00
d5d36dc6f0 Add instant SEPA, small fixes 2022-04-10 06:45:43 -07:00
06529595d6 Add instant SEPA, small fixes 2022-04-10 05:28:10 -07:00
6044583b28 Update CONTRIBUTING.MD 2022-04-06 10:47:50 +00:00
96c6358d4e Internationalization (#85)
* Implement react i18n-next

* Add XHR i18n backend, include currencies_dict in APP

* Implement i18n 2/9. Add site description

* Implement i18n 3/9 TradeBox. Fix explicit pricing when amount range is enabled.

* Implement i18n 4/9 MakerPage.

* Implement i18n 5/9 OrderPage

* Implement i18n 6/9 Chat

* Implement i18n 9/9 Book, Bottom Bar, Profile, Misc, Info

* Add Contributing translation guidelines
2022-04-05 14:25:53 +00:00
a263ccba3a Add Contributing translation guidelines 2022-04-05 07:23:00 -07:00
eaf596936c Implement i18n 9/9 Book, Bottom Bar, Profile, Misc, Info 2022-04-04 15:56:50 -07:00
41d121ce82 Implement i18n 6/9 Chat 2022-04-04 12:26:09 -07:00
433f538508 Implement i18n 5/9 OrderPage 2022-04-04 12:18:07 -07:00
b95d21c8bc Implement i18n 4/9 MakerPage. 2022-04-04 08:41:56 -07:00
95e4f0811a Implement i18n 3/9 TradeBox. Fix explicit pricing when amount range is enabled. 2022-04-04 05:42:45 -07:00
243147686f Implement i18n 2/9. Add site description 2022-04-03 14:34:12 -07:00
4c2ec14a2f Add XHR i18n backend, include currencies_dict in APP 2022-04-02 07:42:36 -07:00
1061403487 Implement react i18n-next 2022-04-01 16:41:08 -07:00
2c8dfdbff5 Small cosmetic and usuability fixes 2022-04-01 13:19:03 -07:00
7f07613060 Add permanent memory for book type and currency 2022-03-31 07:38:53 -07:00
24897866fa Fix payment methods icon/text align and orderbook ANY currency 2022-03-31 04:22:25 -07:00
3a2af01ab6 Fix empty other payment method after text parse 2022-03-31 02:45:45 -07:00
b85b78c722 Fix payment method delete bug, improve viz (better icons, better shadows) 2022-03-30 13:01:26 -07:00
d68d07f760 Add string to icons. Add payment icons to order and book page. 2022-03-30 07:26:13 -07:00
8265dc1dc4 Make method picker functional. Add Swap methods and icons. 2022-03-30 03:57:56 -07:00
baf76025c2 Add autocomplete, icons, custom selector 2022-03-29 16:16:59 -07:00
85ff23894d Replace bottomBar unicode emojis for svg icons 2022-03-27 08:23:00 -07:00