Commit graph

74 commits

Author SHA1 Message Date
Vlad Stan
66a3b24dd5 chore: code clean-up 2022-07-28 15:35:54 +03:00
Vlad Stan
809d03d3db fix: at least one charge must be active in order to fetch balance 2022-07-28 15:35:54 +03:00
Vlad Stan
f9fd071315 feat: update API doc to use swagger 2022-07-28 15:35:54 +03:00
Vlad Stan
739c108bdf feat: add (hh:mm) to time columns 2022-07-28 15:35:39 +03:00
Vlad Stan
46a7b54a00 fix: fix progress for charges 2022-07-28 15:35:39 +03:00
Vlad Stan
25f37b0e4f chore: code clean-up 2022-07-28 15:35:39 +03:00
Vlad Stan
057de41678 feat: only refresh balance on the back-end if new funds are detected by the front-end refresh 2022-07-28 15:35:39 +03:00
Vlad Stan
31b6a9410c refactor: move setInterval outside method logic 2022-07-28 15:35:39 +03:00
Vlad Stan
ac3f95e6c2 feat: use custom mempool_endpoint for the charge details 2022-07-28 15:35:39 +03:00
Vlad Stan
4cb54ce549 feat: allow refresh balance for individual charge
- expired or paid charges are not auto-refreshed
2022-07-28 15:35:39 +03:00
Vlad Stan
5a3e1d7fbb feat: add expanding details to rows 2022-07-28 15:35:39 +03:00
Vlad Stan
ccae7876d9 feat: show status as badge 2022-07-28 15:35:39 +03:00
Vlad Stan
cce341fb39 fix: search and export csv layout 2022-07-28 15:35:39 +03:00
Vlad Stan
5317d5afd5 feat: use multiple charges balance endpoint (one call only) 2022-07-28 15:35:39 +03:00
Vlad Stan
6da62c648a feat: use single charge endpoint for balance 2022-07-28 15:35:39 +03:00
Vlad Stan
475fd566e6 fix: remove retry logic for pending funds 2022-07-28 15:35:39 +03:00
Vlad Stan
a9506cee11 feat: show pending funds 2022-07-28 15:35:39 +03:00
Vlad Stan
efbf34a51e feat: show message when new payment detected 2022-07-28 15:35:39 +03:00
Vlad Stan
0cd8ba956a feat: more UI polishing 2022-07-28 15:35:39 +03:00
Vlad Stan
05bc887ad5 feat: make the panels responsive 2022-07-28 15:35:39 +03:00
Vlad Stan
3bd4253292 feat: use bootstrap tables for the layout (not fixed px values) 2022-07-28 15:34:37 +03:00
Vlad Stan
912a7e1c4b feat: add web-socket to mempool; & replace UI mappings 2022-07-28 15:34:37 +03:00
Vlad Stan
d74b48b0b6 refactor: method renamings 2022-07-28 15:34:37 +03:00
Vlad Stan
615520bcb3 feat: separate invoice check from onchain check 2022-07-28 15:34:36 +03:00
Vlad Stan
1dd51a2752 refactor: extract methods to utils 2022-07-28 15:34:36 +03:00
Vlad Stan
09a9a0f9ec refactor: remove extra state fields 2022-07-28 15:34:36 +03:00
Vlad Stan
74322232d0 fix: add await for rescan 2022-07-28 15:34:36 +03:00
Vlad Stan
91c6d32852 feat: do client side rescan for onchain address 2022-07-28 15:34:36 +03:00
Vlad Stan
6c21bf359c choe: format 2022-07-28 15:34:36 +03:00
Vlad Stan
b5e97f08a6 chore: code clean-up 2022-07-28 15:34:36 +03:00
Vlad Stan
8e05a11978 refactor: replace var with const 2022-07-28 15:34:36 +03:00
Vlad Stan
50b2dcfcaa refactor: clean-up unnecessary self 2022-07-28 15:34:36 +03:00
Vlad Stan
6cfa8e30bc refactor: replace promises with async/await 2022-07-28 15:34:36 +03:00
Vlad Stan
d93b199735 fix: pass charge param as JSON 2022-07-28 15:34:36 +03:00
Vlad Stan
2b5fc82110 feat: update text Watch-Only -> Onchain Wallet (watch-only) 2022-07-28 15:03:22 +03:00
ben
3a28ff1020 added swagger to extensions 2022-07-27 19:21:04 +01:00
calle
92887ed169
Format: prettier (#707)
* format: prettier

* gh-actions: add prettier checkg

* actions
2022-07-05 21:14:56 +02:00
blackcoffeexbt
f44bd55b4b
Corrected example CURL requests in multiple extension API docs (#689)
* Updated api docs example CURL calls for satspay server

* Updated api docs example CURL calls for copilot extension

* Updated api docs example CURL calls for jukebox extension

* Updated api docs example CURL calls for livestream extension

* Updated api docs example CURL calls for lnaddress extension

* Updated api docs example CURL calls for lnurldevices extension

* Updated api docs example CURL calls for lnurlp extension

* Updated api docs example CURL calls for offlineshop extension

* Updated api docs example CURL calls for paywall extension

* Updated api docs example CURL calls for satsdice extension

* Updated api docs example CURL calls for splitpayments extension

* Fix typo double slash in satsdice extension api docs

* Updated api docs example CURL calls for tpos extension

* Updated api docs example CURL calls for watchonly extension
2022-07-05 17:20:42 +02:00
Ben Arc
ce6620882f Satspay tooltip fix (quart commit 8e3230287dd191a743479ee9ceb2f497c43dd9bc) 2022-03-11 13:25:14 +00:00
Tiago vasconcelos
e3c6d7aebe fix :// in bitcoin 2021-12-29 15:19:09 +00:00
Tiago vasconcelos
87105b22bb fix lightning://
fix lightning://
2021-12-29 15:15:49 +00:00
Tiago vasconcelos
2991cbce1f add listener to invoice 2021-12-29 12:57:43 +00:00
Tiago vasconcelos
0ef0188462 index 2021-12-28 15:16:45 +00:00
Tiago vasconcelos
1537b06e00 reset form 2021-11-10 17:00:53 +00:00
benarc
e03370188a Fixed payment checking 2021-10-22 00:41:30 +01:00
Tiago vasconcelos
ec4117a5f4 satspay done 2021-10-14 22:30:29 +01:00
Tiago vasconcelos
e939666107 satspay initial converstion 2021-10-14 11:45:56 +01:00
Tiago vasconcelos
43f36afeb0 satspay ext added 2021-10-14 10:02:02 +01:00
Tiago vasconcelos
6edac8ae8d remove extensions 2021-10-01 10:49:11 +01:00
Ben Arc
fe123d6d31 Put extensions back so we can start converting 2021-08-20 12:44:03 +01:00