refactor(design-system): remove deprecated components#1192
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 4 Skipped Deployments
|
|
There was a problem hiding this comment.
Pull Request Overview
This PR refactors the design system by removing deprecated site-specific components and reorganizing some shared utilities. The refactoring appears to be part of a cleanup effort to remove unused or outdated UI components from the design system library.
- Removes 13 deprecated site-specific components including navigation, content display, and layout components
- Moves
WebDomaincomponent from site directory to components directory and updates exports - Moves
NextAppCsrandNextAppSsrAppRouterfrom site directory to app directory and updates exports - Replaces custom
ClientSidecomponent with existingClientSideOnlycomponent
Reviewed Changes
Copilot reviewed 13 out of 17 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| libs/design-system/src/site/*.tsx | Removes all deprecated site-specific components (13 files) |
| libs/design-system/src/index.ts | Updates exports to remove site components and add moved components to appropriate sections |
| libs/design-system/src/app/NextAppCsr.tsx | Refactors to use existing ClientSideOnly component instead of custom ClientSide |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
73c3e5a to
c5c37b9
Compare

Uh oh!
There was an error while loading. Please reload this page.