refactor(ui): organize component source tree #35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/turbo-ui-filetree"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
packages/ui/src/componentsinto four domain folders:foundation,frames,operations, andtelemetry.@dimensionlab/uibarrel stable while updating internal imports, render tests, and Storybook stories.Why
The UI package was shareable but still had a flat component bucket, which made the Turborepo/component-library organization harder to scan and maintain.
Changes
Testing
bun run --cwd packages/ui test:unitbun run --cwd packages/ui checkbun run test:qabun run db:checkgit diff --checkNotes
@dimensionlab/uiand runtime behavior is intended to stay unchanged.