events/static/js
Padreug df4775126f feat: support optional start/end time on events
event_start_date / event_end_date now accept either YYYY-MM-DD (date-only)
or YYYY-MM-DDTHH:MM (ISO datetime). The NIP-52 publisher switches kind
on the "T" delimiter: kind 31922 (date-based, YYYY-MM-DD start/end) when
absent, kind 31923 (time-based, unix-timestamp start/end + day-granularity
D tags) when present. Delete events match the original publish kind.

Closing-date parsing accepts both formats. The LNbits admin form gains
optional HH:MM inputs alongside each date picker; they fold into the
wire-format string on submit and split back on edit.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-22 09:21:30 +02:00
..
display.js fix: if sats and fiat checkout conversion currency 2026-05-07 14:34:22 +01:00
display.vue feat: add event approval workflow with admin UI 2026-05-22 09:19:21 +02:00
index.js feat: support optional start/end time on events 2026-05-22 09:21:30 +02:00
index.vue feat: support optional start/end time on events 2026-05-22 09:21:30 +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: add paid/registered badge to ticket page (#49) 2026-05-07 17:06:38 +02:00
ticket.vue feat: add paid/registered badge to ticket page (#49) 2026-05-07 17:06:38 +02:00