diff --git a/docs/UI_UX_PLATFORM_CORE_ROADMAP.md b/docs/UI_UX_PLATFORM_CORE_ROADMAP.md index 4218d58..033f3a8 100644 --- a/docs/UI_UX_PLATFORM_CORE_ROADMAP.md +++ b/docs/UI_UX_PLATFORM_CORE_ROADMAP.md @@ -129,7 +129,7 @@ Repo: `../learning_ai/learning_ai_common_plat` - [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. - [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. +- [x] Verify in common platform: `pnpm --filter @bytelyst/ui build`, UI package tests/stories where available, and any common-platform lint/typecheck gate. Verification: `pnpm --filter @bytelyst/ui run build`, `pnpm --filter @bytelyst/ui exec eslint src --ext .ts,.tsx`, `pnpm --filter @bytelyst/ui run build-storybook`, and `git diff --check` passed on May 6, 2026. ### Phase UI2 — Expand NoteLett UI Adapter