No description
Two-pane Backstage chrome: sticky topbar with the wordmark + " / Backstage" lockup and a "Back to the portal" link, plus a left sidebar that walks the resource registry and renders grouped links with active-state and count badges. - src/admin/components/AdminLayout.astro — the shell. Pre-resolves list-counts and notify-counts per resource so the sidebar can render badges without async work in markup. Renders an empty state until resources land. - src/admin/resources/index.ts — empty registry stub. Three groups declared (publishing, council, system); resources populated in steps 8–10. - src/admin/admin.css — Backstage tokens (--admin-sidebar-bg, --admin-active-accent, etc.) and the shell styles (bs-topbar, bs-sidebar, bs-resource, bs-count). Mobile collapses the sidebar above the main pane. - src/pages/admin/preview.astro — temporary smoke-test route at /admin/preview. Deleted in step 11 when the new admin replaces the old one. Old /admin (?tab=…) is untouched and continues to work. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| content | ||
| design | ||
| migrations | ||
| public | ||
| scripts | ||
| src | ||
| tests | ||
| .env.example | ||
| .gitignore | ||
| astro.config.mjs | ||
| CLAUDE.md | ||
| DECISIONS.md | ||
| HANDOVER.md | ||
| KNOWN_ISSUES.md | ||
| package.json | ||
| pnpm-lock.yaml | ||
| SPEC.md | ||
| todo.md | ||
| tsconfig.json | ||
| vitest.config.ts | ||