Badges: print centering via display:contents — collapse wrappers, body as flex center

This commit is contained in:
Scott Idem
2026-03-12 17:21:56 -04:00
parent 11a6d5d35c
commit f26416de22
9 changed files with 891 additions and 1851 deletions

View File

@@ -27,7 +27,8 @@
(async () => {
// Check Dexie cache first — sessions are typically cached from prior page visits
let session = await db_events.session.get(session_id);
// Typed as any: Dexie returns Session|undefined, API returns ae_EventSession|null — both duck-type fine
let session: any = await db_events.session.get(session_id);
if (!session) {
// Not cached — fetch from API and save to Dexie
session = await events_func.load_ae_obj_id__event_session({