events/static/js
Padreug b428b0dca8
Some checks failed
lint.yml / chore: satisfy upstream lint (black, mypy, prettier, ruff) (push) Failing after 0s
chore: satisfy upstream lint (black, mypy, prettier, ruff)
- black/prettier reformatting across new aio code
- type annotations on db.fetchone/fetchall callsites in crud.py
- explicit dict[str, list[str]] for tag_lists in nostr_sync.py
- type:ignore[attr-defined] on Account.prvkey access — the field is
  added by the aio-fork lnbits.core.models.Account; upstream lnbits
  does not yet have it, so consumers without the fork must add a
  prvkey column to accounts before the Nostr publisher can sign.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-05 20:04:15 +02:00
..
display.js feat: make events dynamic (#43) 2026-05-04 17:01:53 +02:00
display.vue feat: add event approval workflow with admin UI 2026-05-05 19:31:06 +02:00
index.js chore: satisfy upstream lint (black, mypy, prettier, ruff) 2026-05-05 20:04:15 +02:00
index.vue chore: satisfy upstream lint (black, mypy, prettier, ruff) 2026-05-05 20:04:15 +02:00
register.js feat: register public page saves to localstorage (#48) 2026-05-05 10:45:14 +02:00
register.vue feat: register public page saves to localstorage (#48) 2026-05-05 10:45:14 +02:00
ticket.js feat: make events dynamic (#43) 2026-05-04 17:01:53 +02:00
ticket.vue feat: make events dynamic (#43) 2026-05-04 17:01:53 +02:00