Changelog
feat(admin): Semiotic charts and vivid admin dashboard
April 16, 2026Branch feat/admin-semiotic-dashboardPR #2801 min readAI Generated
feat(admin): Semiotic charts and vivid admin dashboard
Automated summary for branch feat/admin-semiotic-dashboard. This post is generated on push; commit it with your changes.
Commits
- 68465cb0 chore(webapp): sync pr blog post after push
- 3e8e836e chore(webapp): update pr blog post changelog
- 8adcc024 chore(webapp): refresh pr blog post after sync
- d1c1f6e1 chore(webapp): sync pr blog post for feat/admin-semiotic-dashboard
- a955c506 feat(admin): add semiotic charts and vivid dashboard styling
Files changed
bun.lock | 65 +++++++++
.../feat-admin-semiotic-dashboard/manifest.json | 12 ++
.../feat-admin-semiotic-dashboard/versions/ai.md | 31 ++++
webapp/package.json | 1 +
.../(authenticated)/admin/admin-charts-client.tsx | 24 ++++
.../admin/admin-metrics-dashboard.tsx | 137 ++++++++++++++++++
.../admin/admin-pipeline-section.tsx | 157 +++++++++++++++++++++
.../app/(authenticated)/admin/admin-stats-types.ts | 16 +++
.../src/app/(authenticated)/admin/invite-form.tsx | 22 ++-
webapp/src/app/(authenticated)/admin/page.tsx | 125 +++-------------
webapp/src/app/api/admin/pipeline/route.ts | 18 +++
11 files changed, 500 insertions(+), 108 deletions(-)
How this works
This file is produced by webapp/tools/sync-pr-blog-post.ts. Add a versions/human.md file in the same folder to publish a human-written alternative; the site will show tabs for AI Draft and Human when both exist.