chrysopedia/frontend/src
jlightner 69335d8d6d chore: remove 2,367 lines of dead code — orphaned CSS, unused imports, stale files
Deleted files:
- generate_stage5_variants.py (874 lines) — superseded by pipeline.quality toolkit
- PROJECT_CONTEXT.md (461 lines) — stale, .gsd/PROJECT.md is the living doc
- CHRYSOPEDIA-ASSESSMENT.md (654 lines) — M011 triage artifact, all findings actioned

CSS cleanup (364 lines):
- 20 orphaned block groups from deleted review queue/old components
- Duplicate .btn base rule, .btn--warning, @keyframes stagePulse

Python imports:
- routers/pipeline.py: uuid, literal_column, over, text
- tests/test_pipeline.py: 9 unused imports (PropertyMock, create_engine, etc.)

Build verified: tsc --noEmit clean, npm run build clean (59 modules, 0 warnings).
2026-04-03 09:43:37 +00:00
..
api feat: Added updateCreatorProfile() API client and inline bio/social-lin… 2026-04-03 09:18:39 +00:00
components feat: Added SocialIcons component with 9 platform SVG icons, rendered s… 2026-04-03 09:00:34 +00:00
hooks feat: Added .section-heading utility class to unify four heading styles… 2026-04-03 06:22:11 +00:00
pages feat: Added updateCreatorProfile() API client and inline bio/social-lin… 2026-04-03 09:18:39 +00:00
utils feat: Added format-aware v2 body_sections rendering with nested TOC, ci… 2026-04-03 01:42:56 +00:00
App.css chore: remove 2,367 lines of dead code — orphaned CSS, unused imports, stale files 2026-04-03 09:43:37 +00:00
App.tsx feat: Added inline SVG logo mark (cyan arc + dot from favicon) to heade… 2026-04-03 05:47:05 +00:00
main.tsx feat: Split key moment card header into standalone h3 title and flex-ro… 2026-03-30 08:55:48 +00:00
vite-env.d.ts feat: Added AppFooter component displaying app version, build date, com… 2026-03-30 12:00:58 +00:00