lnbits-legend/lnbits
Vlad Stan eacdd432b2
[feat] Extension details page (#2544)
* feat: add empty dialog

* feat: add `details_link` field for extension

* feat: show info icon if `details_link` present

* feat: add extension details endpoint

* feat: first details page

* feat: carousel working

* feat: full screen

* fix: layout

* fix: repo site

* fix: release icon

* fix: repo link

* feat: terms and conditions partial

* chore: fix typing

* fix: info icon layout

* chore: add try-catch

* feat: layout improvements

* feat: add video link

* fix: show terms and conditions

* chore: code format

* feat: add `details_link`

* fix: github release details

* feat: add close button

* chore: code clean-up

* chore: revert some changes

* feat: i18n

* chore: `make bundle`

* chore: make bundle

* feat: terms and conditions is a link now
2024-06-19 11:52:18 +01:00
..
core [feat] Extension details page (#2544) 2024-06-19 11:52:18 +01:00
nodes feat: adhere to ruff's B rules (#2423) 2024-04-17 13:11:51 +02:00
static [feat] Extension details page (#2544) 2024-06-19 11:52:18 +01:00
templates feat: usermanager (#2139) 2024-05-10 12:06:46 +02:00
utils refactor: move logger function from app.py to utils/logger.py (#2454) 2024-05-09 17:51:18 +01:00
wallets "Failed to connect to https://ws:" crash (#2548) 2024-06-17 17:36:15 +02:00
__init__.py
__main__.py
app.py [feat] Pay to enable extension (#2516) 2024-05-28 12:07:33 +01:00
bolt11.py
commands.py [feat] Pay to enable extension (#2516) 2024-05-28 12:07:33 +01:00
db.py chore: adhere to ruff's UP 2024-04-15 13:38:04 +02:00
decorators.py [feat] Check payment tag (#2522) 2024-05-24 17:24:59 +03:00
exceptions.py [feat] Pay to enable extension (#2516) 2024-05-28 12:07:33 +01:00
extension_manager.py [feat] Extension details page (#2544) 2024-06-19 11:52:18 +01:00
helpers.py [fix] editable fields with default=None must be Optional (#2530) 2024-05-22 14:03:52 +01:00
jinja2_templating.py chore: update to latest fastapi (#2240) 2024-02-06 11:47:36 -03:00
lnurl.py feat: lnurl library update 2023-12-06 12:55:01 +01:00
middleware.py chore: adhere to ruff's RUF rules, 2nd try (#2420) 2024-04-17 07:36:22 +02:00
py.typed feat: add PEP561 marker for types (#2415) 2024-04-16 16:16:45 +02:00
requestvars.py
server.py LNBits -> LNbits typo (#2552) 2024-06-19 09:27:26 +03:00
settings.py [fix] editable fields with default=None must be Optional (#2530) 2024-05-22 14:03:52 +01:00
tasks.py [fix] editable fields with default=None must be Optional (#2530) 2024-05-22 14:03:52 +01:00