Commit Graph

311 Commits

Author SHA1 Message Date
RedPurdy
de31909564
Buy-Icon-correction 2022-05-01 13:32:43 +02:00
Reckless_Satoshi
8d62ef1b89
Add new svg buy/sell icons (#118)
Co-authored-by: RedPurdy <104675727+RedPurdy@users.noreply.github.com>
2022-05-01 09:45:04 +00:00
RedPurdy
3d84c5ceac
Add new svg buy/sell icons 2022-04-30 17:57:12 +02:00
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
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
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
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
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
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
Reckless_Satoshi
cb7dcab147
Remove input numeric arrows 2022-03-24 10:29:51 -07:00
tradewind886
d3e06df062
Update currencies.json
adding TWD (new Taiwan Dollar) currency
2022-03-25 00:29:27 +08:00
Reckless_Satoshi
5aa0304d32
Improve amount specification UI 2022-03-24 08:43:31 -07:00
Reckless_Satoshi
93da75607c
Fix maker order tab alignment, fix typo on info text 2022-03-24 06:53:11 -07:00
Reckless_Satoshi
5ee28f9564
Add dark mode, text input for amount range, basic/advance tabs 2022-03-24 06:41:32 -07:00
Reckless_Satoshi
7c3c7758d7
Update favicons 2022-03-22 15:16:35 -07:00
Reckless_Satoshi
ffee6f4b56
Fix do_accounting, safe adjust maxRange 2022-03-22 12:45:44 -07:00
Reckless_Satoshi
8ae2406275
Implement backend handle range amounts, order take amount input and order book ranges 2022-03-22 10:49:57 -07:00
Reckless_Satoshi
bf80986005
Implement min_amount max_amount model props and validation 2022-03-21 16:27:36 -07:00
Reckless_Satoshi
2998c265d6
Add smart amount range picker with limits 2022-03-21 08:51:26 -07:00
Reckless_Satoshi
ca79ea9914
Init accounting panel, add import/export 2022-03-20 16:32:25 -07:00
Reckless_Satoshi
5730ec0383
Add any-domain referral, ontop UnsafeAlert and control panel(app) 2022-03-19 09:33:01 -07:00
Reckless_Satoshi
d31bd63edc
Add maker selects fidelity bond size 2022-03-18 15:09:38 -07:00
Reckless_Satoshi
a36f23b572
Add maker selects public duration 2022-03-18 14:21:13 -07:00
Reckless_Satoshi
967c441bb4
Alert when using clearnet 2022-03-17 08:56:08 -07:00
Reckless_Satoshi
e6e359acc0
Update readme art 2022-03-16 18:03:43 -07:00
Reckless_Satoshi
26e0664f44
Minor stylish fixes 2022-03-16 17:42:07 -07:00
MishoKanaria
fa873f8873
Add files via upload 2022-03-17 11:19:27 +11:00
Reckless_Satoshi
73c489a48a
Disable new features, add robosatsTextIcon and amboss svg 2022-03-16 08:55:48 -07:00
Reckless_Satoshi
2e5d2ff6d5
Add range amount slider 2022-03-16 06:23:48 -07:00
Reckless_Satoshi
fce2bbd818
Add time picker and fidelity bond slider to advanced options 2022-03-15 16:33:58 -07:00
Reckless_Satoshi
5c5e7918e8
Add datetime picker for public order expiration 2022-03-15 13:40:54 -07:00
Reckless_Satoshi
a3b19d871f
Add UI, switch rewards, switch advanced, allow bondless, robologo 2022-03-15 11:20:57 -07:00
Reckless_Satoshi
a172dff17b
Fix style amboss logo 2022-03-14 11:28:40 -07:00
Reckless_Satoshi
f42292a012
Add amboss as mainnet node link 2022-03-14 10:57:06 -07:00
Reckless_Satoshi
feacb485fb
Change 'today' stats for 'last 24h' 2022-03-13 05:00:21 -07:00
Reckless_Satoshi
f383d20c37
Implement public API non-KYC BTC prices 2022-03-12 03:24:11 -08:00
Reckless_Satoshi
8001e148d7
Fix copy not loading. Send publish message only one 2022-03-11 07:40:04 -08:00
Reckless_Satoshi
11ab92016f
Implement X-of-Y steps in TradeBox 2022-03-11 06:33:07 -08:00
Reckless_Satoshi
73a767d68a
Adjust on-chat status boxes 2022-03-10 14:41:58 -08:00
Reckless_Satoshi
69f6735f86
Improve chat status communication 2022-03-10 13:35:16 -08:00
Reckless_Satoshi
3d130129f1
Dispute amount are claimable via UI. Fix FSE does not expire. 2022-03-09 06:13:53 -08:00
Reckless_Satoshi
b62c243447
Add explainer: if maker is away you receive a compensation 2022-03-09 04:07:51 -08:00
Reckless_Satoshi
4179a856bc
Shift app content up. Add explainer on slashed bonds rewards. 2022-03-08 12:15:27 -08:00
Reckless_Satoshi
ce25a6b3c7
Reward robots for counterpart slashed bonds 2022-03-07 13:46:52 -08:00
Reckless_Satoshi
4677f73720
Increase max trade limit to 800K Sats 2022-03-07 09:04:29 -08:00
Reckless_Satoshi
45f3c53aac
Add book scroll and pagination 2022-03-06 13:10:57 -08:00
Reckless_Satoshi
5726b82634
Fix user cleaning & add loading ref_link 2022-03-06 11:12:47 -08:00
Reckless_Satoshi
aa89fa603e
Merge branch '38-a-privacy-friendly-referral-program' into main 2022-03-06 10:26:07 -08:00
Reckless_Satoshi
56d549aa47
Fix typos OpenKeychain guide and add to chat box 2022-03-06 08:32:20 -08:00
Reckless_Satoshi
255dae188d
Implement withdraw rewards (backend & frontend) 2022-03-06 08:08:28 -08:00
Reckless_Satoshi
794d1e8f1b
Add reward invoice submit to UI 2022-03-06 03:45:06 -08:00
Reckless_Satoshi
4ee6778e11
Implement referral attributes and logics 2022-03-05 10:45:42 -08:00
Reckless_Satoshi
dea2b665fb
Route refCode url to api/user and display rewards 2022-03-05 09:32:27 -08:00
Reckless_Satoshi
e775c02011
Profile shows referral link 2022-03-05 05:46:23 -08:00
Reckless_Satoshi
c385be123f
Display total book liquidity in summary stats 2022-03-05 05:46:22 -08:00
Reckless_Satoshi
b38f18d6d5
Upgrade fee computation for maker/takers 2022-03-03 07:40:56 -08:00
Reckless_Satoshi
c4cf995dbf
Add maker_fee_split. Show maker/taker fee split in app 2022-03-03 04:47:55 -08:00
Reckless_Satoshi
c9cdc2743d
Explicit buyer & seller fees in frontend 2022-03-02 15:36:11 -08:00
Reckless_Satoshi
191a043303
Improve chat text overflow. Graceful overflow without whitespaces. 2022-03-02 05:49:12 -08:00
Reckless_Satoshi
34a5340e06
Prevent empty chat messages 2022-03-02 05:12:27 -08:00
Reckless_Satoshi
6887eed6e3
Add link to PGP tutorial in chatbox 2022-03-02 04:57:52 -08:00
Reckless_Satoshi
e6600063ab
Add local fonts stylesheet 2022-03-01 12:41:29 -08:00
Reckless_Satoshi
141c017e78
Drop jquery 2022-03-01 11:57:51 -08:00
Reckless_Satoshi
c3f37b4f33
Hot fix Remove all google dependencies 2022-03-01 10:56:07 -08:00
Reckless_Satoshi
a4a76d1d9f
Add support for 24 new fiat currencies and gold 2022-02-28 11:20:53 -08:00
Reckless_Satoshi
3df2f58a35
clarify FIAT payment methods 2022-02-27 13:35:37 -08:00
Reckless_Satoshi
3902159b67
Improve frontend notifications. Add resolved messages. Add unlocked/settled bonds. Fix bug with statements submission. 2022-02-24 12:47:46 -08:00
Reckless_Satoshi
d051312e84
Add info dialog for enabling telegram notifications. Update docs. 2022-02-22 02:34:48 -08:00
Reckless_Satoshi
d146f522f3
Add frontend enable telegram button. Torify all requests. 2022-02-21 16:50:25 -08:00
Reckless_Satoshi
1feebacbc1
Make avatar persists when revisiting homepage 2022-02-21 02:05:19 -08:00
Reckless_Satoshi
03bfc487ea
Clarificatory patch. You MUST provide a contact in disputes. Fiat INSTANT methods are needed. 2022-02-20 03:12:57 -08:00
Reckless_Satoshi
eafda9ddf7
Align SVG currency icons with text 2022-02-19 10:44:02 -08:00
Reckless_Satoshi
78f5c1cbdc
Fix info API wording and magnitudes, settled -> contracted 2022-02-19 09:18:47 -08:00
Reckless_Satoshi
dbb86657ac
Make explicit BTC payment methods are swaps 2022-02-19 02:45:42 -08:00
Reckless_Satoshi
f8f306101e
Fix cancel lnpayment at WFM. Add svgs, BTC currency flag. Fix pretty numbers 2022-02-16 18:45:18 -08:00
Reckless_Satoshi
1e0bd51f1f
Add BTC (rBTC, wBTC, swaps...). Fix setup guide and env-sample. 2022-02-16 14:02:21 -08:00
Reckless_Satoshi
e8b28d794d
Fix missing flags for PEN, UYU, PYG and BOB 2022-02-15 14:16:25 -08:00
Reckless_Satoshi
e392f14b18
Add requested currencies COP, PEN, UYU, PYG and BOB 2022-02-15 13:52:30 -08:00
Reckless_Satoshi
3ce5d8304c
Typo robosat -> robot. Shorten welcome back msg 2022-02-13 09:55:44 -08:00
Reckless_Satoshi
8fcad56e15
Fix LND version and correct onlion urls 2022-02-12 10:22:05 -08:00
Reckless_Satoshi
04c9466c3e
Unlink avatars from prod static 2022-02-12 07:46:58 -08:00
Reckless_Satoshi
d257848940
Add statsfornerds: alternative site, node alias, node id, 1ML link 2022-02-12 05:59:59 -08:00
Reckless_Satoshi
ae338adcfc
Add favicons 2022-02-11 01:12:19 -08:00
Reckless_Satoshi
4a16f7debd
Fit for daphne + gunicorn. Docker default command runs dev node. 2022-02-10 11:28:59 -08:00
Reckless_Satoshi
ee7786c5c1
Add lnd v0.14.2 docker 2022-02-09 07:21:51 -08:00
Reckless_Satoshi
243690899e
Add delay on annoying tooltips. Add more characters to default token. 2022-02-08 08:20:41 -08:00
Reckless_Satoshi
2aaba384dc
Dockerize npm dev run 2022-02-07 11:25:10 -08:00
Reckless_Satoshi
de702d19ac
Add main.js statics, so frotend is usable without npm 2022-02-07 05:43:34 -08:00
Reckless_Satoshi
3eff1f38ff
Serve statics into dev/prod 2022-02-07 05:37:16 -08:00
Reckless_Satoshi
f830c4df15
Init dockerization of dev environment with docker-compose 2022-02-07 03:21:59 -08:00
Reckless_Satoshi
3f6731d3e0
Improve response time of confirm fiat receive; improve failure routing handling 2022-02-03 17:37:24 -08:00
Reckless_Satoshi
26bccdf9df
Improve order dividers, status tooltips 2022-02-02 01:29:05 -08:00
Reckless_Satoshi
260c9ec335
Add tooltips userPage, bottomBar, makerPage 2022-02-01 14:05:49 -08:00
Reckless_Satoshi
d589dc276b
Improve avatars responsiveness 2022-02-01 11:43:33 -08:00
Reckless_Satoshi
32712fbe65
Repo clean up 2022-01-31 05:40:12 -08:00
Reckless_Satoshi
24347682c3
Improve routing within app components 2022-01-31 04:53:20 -08:00
Reckless_Satoshi
625a68a67d
Add v0.1.0 community logos 2022-01-30 18:32:30 -08:00
Reckless_Satoshi
58ecb607c3
Add setup background threads. Minor fixes and cosmetic. 2022-01-30 07:18:03 -08:00
Reckless_Satoshi
5ab97453f0
Add user profile bottom left icon with active order reminder 2022-01-29 11:51:26 -08:00
Reckless_Satoshi
6f95d2541c
Implement payout invoice from QR camera 2022-01-27 16:17:20 -08:00
Reckless_Satoshi
25ab5fdf2e
Add invoice expiry paddingas temporary fix for order expire at invoice expire. 2022-01-24 10:34:52 -08:00
Reckless_Satoshi
51d65fd15e
Implement CLTV_expiries for each hold invoice duration. Invoice expiry matches status time to lock it. 2022-01-24 09:54:44 -08:00
Reckless_Satoshi
6377b052ce
Add sounds to tradebox 2022-01-23 04:30:41 -08:00
Reckless_Satoshi
bfa0cd84d1
Update readme 2022-01-19 05:32:54 -08:00
Reckless_Satoshi
185cc71e91
Improve market price fetching and caching 2022-01-16 07:18:23 -08:00
Reckless_Satoshi
7ba2fcc921
Add celery background and scheduled tasks. Add user cleansing task 2022-01-16 04:31:25 -08:00
Reckless_Satoshi
91544642ae
Add currency visual flags 2022-01-15 07:12:26 -08:00
Reckless_Satoshi
4087bb9936
Add bottom bar 2022-01-14 08:21:42 -08:00
Reckless_Satoshi
5df2134fb2
Add ugly site info page 2022-01-12 13:22:16 -08:00
Reckless_Satoshi
bd7c82fc11
Add currencies. Fix info view 2022-01-12 06:26:26 -08:00
LowEntropyFace
229294b878 change currencies.json access, fix async book filtering 2022-01-09 09:42:28 -05:00
Reckless_Satoshi
9ade961e0f
Work on update order endpoint and taker requests 2022-01-04 16:13:08 -08:00
Reckless_Satoshi
225c142cd9
Style avatar css 2022-01-02 14:50:49 -08:00
Reckless_Satoshi
790e96cc1b
Improve user generator UX. Still a bit buggy. 2022-01-02 14:31:19 -08:00
Reckless_Satoshi
f0ac03e519
Add nick generator and robohash avatar generator 2022-01-02 07:19:49 -08:00
Reckless_Satoshi
c71d95ccd0
Rename boolean explicit for is_explicit/isExplicit 2022-01-02 05:38:45 -08:00
Reckless_Satoshi
c4b625a993
Fix order detail page view. Add explicit to model as pricing method boolean explicit/relative 2022-01-02 05:24:35 -08:00
Reckless_Satoshi
298efc394b
Create order detail API endpoint, create order page. Not fully working yet 2022-01-02 04:59:48 -08:00
Reckless_Satoshi
e087d0b686
Add payment method field 2022-01-02 01:40:19 -08:00
Reckless_Satoshi
27429bba21
Create frontend for order making 2022-01-01 16:37:04 -08:00
Reckless_Satoshi
1105f70f20
Create components, urls and homepage routing 2022-01-01 16:19:18 -08:00
Reckless_Satoshi
e83f0295a5
Build frontend app test page using React 2022-01-01 15:58:44 -08:00