docs(admin-web): tick UX-2 with SHA + test counts (UX-2)

This commit is contained in:
saravanakumardb1 2026-05-29 13:47:11 -07:00
parent 01f79afaf3
commit 50704c6e45

View File

@ -130,7 +130,7 @@ pnpm --filter @bytelyst/admin-web test:e2e # Playwright + @axe-core (no new fa
no new failures (29 pre-existing).
- [x] **UX-2 — Charts:** migrate the `recharts` usages to `@bytelyst/charts` (+ `@bytelyst/data-viz`),
lazy-loaded; render tests (no NaN in SVG). Drop `recharts` if fully unused afterward.
**DONE** `<SHA-UX2>` · Migrated all **5** recharts files (page, usage, users/[id],
**DONE** `01f79afa` · Migrated all **5** recharts files (page, usage, users/[id],
ops/client-logs, extraction/entity-chart) → `AreaChart`/`BarChart`/`Donut` via a lazy
`src/components/charts` seam (`next/dynamic`, own chunk; dynamic-imports a local static
re-export `primitives.tsx` because the packages declare only an `import` export condition).