events/static/js
Padreug 3606fd9a0a
Some checks failed
lint.yml / feat(admin): Owner column on All Users' Events card (pull_request) Failing after 0s
feat(admin): Owner column on All Users' Events card
Adds the event's wallet owner (user_id) as the first column of the
admin-only All Users' Events table so cross-tenant rows are
attributable at a glance. Server-side join: GET /events/all now
resolves each event.wallet -> wallet.user and stamps the result on
the response as wallet_user_id. Frontend gets a dedicated
allUsersEventsTable.columns definition so the user's own-events
table stays unchanged.

Follow-up #22 covers letting the admin actually edit those events
once attributed.
2026-05-24 18:51:51 +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(admin): Owner column on All Users' Events card 2026-05-24 18:51:51 +02:00
index.vue feat(admin): Owner column on All Users' Events card 2026-05-24 18:51:51 +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