Commit Graph

136 Commits

Author SHA1 Message Date
Ben Arc
78605982fc Working, but need to store selection in localstorage 2021-06-29 09:39:12 +01:00
Ben Arc
b0c0b9f851 Changed primary/secondary colours to branded 2021-06-29 02:10:30 +01:00
Ben Arc
c39dfbaee2 Kinda working test 2021-06-29 01:19:35 +01:00
Ben Arc
8f441f32b5 added envs, testing color switch 2021-06-28 22:57:23 +01:00
Tiago vasconcelos
d91dbbcac3 allow invoices to be generated using Fiat values 2021-06-14 11:13:49 -03:00
Ben Arc
a3bd36d44f Fixed 'runs on' images 2021-04-13 21:42:53 +01:00
Ben Arc
05a0861601 Added funding sources to homepage 2021-04-13 15:43:39 +01:00
fiatjaf
a3fbcd46cd livestream: notifications and comments. 2021-04-11 00:44:55 -03:00
fiatjaf
b2efd71d3c allow extensions to hide themselves. 2021-03-27 22:49:53 -03:00
fiatjaf
7e4a42e7ff stop doing the check_invoices thing on each call. do it once on lnbits starup and then rely on the invoices listener. 2021-03-21 17:57:33 -03:00
fiatjaf
f27c2ebc21 marginally improve the checkpending situation. 2021-03-21 17:11:00 -03:00
fiatjaf
1c922a5ddc finish webhooks for normal invoices with two extra columns. 2020-12-24 09:39:46 -03:00
fiatjaf
eaec3480e6 lnurl-auth from lnbits wallets to services. 2020-11-10 11:36:10 -03:00
fiatjaf
a773584f6f tags and extras metadata in payment details dialog. 2020-10-21 09:50:45 -03:00
fiatjaf
bdbb58b2b0 wrap memo columns in payments table. 2020-10-15 00:59:00 -03:00
fiatjaf
be7d36214a use payments/sse on the core wallet UI.
still fallback to the invoice polling (now with a 5 seconds interval
because less than that is too annoying).

this fixes issues with /lnurlwallet invoices not getting paid in time,
so we update the UI automatically when they do get paid.

(see https://t.me/lnbits/7069)
2020-10-15 00:18:57 -03:00
fiatjaf
1529ebb689 lnurlpay comment. 2020-10-13 15:18:34 -03:00
fiatjaf
cf0bd7ece8 displaying lnurlpay success_actions. 2020-10-13 13:57:26 -03:00
fiatjaf
bc2207ba27 actually paying and withdrawing with lnurl. 2020-10-12 23:21:45 -03:00
fiatjaf
b1f30390b0 retrieve preimage from wallet backends, save it and show on UI dialog.
closes https://github.com/lnbits/lnbits/issues/77
2020-10-12 23:19:16 -03:00
fiatjaf
16541d40c6 show more data in txinfo modal and fee on main table.
- also center-align icons in main table.
- and use "x time ago" instead of raw dates by default in main table
  (raw date is accessible on a tooltip, on the modal and on the CSV export).
2020-10-05 22:38:06 -03:00
fiatjaf
e0b8470d40 show unpaid invoices, balance calculated on server-side so isn't affected. 2020-09-29 15:43:11 -03:00
fiatjaf
6928f431a7 poor man's flask-assets. 2020-09-15 15:54:05 -03:00
fiatjaf
f01028eac7 migrate from flask to quart.
also remove all flaskiness from static file serving.
and reference all vendored scripts on the base tempĺate for simplicity.
2020-09-14 16:03:25 -03:00
fiatjaf
ce28db76c9 add a dialog with payment details for each payment.
for outgoing payments this needs a preimage to be good,
but we don't have it yet because we don't get it from
backends.
2020-09-02 19:19:19 -03:00
fiatjaf
197af922d0 use {"tag": ext} for extension-related payments. 2020-09-02 12:44:54 -03:00
fiatjaf
bf3c44b3c4 extra fields on apipayments + index payments by payment_hash 2020-09-02 11:10:48 -03:00
Eneko Illarramendi
d4f957a5c8 chore: update js vendors 2020-09-02 14:39:20 +02:00
fiatjaf
79d5befe0c mypy on Makefile and apply prettier. 2020-08-29 14:10:26 -03:00
Eneko Illarramendi
a61d346669 chore: update js vendors 2020-05-04 15:33:39 +02:00
fiatjaf
4730500ed7 apply prettier to everything. 2020-05-03 13:55:17 -03:00
Eneko Illarramendi
8dfdd15adb fix: self host icon fonts 2020-04-29 13:24:49 +02:00
Eneko Illarramendi
e461e34fc0 feat(vue): move confirmDialog to LNbits.utils so we can reuse the styling 2020-04-23 07:32:45 +02:00
Eneko Illarramendi
1978cafe44 chore: update supporter logos 2020-04-23 07:23:45 +02:00
Eneko Illarramendi
eb938c11a8 chore(paywall): minor updates 2020-04-21 23:47:21 +02:00
Eneko Illarramendi
b1da103080 chore: minor tweaks 2020-04-21 23:47:21 +02:00
Eneko Illarramendi
efbba20872 style: minor tweaks 2020-04-21 23:13:37 +02:00
Arc
98f7dc8eff
Add files via upload 2020-04-20 14:00:38 +01:00
Arc
6bdf4e22e4
Delete quick.gif 2020-04-20 13:56:18 +01:00
Arc
549976b9d0
Delete stamps.jpg 2020-04-20 13:56:06 +01:00
Arc
f0cbaea0b1
Delete where39.png 2020-04-20 13:55:54 +01:00
Eneko Illarramendi
57c26ed2bb chore: outline some buttons 2020-04-18 23:17:16 +02:00
Eneko Illarramendi
9e98dae317 chore: update js dependencies 2020-04-18 09:18:56 +02:00
Eneko Illarramendi
de75057a15 chore: remove legacy frontend libraries 2020-04-17 20:43:14 +02:00
Eneko Illarramendi
fd4dddda6e chore: rename api-key-macaroon 2020-04-16 20:58:16 +02:00
Eneko Illarramendi
dd23b20090 chore: various tweaks 2020-04-16 20:58:16 +02:00
Arc
abc694307a
Update base.js 2020-04-16 12:02:20 +01:00
Eneko Illarramendi
fb7dfb3a32 chore: minor fixes 2020-04-05 12:19:25 +02:00
Eneko Illarramendi
a81de95f73 chore(vue): use g for consistency with Flask 2020-04-03 22:38:50 +02:00
Eneko Illarramendi
649cc888ab refactor: /wallet tweaks 2020-04-01 22:18:46 +02:00
Eneko Illarramendi
d03785558b refactor: a wallet is a wallet is a wallet 2020-03-31 19:05:25 +02:00
Eneko Illarramendi
75d97ddfc1 refactor: camera ready 2020-03-10 23:12:22 +01:00
Eneko Illarramendi
d862b16ee6 refactor: "payments" is the name, and API updates 2020-03-07 22:27:00 +01:00
Eneko Illarramendi
f98a5040ac refactor: decorators, models and more broken bits 2020-03-04 23:11:15 +01:00
Arc
8fca682ab1
Add files via upload 2020-02-20 15:22:09 +00:00
Arc
2ed6e9cfff
Delete npm.js 2020-02-20 15:21:41 +00:00
Arc
aead4bde20
Delete datepicker.min.js 2020-02-20 15:21:29 +00:00
Arc
30729b334c
Delete bootstrap.min.js 2020-02-20 15:21:19 +00:00
Arc
0e81e1d998
Delete bootstrap.js 2020-02-20 15:21:08 +00:00
Arc
9caa1e586c
Add files via upload 2020-02-20 15:20:36 +00:00
Arc
80ce215c9e
Delete datepicker.min.css 2020-02-20 15:20:00 +00:00
Arc
b0f31c289e
Delete bootstrap.min.css 2020-02-20 15:19:51 +00:00
Arc
568319f1aa
Delete bootstrap.css.map 2020-02-20 15:19:41 +00:00
Arc
4f345c5d6d
Delete bootstrap.css 2020-02-20 15:19:28 +00:00
Arc
a9aac916c7
Add files via upload 2020-02-20 08:48:58 +00:00
Arc
2b43f9bab4
Add files via upload 2020-02-20 08:48:24 +00:00
Arc
ea25c684ae
Add files via upload 2020-02-04 20:44:04 +00:00
Arc
a697752db3
Delete note (1).jpg 2020-02-04 20:43:37 +00:00
Arc
faa3a3f197
Add files via upload 2020-02-04 20:40:04 +00:00
Arc
8abdaaea48
Merge pull request #10 from arcbtc/extensions
Extensions
2020-02-04 14:15:09 +00:00
Eneko Illarramendi
9e90aabead refactor: use Flask Blueprints to organize extensions
- extensions are now blueprints: keep views, templastes and statics in the same folder
- increase app security using `flask-talisman`
- whenever possible use {{ url_for }} for links between pages
- remove references to non-existing JavaScript code
- add missing favicon.ico
2020-01-31 21:07:05 +01:00
Arc
9c71a0d8f1
Update app.js 2020-01-29 19:21:12 +00:00
Arc
351f4d3b4d
Update app.js 2020-01-29 19:19:27 +00:00
Arc
e7f92f9fa9
ad images 2020-01-29 00:23:04 +00:00
Arc
cc977303dc
Update app.js 2020-01-28 23:34:33 +00:00
Arc
9e502f9750
Update app.js 2020-01-28 22:24:49 +00:00
Arc
64b5fb20d4
Update app.js 2020-01-27 23:06:37 +00:00
Arc
9613870ac3
Needed to printing faucets
Ideally, add to lnurl faucet folder
2020-01-27 23:02:00 +00:00
Arc
17fa1c624c
Update app.js 2020-01-21 14:10:44 +00:00
Arc
87e76389b6
QR read check / error report 2020-01-21 11:06:22 +00:00
Arc
e6e3f2f675
Update app.js 2020-01-16 20:55:48 +00:00
Arc
2b48f08884
Update app.js 2020-01-16 20:51:36 +00:00
Arc
bcb27519bf
Update app.js 2020-01-15 15:18:14 +00:00
Arc
ac5df27c02
Removed buggy line drawing around QR codes 2020-01-12 00:44:02 +00:00
Arc
5cce3e9043
Added intervals
for funding sources without subscriptions
2020-01-12 00:41:47 +00:00
Eneko Illarramendi
9a21cee902 refactor: change folder case 2019-12-17 17:04:51 +01:00