-
Notifications
You must be signed in to change notification settings - Fork 13
refactor(design-system): remove deprecated components #1192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
WebDomain
component from site directory to components directory and updates exports - Moves
NextAppCsr
andNextAppSsrAppRouter
from site directory to app directory and updates exports - Replaces custom
ClientSide
component with existingClientSideOnly
component
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.