events/static/js
Padreug 4aa90d80ad 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-20 01:22:38 +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 feat: support optional start/end time on events 2026-05-20 01:22:38 +02:00
index.vue feat: support optional start/end time on events 2026-05-20 01:22:38 +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