You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2026. It is now read-only.
| 1.0a |**Folder restructure** – adopt `src/components/primitives`, `layout`, `hooks`, `providers` hierarchy. |`pnpm build` & `pnpm test` pass after move; no unresolved imports in TS. ||
26
-
| 1.0b | Migrate **Button** files into `components/primitives/Button/`; delete legacy `core/Button`. | Storybook & unit tests green at the new path. ||
27
-
| 1.0c | Update barrels (`src/components/index.ts`, root `src/index.ts`) and **adjust all imports**. |`pnpm lint` shows 0 errors; grep finds no `from "./core"`. ||
25
+
| 1.0a |**Folder restructure** – adopt `src/components/primitives`, `layout`, `hooks`, `providers` hierarchy. |`pnpm build` & `pnpm test` pass after move; no unresolved imports in TS. |✓|
26
+
| 1.0b | Migrate **Button** files into `components/primitives/Button/`; delete legacy `core/Button`. | Storybook & unit tests green at the new path. |✓|
27
+
| 1.0c | Update barrels (`src/components/index.ts`, root `src/index.ts`) and **adjust all imports**. |`pnpm lint` shows 0 errors; grep finds no `from "./core"`. |✓|
28
28
| 1.1a | Create basic **Button** component structure. | Component file exists with basic props and types. | ✓ |
29
-
| 1.1b | Complete **Button** implementation with tests and stories. | Vitest basic unit tests, Storybook MDX story with ArgsTable. ||
30
-
| 1.1c | Implement **TextInput** wrapper in `/src/core`. | Vitest basic unit tests, Storybook MDX story with ArgsTable. ||
29
+
| 1.1b | Complete **Button** implementation with tests and stories. | Vitest basic unit tests, Storybook MDX story with ArgsTable. |✓|
30
+
| 1.1c | Implement **TextInput** wrapper in `src/components/primitives`. | Vitest basic unit tests, Storybook docs (autodocs) & unit tests. | ✓|
31
31
| 1.2a | Set up basic Storybook configuration. |`npm run storybook` starts successfully. | ✓ |
0 commit comments