Commit graph

1152 commits

Author SHA1 Message Date
Vlad Stan
30cf6913af
[feat]: invoice amount settings (#2990) 2025-02-24 14:45:17 +02:00
dni ⚡
ab0f52d811
feat: add label for wallet fiat tracking (#2988) 2025-02-24 12:20:40 +01:00
Arc
2af5ac9678
fix: wallet balance format (#2985) 2025-02-23 01:09:28 +00:00
Tiago Vasconcelos
4511891297
feat: modernize error page (#2949)
* can't figure this out!

* raise here so it gets picked up by exceptions

* add few more info for error rendering

* add a few more checks for browser

not fail safe just one more layer

* cleaner error display

... hopefully

* add go to extension

* keep buttons add go to extension

* feat: identify extensions that are not installed

* fix: status code

* fix: full path

* add account/logout button if 401

prevent getting stuck

* fix: ext access

* fix user button

* fix: 404 page

* fix: json 404 response

* fix: dumb rendering

* fix: `/api` request always json

* fix: extension api path

* test: check regtest

* test: investgate

* something made ws slower?

* fix: change error code

---------

Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
Co-authored-by: dni  <office@dnilabs.com>
Co-authored-by: Arc <33088785+arcbtc@users.noreply.github.com>
2025-02-23 00:54:43 +00:00
Arc
eeca7de10d
Fake wallet fixes (#2983)
* Fake wallet fixes

LNBITS_DENOMINATION and LNBITS_DENOMINATION == 'sats' everywhere!

* added exception to "/api/v1/rate/{currency}"

* fix: create invoice dialog

* cleaning expansion items in wallet

* Revert "fix: create invoice dialog"

This reverts commit 2b550392ba.

* fix fakewallet mask break

* Fix formatted amount for fakewallet

* fixed wallet balance for fakewallet

* Wow, actually cleaning code, win!

* more cleaning

* For Vlad

* more cleaning

* make

* fix for sats

* bundle issue

* fix overflow in drawer for fat wallets and stupid long names

* make

* fixed adds

* fixed ad scale

* fundle

* fix

---------

Co-authored-by: Tiago Vasconcelos <talvasconcelos@gmail.com>
2025-02-23 00:23:36 +00:00
dni ⚡
b06c16ed57
fix: pay_invoice timeout to prevent blocking (#2875)
* fix: make invoice non blocking

* fix with vlad

* wallet.js take pending into account

* fixup!

* add check payment to outgoing

* revert

* bundle

* fix: label

* fix: rebase change

* feat: configure pay invoice wait time

* fix: check payment button

* bundle

* fix: task in async context

---------

Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
2025-02-23 00:02:39 +00:00
dni ⚡
2f2a3b1092
bug: settings fundingtab errors (#2982)
funding tab was not working if you had node ui enabled
2025-02-21 13:46:53 +02:00
Tiago Vasconcelos
6754ffb9dc
change icon for pending (#2980) 2025-02-21 09:58:38 +02:00
Tiago Vasconcelos
4afe6dbd6d
Change UI for Pay Invoice Dialog (#2979) 2025-02-18 18:42:46 +02:00
Vlad Stan
d1692a18dd
fix: extract tag from extra (#2977) 2025-02-18 10:11:56 +02:00
Tiago Vasconcelos
05777ca953
add blink logo (#2976) 2025-02-18 09:01:31 +02:00
Vlad Stan
c08623277e
Chart polish (#2973) 2025-02-17 14:30:16 +02:00
tlindi
e318f7679e
Update fi.js (#2963) 2025-02-14 19:44:08 +02:00
Vlad Stan
0912d7d1c8
fix: wallet url (#2961) 2025-02-13 22:54:28 +02:00
Vlad Stan
bfa23568e3
[fix] callback url validation (#2959) 2025-02-13 15:11:46 +02:00
Vlad Stan
b76d8b5458
fix: keep upgrades out of codebase (#2957)
* fix: keep upgrades out of codebase

* chore: code format
2025-02-12 13:31:53 +00:00
Vlad Stan
16fbfd1c6f
Fix: date grouping for older SQLite versions (#2955) 2025-02-12 13:23:38 +02:00
Vlad Stan
2d41a1bed3
Wallet polish (#2942) 2025-02-11 15:19:41 +02:00
Arc
7eb021f43c
Adds no-border to fix the install card (#2950) 2025-02-10 20:31:41 +00:00
Tiago Vasconcelos
503a599341
Fix login with oauth (#2935) 2025-02-07 16:48:22 +02:00
Vlad Stan
a8809ed5a4
feat: migrate in chunks (#2936) 2025-02-07 14:16:53 +02:00
Tiago Vasconcelos
e134c5c7b9
Fixes claiming LNURL (#2924) 2025-02-07 11:41:06 +02:00
Tiago Vasconcelos
53b00c6d41
UI improvements (#2926) 2025-02-07 10:09:15 +02:00
Tiago Vasconcelos
9a1d707f54
Revamp the UI on Login / Register page (#2919) 2025-02-07 09:43:19 +02:00
Tiago Vasconcelos
736699af94
. (#2925) 2025-02-06 15:10:16 +02:00
Tiago Vasconcelos
432b3a0fe0
Reset wallet keys (#2929) 2025-02-06 15:07:36 +02:00
Tiago Vasconcelos
34a959f0bc
Add a payments page for admin (#2910) 2025-02-06 14:48:54 +02:00
Vlad Stan
c1d26bb274 fix: email check 2025-02-06 11:57:01 +02:00
Arc
960c58db87
Feat: Adds wallet icon/color select (#2917) 2025-02-04 15:03:35 +02:00
Arc
dd9b217fdf
Fix index.html error (#2923)
* Fix index.html error

* first install
2025-02-04 11:53:08 +00:00
Vlad Stan
7af9da4a58
fix: convert BigDecimal object to int (postgres only) (#2918) 2025-01-30 10:09:13 +02:00
Tiago Vasconcelos
25e5423511
Add bar spinner (#2915) 2025-01-28 14:00:11 +02:00
Arc
cc33a49b12
feature: Default theme for new users (#2898) 2025-01-28 11:29:38 +02:00
Arc
eeebaffbed
feature: admin toggle to disable outgoing payments (#2909) 2025-01-28 10:27:24 +02:00
Vlad Stan
f845bfe651
feat: do not allow user_id_only login for admins (#2904) 2025-01-23 15:01:54 +02:00
Vlad Stan
b6bdf50ed7
[feat] Watchdog and notifications (#2895) 2025-01-23 13:23:09 +02:00
Arc
273ab9781f
fix: fiat tracking / updating wallet without reloads (#2891) 2025-01-22 10:27:05 +02:00
Arc
8a759c8fc1
feature: Optional bg image and neon borders (#2897)
* init

* working
2025-01-18 19:27:50 +00:00
Tiago Vasconcelos
c7ebe09463
Fix payment table refresh (#2894) 2025-01-17 09:49:14 +02:00
Vlad Stan
b164317121
[feat] access control lists (with access tokens) (#2864) 2025-01-16 17:25:27 +02:00
Tiago Vasconcelos
f415a92914
feat: harmonize the UI for payment dialog (#2882) 2025-01-16 14:31:33 +02:00
Arc
6a08d20fe8
v1 feat: Vue Routes (#2872) 2025-01-16 13:23:34 +02:00
Tiago Vasconcelos
dfdb34852c
chore: update i18n labels (#2871)
---------

Co-authored-by: dni  <office@dnilabs.com>
2025-01-10 12:15:51 +01:00
dni ⚡
3900d2871d
feat: nodemanager, view and edit channels fees (#2818) 2024-12-20 09:48:09 +01:00
Arc
0c5b909c7a
Added settings links and link for theme (#2860) 2024-12-20 10:07:50 +02:00
Arc
8d1542d982
Added top cards (#2858)
* refactor old atempt

* Added watcher for smaller screens to stop bugs switching

* syntax error

* format
2024-12-19 16:16:09 +00:00
Arc
146a74761a
feat: standardises top spacing of page layout (#2848) 2024-12-19 15:14:30 +01:00
dni ⚡
3a2cf12052
fix: get_payments where clause does query wrong payments including tests (#2844)
* fix: get_payments where clause does query wrong payments (#2841)
2024-12-19 10:22:37 +01:00
Vlad Stan
f17ff3d12b
fix: set default values (#2854) 2024-12-19 10:08:34 +02:00
Vlad Stan
32c042741d
fix: backwards compatible (#2853) 2024-12-19 09:50:52 +02:00