1898 Commits

Author SHA1 Message Date
433952cbf4 Fix lnpayment deletion at profile deletion. Fix precision premium rank. 2022-04-24 04:20:05 -07:00
e15b9f0216 Bump django from 3.2.12 to 3.2.13 (#104)
Bumps [django](https://github.com/django/django) from 3.2.12 to 3.2.13.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.12...3.2.13)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-23 09:17:05 +00: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
f00bafb5d8 Rework concurrent payments. in_flight true/false 2022-04-18 06:57:03 -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
ffa6dff827 Merge branch 'main' of github.com:Reckless-Satoshi/robosats into main 2022-04-17 12:14:58 -07:00
5e784d4bbb Add payment method translations 2022-04-17 12:14:22 -07:00
8d5ea4443a Add frontend development only setup guide. 2022-04-17 12:08:09 +00: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
86d9dc4571 Update README.md 2022-04-12 20:08:02 +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
083c537700 Create Fiat Payment Guide (#83)
* Create Fiat Payment.md

Start creating

Update Fiat Payment.md

Re create the whole file from scratch after some research on robosats/docs/how-to-use.md and bisq trading rule.

* Update and rename Fiat Payment.md to fiat-payment-methods.md

Fixxing paypal part

* Update fiat-payment-methods.md

1. Add reference for bisq's fiat payment method.
2. Add reference for bisq's trading rules.
3. Edited Paypal section

* Update fiat-payment-methods.md

Grammar Correction

* Create fiat-payment-methods Folder

* Delete fiat-payment-methods

* Create new folder

* Delete new folder

* Create pictures

* Upload PayPal image

* Delete pictures

* Upload paypal phone images

* Delete PayPal-choose-desktop.png

* Delete PayPal-choose-phone.png

* Delete PayPal-main-desktop.png

* Add files via upload

* Delete PayPal-choose-desktop.png

* Add files via upload

* Update fiat-payment-methods.md

Add more details for paypal section, Add image for paypal section, grammar corrected.

* Update fiat-payment-methods.md

Correcting more details

* Update fiat-payment-methods.md

Fix the "RoboSats" in the doc to pascal case
2022-04-03 22:25:46 +00: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
37844d579d Merge pull request #84 from Reckless-Satoshi/payment-methods-autocomplete
Add payment methods: autocomplete, icons, book column and order icon set.
2022-03-30 22:42:25 +00: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
784ce92ae5 Replace userpage unicode emojis for svg icons 2022-03-27 05:09:51 -07:00
227dbf2e49 Include flags in-app (replace unicode emojis) 2022-03-27 04:39:33 -07:00
4b31acfca9 Add full datagrid static loader spinner 2022-03-26 12:07:08 -07:00