refactor: move ui package to submodule #41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/ui-submodule"
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
Move packages/ui out of the parent repository and replace it with a Git submodule pointing to vince/dimensionlab-ui.
Why
The UI package needs to be reused by other repositories without copying the component library.
Changes
Testing
Notes
The new vince/dimensionlab-ui repo was seeded from the existing packages/ui history. PR review feedback was addressed on the same branch.