Reckless_Satoshi
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
valladolidBTCpol
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
Reckless_Satoshi
21c4e9f74c
Add positioning badge on Order page avatars
2022-04-24 09:01:25 -07:00
Reckless_Satoshi
acc0db2e96
New filtering and Buy/Sell icons in Book and Maker page
2022-04-24 08:18:17 -07:00
Reckless_Satoshi
433952cbf4
Fix lnpayment deletion at profile deletion. Fix precision premium rank.
2022-04-24 04:20:05 -07:00
Reckless_Satoshi
f7fb80ee07
Add book refresh button. Add amazon TLDs
2022-04-22 08:15:53 -07:00
Reckless_Satoshi
a464a011f5
Add AliPay & WeChat Pay methods. Fix spanish translation.
2022-04-22 07:45:49 -07: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
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
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
tradewind886
47ef44b6ca
Update getFlags.js
...
yadio.io has now added TWD to the ticker, submitting change to getflags alongside currencies.json
2022-03-25 00:27:43 +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
09565537c3
Add noscript instructions for safe/safer mode TOR browser
2022-02-19 15:21:55 -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
fc4ccd5281
Re-format all python code
2022-02-17 11:50:10 -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
470393f2a0
Working docker-compose
2022-02-07 10:11:57 -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
db2d7cc922
Small fixes
2022-02-06 06:50:42 -08:00
Reckless_Satoshi
1a6aa8a9ee
Improve failure logics. Add platform rating.
2022-02-04 10:07:09 -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
b39529d91e
Avoid giving new robot to a user who is expecting still a payment
2022-02-03 13:51:42 -08:00
Reckless_Satoshi
5d4e3c5718
Add inactive maker confirmation dialog when taking an order
2022-02-03 10:27:39 -08:00
Reckless_Satoshi
71532d52d0
Add maker status on book page
2022-02-03 10:06:30 -08:00
Reckless_Satoshi
217c105fd8
Improve several book and home tooltips and grids
2022-02-02 08:26:10 -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
159180089e
Improve take order and cancel order responsiveness
2022-02-01 08:27:02 -08:00
Reckless_Satoshi
fd0b0faac6
Revamp maker page
2022-01-31 16:45:58 -08:00
Reckless_Satoshi
bd8d2d8512
Add memory to textInput premium/satoshis
2022-01-31 14:42:43 -08:00
Reckless_Satoshi
82cbae1707
Fix template
2022-01-31 07:05:52 -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
f03210b69d
Add logos to info dialog
2022-01-30 19:04:54 -08:00
Reckless_Satoshi
625a68a67d
Add v0.1.0 community logos
2022-01-30 18:32:30 -08:00
Reckless_Satoshi
611d0f399a
Disable book while robot loading
2022-01-30 12:24:14 -08:00
Reckless_Satoshi
dff011358c
Add close button on info dialog
2022-01-30 12:07:13 -08:00
Reckless_Satoshi
716e838442
Add in order user activity status badge
2022-01-30 11:45:37 -08:00
Reckless_Satoshi
58ecb607c3
Add setup background threads. Minor fixes and cosmetic.
2022-01-30 07:18:03 -08:00
Reckless_Satoshi
64115a8bb5
Remodel usergen form. Add fee limit hparams.
2022-01-30 05:18:32 -08:00
Reckless_Satoshi
c21e230c76
Implement stopper for bad token push into state
2022-01-29 12:29:33 -08:00
Reckless_Satoshi
4eb136c249
Store token in App.js state, show temporarily in profile
2022-01-29 12:21:00 -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
292addc081
Fix stateless tradebox
2022-01-29 06:42:54 -08:00
Reckless_Satoshi
c8d9062e74
Fix copy icon arrangment tiny screens
2022-01-28 12:18:31 -08:00
Reckless_Satoshi
c3b8030d24
Implement responsive foot bar
2022-01-28 06:30:45 -08:00
Reckless_Satoshi
6f95d2541c
Implement payout invoice from QR camera
2022-01-27 16:17:20 -08:00
Reckless_Satoshi
51e21f7f6b
Implement responsive order page
2022-01-27 14:51:57 -08:00
Reckless_Satoshi
753e80c589
Fix explicit sats frontend. Fix float max sats routing fee
2022-01-27 09:43:17 -08:00
Reckless_Satoshi
6ab8f86b97
Implement responsive order book
2022-01-27 06:40:14 -08:00
Reckless_Satoshi
493684b8c9
Add lifetime settled volume. Sort admin panel cronologically
2022-01-26 10:45:24 -08:00
Reckless_Satoshi
2263ec7153
Add penalty live countdown. Fix unilateral cancellation after escrow
2022-01-26 03:44:45 -08:00
Reckless_Satoshi
5a677067f7
Record expiry height into lnpayment and admin panel
2022-01-25 06:46:02 -08:00
Reckless_Satoshi
2d1a2e4c5c
Add logics for payment retry, first iteration.
2022-01-24 14:53:55 -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
4d0c62734c
Add preliminary routing failure frontend components
2022-01-23 13:56:26 -08:00
Reckless_Satoshi
8919b7937b
Cosmetic fixes
2022-01-23 12:23:25 -08:00
Reckless_Satoshi
b934534e1e
Implement collaborative cancellation
2022-01-23 11:02:25 -08:00
Reckless_Satoshi
6377b052ce
Add sounds to tradebox
2022-01-23 04:30:41 -08:00
Reckless_Satoshi
8a43d3359d
Simplify orderpage vars, improve tradebox response times
2022-01-22 15:05:03 -08:00
Reckless_Satoshi
28abd0380f
FIx collection of typos
2022-01-22 09:01:57 -08:00
Reckless_Satoshi
fb5cb8fb4a
Cancel frontend clean up. Try and go for management commands
2022-01-20 12:50:25 -08:00
Reckless_Satoshi
300a385589
Fix chat reloading after confirming fiat sent
2022-01-19 14:44:31 -08:00
Reckless_Satoshi
7c0e3a74fa
Fix premium percentile computation
2022-01-19 12:55:24 -08:00
Reckless_Satoshi
7218b9b0d3
Logics update: escrow settles exactly at buyer payout time.
2022-01-19 11:37:10 -08:00
Reckless_Satoshi
bfa0cd84d1
Update readme
2022-01-19 05:32:54 -08:00
Reckless_Satoshi
980a385528
Premium percentile computing
2022-01-18 10:24:45 -08:00
Reckless_Satoshi
f010fe9bb0
Fix today active robots
2022-01-18 09:52:48 -08:00
Reckless_Satoshi
ad6ee9d4de
Improve Order Expired behaviour
2022-01-18 07:45:04 -08:00
Reckless_Satoshi
c58070f437
Improve logics around locked bonds. Add frontend confirm cancel dialog.
2022-01-18 07:23:57 -08:00
Reckless_Satoshi
e31bc1adad
Bug fix invoice follow. Copy user token button.
2022-01-18 05:20:19 -08:00
Reckless_Satoshi
a005b3509d
Add meta onion-location pointer
2022-01-17 16:50:54 -08:00
Reckless_Satoshi
28d18a4842
Add background order updates. Add confirm boxes for Dispute and Fiat Received
2022-01-17 15:11:41 -08:00
Reckless_Satoshi
eddd4674f6
Add admin background task: follow all active hold invoices
2022-01-17 08:41:55 -08:00