Commit graph

237 commits

Author SHA1 Message Date
calle
77e0dc0288
Cashu: mint adding notification (#1465) 2023-02-05 20:32:21 +01:00
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
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
bc36e6bc4c
fix flake8 F541 (f-string is missing placeholders) 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
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
calle
17f5b734b2
Cashu 0.8 (#1370)
* support cashu 0.8

* dont comment out script

* update cashu logo on mint page

* fixing versions

* installing cashu from pypi works

* update requirements.txt
2023-01-15 11:24:11 +01:00
Vlad Stan
c370bd18c6 refactor: remove redundant # type: ignore 2023-01-10 09:45:12 +02:00
Pavol Rusnak
191ad1e224
make payment.extra non-optional
this makes handling in tasks.py so much easier
2023-01-05 09:22:34 +01:00
calle
b622028f7d
Merge pull request #1271 from lnbits/fix/mypy/ignores
removing type: ignore from Query, Depends, Body and import them correctly
2023-01-04 09:19:06 +01:00
ben
1b201086ba Merge remote-tracking branch 'origin/main' into icontiles 2023-01-03 19:36:05 +00:00
calle
7a406786f6
Merge pull request #1246 from prusnak/drop-binascii
use bytes.fromhex/hex builtins instead of binascii.hexlify/unhexlify
2023-01-03 10:52:28 +01:00
dni ⚡
b1d1cc6de3 removing type: ignore from Query, Depends, Body and import them correctly 2023-01-02 11:56:28 +01:00
ben
a8c4bea53d Updated extension card layout 2023-01-01 18:14:20 +00:00
ben
f5250e0584 initial
Added bunch tiles, more to add
2022-12-31 01:46:55 +00:00
Arc
efc156689f
Merge pull request #1253 from iWarpBTC/qr_inv_pref
QR invoices and lnurls got prefix and uppercased
2022-12-30 01:04:47 +00:00
ben
6e8abc1c32 Fixes all those ugly hyperlinks 2022-12-29 23:51:18 +00:00
Pavol Rusnak
a377381942
use bytes.fromhex/hex builtins instead of binascii.hexlify/unhexlify 2022-12-29 16:46:35 +01:00
Gene Takavic
71eebc1441 QR invoices and lnurls got prefix and uppercased 2022-12-28 23:42:36 +01:00
callebtc
8e2cb187da fix: correctly update ui on token sending 2022-12-24 16:32:38 +01:00
callebtc
5ecbbb1abe add warning 2022-12-24 13:58:39 +01:00
callebtc
b5147181af feat: add /keys/{keyset} endpoint 2022-12-24 04:03:04 +01:00
callebtc
1fd351b959 refactor wallet 2022-12-24 02:32:40 +01:00
callebtc
0d8ca58a67 fix logger 2022-12-22 20:10:01 +01:00
callebtc
090cf414e7 cashu: add more logging 2022-12-22 19:58:01 +01:00
callebtc
cef4244bfc update to cashu 0.6.0 2022-12-15 00:33:24 +01:00
callebtc
a7f572f455 typo 2022-12-13 17:15:44 +01:00
callebtc
285bf497b6 fix: log status check 2022-12-12 23:16:31 +01:00
callebtc
c949e8a299 feat: add copy token button 2022-12-11 01:36:03 +01:00
callebtc
a50dd80ad5 feat: display mint name 2022-12-11 00:59:07 +01:00
callebtc
35c5542b2f restore 7f64f426c2 2022-11-30 16:24:13 +01:00