dni ⚡
|
05bb502bf5
|
fix watchonly
|
2023-02-07 08:35:48 +01:00 |
|
calle
|
9467a8da07
|
Cashu: fix decode QR link (#1472)
|
2023-02-06 18:00:31 +01:00 |
|
calle
|
4593f7a942
|
Cashu: fix recv_token param (#1471)
|
2023-02-06 17:55:23 +01:00 |
|
calle
|
479ca16118
|
Cashu: fix mint init (#1470)
|
2023-02-06 17:44:46 +01:00 |
|
Pavol Rusnak
|
3bd68cb394
|
fix pyright lnbits/extensions
Co-authored-by: dni ⚡ <office@dnilabs.com>
|
2023-02-06 13:35:38 +01:00 |
|
calle
|
c117ad6aa4
|
Cashu: mint selection UI (#1467)
|
2023-02-06 00:28:34 +01:00 |
|
calle
|
edc5531d24
|
Cashu: Multimint swaps (#1466)
* Cashu: Multimint swaps
* clean up comments
* clean up comments
|
2023-02-05 23:56:36 +01:00 |
|
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 |
|
ben
|
31ae40d44d
|
Working
|
2023-02-01 06:30:03 +00:00 |
|
ben
|
d2d7bd6469
|
format
|
2023-02-01 06:13:01 +00:00 |
|
ben
|
e20bb99811
|
Removes install page reloads
|
2023-02-01 06:12:00 +00: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
|
967ce06ca5
|
fix pylint C0206 (consider-using-dict-items)
|
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
|
50c613cdd4
|
silence pylint W0231 (super-init-not-called)
|
2023-01-30 11:46:44 +00:00 |
|
Pavol Rusnak
|
a0cc55c5a1
|
fix pylint C0209 (consider-using-f-string)
|
2023-01-30 11:46:43 +00:00 |
|
Pavol Rusnak
|
9fa3e5c6cf
|
fix pylint W0102 (dangerous-default-value)
|
2023-01-30 11:46:43 +00:00 |
|
Pavol Rusnak
|
906d91bcf1
|
fix pylint R1714 (consider-using-in)
|
2023-01-30 11:46:43 +00:00 |
|
Pavol Rusnak
|
35396d7e63
|
fix pylint R0205 (useless-object-inheritance)
|
2023-01-30 11:46:43 +00:00 |
|
Pavol Rusnak
|
d29fcca6aa
|
fix pylint W0612 (unused-variable)
|
2023-01-30 11:46:43 +00:00 |
|
Pavol Rusnak
|
15d7fbeace
|
run autoflake
```
autoflake -i --remove-unused-variables $(find . -name "*.py")
```
|
2023-01-30 11:46:43 +00:00 |
|
calle
|
52e654af86
|
respect https setting in admin ui link (#1416)
* respect https setting in admin ui link
* make format
|
2023-01-30 11:30:23 +01:00 |
|