Commit graph

3087 commits

Author SHA1 Message Date
calle
d41afe4236
Cashu: better error handling (#1464) 2023-02-05 20:25:08 +01:00
calle
65ea2a05f9
Cashu: minor UI fixes (#1463) 2023-02-05 19:33:08 +01:00
calle
97da27b6bb
Cashu: minor UI fixes (#1462) 2023-02-05 19:13:36 +01:00
calle
a55e72f66f
Cashu: minor UI fixes (#1460) 2023-02-05 18:22:58 +01:00
calle
d4d5cd887d
Cashu: fix short url label (#1459) 2023-02-05 18:08:01 +01:00
calle
67d246b675
Cashu: hide bottom bar on camera (#1458) 2023-02-05 17:48:57 +01:00
calle
04d6656b27
Cashu: Fix bottom bar (#1457)
* Cashu: fix button label

* hide bottom on dialogs
2023-02-05 17:45:48 +01:00
calle
f03efd7a77
cashu: hide navbar on welcome dialog (#1456) 2023-02-05 16:17:33 +01:00
calle
754db04d99
Cashu: PWA install button (#1455) 2023-02-05 14:04:23 +01:00
calle
9f177dea98
cashu: fix balance on all mints label (#1454) 2023-02-05 12:49:42 +01:00
calle
970a0ce1d0
Cashu: UI upgrades and fixes (#1453)
* Cashu: UI updates and automatic mint activation

* welcome dialog

* welcome dialog

* UI updates
2023-02-05 12:44:56 +01:00
calle
9d2008d45c
Cashu: fix multimint switch (#1452) 2023-02-04 05:12:44 +01:00
calle
bbbbb8b9af
cashu: fix manifest (#1451) 2023-02-04 04:54:37 +01:00
calle
661fc6c625
Cashu: fix UI bugs (#1450) 2023-02-04 04:17:30 +01:00
calle
7968c495ea
☮️ peace (#1449)
* ☮️ peace

* cashu: fix default tab
2023-02-04 03:50:05 +01:00
calle
d01c5dfdec
Cashu waket: multimint support (#1448)
* multimint working

* working

* fix typo

* migrations

* migration

* migration

* migration

* fix local storage

* notifications

* strings

* add mint dialog

* make format

* update favicons

* icons
2023-02-04 03:45:08 +01:00
calle
0dca98ca2e
Cashu fix: token spendable check (#1445) 2023-02-03 07:41:01 +01:00
ben
b5c8633ab0 Removed example 2023-01-31 22:38:20 +00:00
Pavol Rusnak
24fbb9ef5d
fix flake8 F811 (redefinition of unused) 2023-01-30 11:46:45 +00:00
Pavol Rusnak
388cfc18fa
fix flake8 F405 (may be undefined) 2023-01-30 11:46:45 +00:00
Pavol Rusnak
a49a654137
fix flake8 F401+F403 (module imported but unused + unable to detect undefined names) 2023-01-30 11:46:45 +00:00
Pavol Rusnak
3e42adc66f
fix flake8 F601 (dictionary key repeated with different values) 2023-01-30 11:46:45 +00:00
Pavol Rusnak
e05340269b
fix flake8 F841 (local variable is assigned to but never used) 2023-01-30 11:46:45 +00:00
Pavol Rusnak
8a72585f00
fix flake8 W293 (blank line contains whitespace) 2023-01-30 11:46:44 +00:00
Pavol Rusnak
a02f147482
fix flake8 E302 (expected 2 blank lines) 2023-01-30 11:46:44 +00:00
Pavol Rusnak
421214bc36
fix flake8 W291 (trailing whitespace) 2023-01-30 11:46:44 +00:00
Pavol Rusnak
bc36e6bc4c
fix flake8 F541 (f-string is missing placeholders) 2023-01-30 11:46:44 +00:00
Pavol Rusnak
86e8a3a315
fix flake8 E711 (comparison-to-none) 2023-01-30 11:46:44 +00:00
Pavol Rusnak
eba7319808
fix flake8 E713 (test-for-membership) 2023-01-30 11:46:44 +00:00
Pavol Rusnak
f6bd8684d3
fix flake8 E712 (comparison-to-bool) 2023-01-30 11:46:44 +00:00
Pavol Rusnak
15d7fbeace
run autoflake
```
autoflake -i --remove-unused-variables $(find . -name "*.py")
```
2023-01-30 11:46:43 +00:00
calle
80a94aa9ce
Fix/cashu update protocol (#1433)
* updates NOTE: fix pyproject and requirements

* revert GET to POST

* update cashu on pip and change name of models

* adjust client to spendable

* refactor spendable
2023-01-30 09:29:44 +01:00
Arc
bdfbbb779e
Merge pull request #1394 from lnbits/feat/boltz-fee-info
feat/boltz fee info
2023-01-30 00:57:07 +00:00
ben
0668fd79b6 Removed usermanager 2023-01-28 21:01:01 +00:00
ben
432ca98663 Pulled tpos 2023-01-27 13:03:21 +00:00
ben
f22e5069df Removed lnticket 2023-01-27 12:16:54 +00:00
dni ⚡
1c3a9d1881 remove lockup_tx from exmaple equation 2023-01-26 14:08:24 +01:00
ben
925d4ccbe7 Removed streamer copilot, as we need a demo 2023-01-25 20:58:28 +00:00
calle
45a0657828
do not reference these object (#1412) 2023-01-25 13:24:36 +01:00
calle
1c4414d311
await ledeger verify (#1411) 2023-01-25 13:14:52 +01:00
dni ⚡
afe43b6bd4 dynamic fee calc 2023-01-24 11:23:09 +01:00
dni ⚡
b197a87eed change boltz fee in example 2023-01-24 11:23:09 +01:00
dni ⚡
302ed83051 add boltz fee dynamically 2023-01-24 11:23:09 +01:00
Pavol Rusnak
a089188664
add pyright to the project (#1367)
* add pyright to project + bump prettier to latest

* reformat to match the latest prettier rules
2023-01-23 10:29:17 +01:00
Titusz
9693e5932b
Track fiat amount in TPoS invoices. (#1384) 2023-01-23 10:27:19 +01:00
dni ⚡
d30a6dc5c1
fix jukebox issues introduced from mypy pr (#1387)
* fix jukebox issues introduced from mypy pr

* fix no invoice

Co-authored-by: ben <ben@arc.wales>
2023-01-23 10:17:16 +01:00
dni ⚡
b13588dcef
DOCS: improve boltz fee information (#1386)
* improve fee information an docs

* review @michael1011

Co-authored-by: ben <ben@arc.wales>
2023-01-23 10:16:27 +01:00
blackcoffeexbt
dcf5f0adaa
Gerty extension tweaks (#1360)
* Changes to font sizes on Gerty to improve appearance and readability on hardware

* Gerty URL checker removes https, http and trailing slash from display

* Gerty: Added modal with copy pasta for API URL

* Gerty: Removed toggleStates Vue watch to fix weird UI toggle behavour

* Gerty: Remove API link button from list of Gertys

* Gerty: Added block height option

* Gerty: Added api response when no page number is supplied in GET request

* Gerty: blacked

* Gerty: Ran prettier on templates

* Gerty: Added block height text and removed mini gerty option

* Gerty: Remove mini gerty font sizes

* Gerty: Moved URL formatting function. Set max URLs to check to 4

* Gerty: Removed unused async calls

* Gerty: Casing fix in "copy URL" > "Copy URL"

* Gerty: Removed dead code

* Gerty: Removed unused /pages/[id] def from views_api.py

* Gerty: Ran prettier and black
2023-01-19 10:33:48 +01:00
dni ⚡
d89a6a337a
boltz extension v2, recurring swaps (#981)
* add status to statusdialog

* first commits for boltz update

* formatting

* add latest boltz-clien package

* big refactor, depending on boltz_client package, clean up, mypy issues, not tested yet

* blacking, sorting and stuff

* remove unused req_wrap helper

* remove api docs from frontend

* bug: frontend boltz limits error

* clean up buttons

* update to boltz-client 0.0.8

* fix tests to poetry version 1.3.1

* update requirements

* formatting

* recurring swap works now, need more finetuning

* add exceptions for multiple auto swaps and swapping in with active auto swap

* black

* auto reverse swap actually works :)

* remove swap status dialogs

* update to boltz_client 0.0.9

* update to boltz-client 0.1.1, and fix startup

* update requirement.txt for boltz-client

* fixup columns in table, remove unused payment.extra, change deezy label

* remove balance check for auto swap out

* update boltzc-lient to 0.1.2, fix mypy issue inside boltz package

* nitpicks calle tasks.py

* calle nitpicks crud

* calle nitpicks crud

* refactor

* fix formatting

* circular import

* black :)

Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com>
2023-01-19 10:30:47 +01:00
ben
a8b32194eb Reworded 2023-01-18 18:51:42 +00:00