project-bifrost-platform/src
Jonathan Hvid 18d371b368 feat(admin): activity resource (read-only debug feed)
Last resource lands. /admin/activity tails the activity table —
votes, RSVPs, office-hour bookings, roadmap ships, pulse opens —
with last-7-days / last-30-days filters. Pure read view: no form,
no summary, no ops.

src/admin/components/ResourceListView.astro: rows fall back to <div>
when the resource has no panel pathway (form: null AND no summary).
Activity rows aren't clickable now — previously they'd dirty the URL
with a ?edit= that resolved to nothing.

The registry is complete: 7 resources across 3 groups, matching the
sidebar layout described in the spec.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-12 16:38:11 +02:00
..
admin feat(admin): activity resource (read-only debug feed) 2026-05-12 16:38:11 +02:00
components feat(route): unified scroll — drag with momentum + wheel + animated glide 2026-05-12 15:19:13 +02:00
content feat: database schema, migrations, and seed data 2026-04-18 22:43:16 +02:00
layouts fix(nav): scale italic Bifrost down to optically match regular Project 2026-05-12 15:10:55 +02:00
lib feat(admin): council-group resources (users, invitations, join requests) 2026-05-12 16:32:26 +02:00
pages feat(admin): council-group resources (users, invitations, join requests) 2026-05-12 16:32:26 +02:00
styles feat(db): roadmap_items gains 'considering' + 'in_beta' rename, --on-ink tokens 2026-05-12 10:46:39 +02:00
env.d.ts feat: database schema, migrations, and seed data 2026-04-18 22:43:16 +02:00
middleware.ts feat: database schema, migrations, and seed data 2026-04-18 22:43:16 +02:00