From fd90d0733946d34b1741af1e724a0b6ce1fdccd3 Mon Sep 17 00:00:00 2001 From: Saravana Achu Mac Date: Wed, 6 May 2026 11:31:14 -0700 Subject: [PATCH] docs(ui): record primitive story coverage --- docs/UI_UX_PLATFORM_CORE_ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UI_UX_PLATFORM_CORE_ROADMAP.md b/docs/UI_UX_PLATFORM_CORE_ROADMAP.md index 00ec888..4218d58 100644 --- a/docs/UI_UX_PLATFORM_CORE_ROADMAP.md +++ b/docs/UI_UX_PLATFORM_CORE_ROADMAP.md @@ -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