docs(ui): record primitive story coverage

This commit is contained in:
Saravana Achu Mac 2026-05-06 11:31:14 -07:00
parent d7516a3566
commit fd90d07339

View File

@ -128,7 +128,7 @@ Repo: `../learning_ai/learning_ai_common_plat`
- [x] Add remaining surface primitives: `Surface`, `SurfaceList`, and any table/list layout variants needed by search/workspaces/dashboard. Common-platform commit: `48ad3deb7f217258925839a73897637d720a43d0`. Verification: `pnpm --filter @bytelyst/ui run build`, `Surface.tsx` color audit, and `git diff --check` passed.
- [x] Add `Tabs`, `SegmentedControl`, `Tooltip`, `DropdownMenu`, `Checkbox`, `RadioGroup`, and `Switch` using Radix where appropriate. Common-platform commit: `0876bc125f9a1824b7f327c257b5df73df09c0db`. Verification: `pnpm --filter @bytelyst/ui run build`, targeted new-control color audit, and `git diff --check` passed.
- [x] Add `DataList`/`DataTable`, `Timeline`, and `DiffCard` for operational workflows. Common-platform commits: `5b720fda337a19d9adf82df19711174bddffe0ee` for `DataList`/`DataTable`, `23e1400` for `Timeline`/`DiffCard`. Verification: `pnpm --filter @bytelyst/ui run build`, targeted data-display color audit, and `git diff --check` passed.
- [ ] Add Storybook stories and basic rendering/a11y tests for every new primitive.
- [x] Add Storybook stories and basic rendering/a11y tests for every new primitive. Common-platform commit: `5af6154e8035703e4d195a71602461566444035f`. Verification: `pnpm --filter @bytelyst/ui run build`, `pnpm --filter @bytelyst/ui run build-storybook`, story color audit, and `git diff --check` passed; UI package has Storybook/a11y-addon coverage but no package-local Vitest render test script yet.
- [ ] Verify in common platform: `pnpm --filter @bytelyst/ui build`, UI package tests/stories where available, and any common-platform lint/typecheck gate.
### Phase UI2 — Expand NoteLett UI Adapter