Commit Graph

286 Commits

Author SHA1 Message Date
Fernando Porazzi
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
Fernando Porazzi
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
Reckless_Satoshi
5c06cab195
Rework concurrent payments. in_flight true/false 2022-04-18 15:19:58 -07:00
Reckless_Satoshi
2f1f82f1a6
Add currency XAF, TZS. Fix XOF icon. 2022-04-17 14:17:52 -07:00
Reckless_Satoshi
9297ddfb2a
Refactor payment icons, add 'not specified' icon 2022-04-17 13:33:43 -07:00
Reckless_Satoshi
5e784d4bbb
Add payment method translations 2022-04-17 12:14:22 -07:00
Reckless_Satoshi
42cf915dea
Fix re-taken order asks for new buyer invoice 2022-04-16 12:50:40 -07:00
Reckless_Satoshi
9f57667f36
Improve contribute icons readme. Add trademark usage disclaimer. Add 5 new payment methods 2022-04-16 08:31:42 -07:00
Reckless_Satoshi
14b4c16fa3
Fix for UI & Spanish translation. Implement concurrent invoice payments. 2022-04-15 17:04:17 -07:00
Fernando Porazzi
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
Reckless_Satoshi
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
Reckless_Satoshi
fb62be2ebb
Delete frontend/src/components/payment-methods/webp directory 2022-04-12 21:37:00 +00:00
Reckless_Satoshi
1c928d1cd2
Fixes #90, Fixes #89, Fixes #88 2022-04-10 11:48:43 -07:00
Reckless_Satoshi
357d00c130
Disable ES 2022-04-10 06:53:31 -07:00
Reckless_Satoshi
a85c34f14c
Merge branch 'i18n' of github.com:Reckless-Satoshi/robosats into i18n 2022-04-10 06:49:37 -07:00
Reckless_Satoshi
d5d36dc6f0
Add instant SEPA, small fixes 2022-04-10 06:45:43 -07:00
Reckless_Satoshi
06529595d6
Add instant SEPA, small fixes 2022-04-10 05:28:10 -07:00
Reckless_Satoshi
6044583b28
Update CONTRIBUTING.MD 2022-04-06 10:47:50 +00:00
Reckless_Satoshi
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
Reckless_Satoshi
a263ccba3a
Add Contributing translation guidelines 2022-04-05 07:23:00 -07:00
Reckless_Satoshi
eaf596936c
Implement i18n 9/9 Book, Bottom Bar, Profile, Misc, Info 2022-04-04 15:56:50 -07:00
Reckless_Satoshi
41d121ce82
Implement i18n 6/9 Chat 2022-04-04 12:26:09 -07:00
Reckless_Satoshi
433f538508
Implement i18n 5/9 OrderPage 2022-04-04 12:18:07 -07:00
Reckless_Satoshi
b95d21c8bc
Implement i18n 4/9 MakerPage. 2022-04-04 08:41:56 -07:00
Reckless_Satoshi
95e4f0811a
Implement i18n 3/9 TradeBox. Fix explicit pricing when amount range is enabled. 2022-04-04 05:42:45 -07:00
Reckless_Satoshi
243147686f
Implement i18n 2/9. Add site description 2022-04-03 14:34:12 -07:00
Reckless_Satoshi
4c2ec14a2f
Add XHR i18n backend, include currencies_dict in APP 2022-04-02 07:42:36 -07:00
Reckless_Satoshi
1061403487
Implement react i18n-next 2022-04-01 16:41:08 -07:00
Reckless_Satoshi
2c8dfdbff5
Small cosmetic and usuability fixes 2022-04-01 13:19:03 -07:00
Reckless_Satoshi
7f07613060
Add permanent memory for book type and currency 2022-03-31 07:38:53 -07:00
Reckless_Satoshi
24897866fa
Fix payment methods icon/text align and orderbook ANY currency 2022-03-31 04:22:25 -07:00
Reckless_Satoshi
3a2af01ab6
Fix empty other payment method after text parse 2022-03-31 02:45:45 -07:00
Reckless_Satoshi
b85b78c722
Fix payment method delete bug, improve viz (better icons, better shadows) 2022-03-30 13:01:26 -07:00
Reckless_Satoshi
d68d07f760
Add string to icons. Add payment icons to order and book page. 2022-03-30 07:26:13 -07:00
Reckless_Satoshi
8265dc1dc4
Make method picker functional. Add Swap methods and icons. 2022-03-30 03:57:56 -07:00
Reckless_Satoshi
baf76025c2
Add autocomplete, icons, custom selector 2022-03-29 16:16:59 -07:00
Reckless_Satoshi
85ff23894d
Replace bottomBar unicode emojis for svg icons 2022-03-27 08:23:00 -07:00
Reckless_Satoshi
784ce92ae5
Replace userpage unicode emojis for svg icons 2022-03-27 05:09:51 -07:00
Reckless_Satoshi
227dbf2e49
Include flags in-app (replace unicode emojis) 2022-03-27 04:39:33 -07:00
Reckless_Satoshi
4b31acfca9
Add full datagrid static loader spinner 2022-03-26 12:07:08 -07:00
Reckless_Satoshi
83df98613d
Merge pull request #81 from tradewind886/patch-2
Update getFlags.js
2022-03-26 16:19:30 +00:00
Reckless_Satoshi
9773cc6e25
Merge pull request #82 from tradewind886/patch-3
Update currencies.json
2022-03-26 16:19:07 +00:00
Reckless_Satoshi
36134cf1a7
Merge pull request #76 from Reckless-Satoshi/advanced-maker-options-1
Advanced maker options v1
2022-03-26 16:18:44 +00:00
Reckless_Satoshi
fae1f1317e
Fix TG retry welcome bug 2022-03-26 08:23:34 -07:00
Reckless_Satoshi
b89df0217d
Minify main.js, improve spinner and loader page 2022-03-25 12:47:01 -07:00
Reckless_Satoshi
261cb46f9b
Add app loading message slider 2022-03-25 05:27:27 -07:00
Reckless_Satoshi
d5e5879340
Add css app loading page 2022-03-25 03:07:29 -07:00
Reckless_Satoshi
6ce9957694
mend 2022-03-24 17:30:40 -07:00
Reckless_Satoshi
dc5f228fce
Fix percentile computing for ranges, fix limit adjusts by premium 2022-03-24 17:09:55 -07:00
Reckless_Satoshi
0be7bccc0d
Fix dark theme chat and qr margins 2022-03-24 15:18:01 -07:00