Skip to content

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

Merged

Conversation

alexfreska
Copy link
Member

@alexfreska alexfreska commented Jul 16, 2025

  • Remove some unused components, mainly from the old website.
  • Deduplicate two similar ClientSideOnly components.

Copy link

vercel bot commented Jul 16, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

4 Skipped Deployments
Name Status Preview Comments Updated (UTC)
explorer ⬜️ Ignored (Inspect) Visit Preview Jul 16, 2025 8:06pm
explorer-zen ⬜️ Ignored (Inspect) Visit Preview Jul 16, 2025 8:06pm
hostd ⬜️ Ignored (Inspect) Visit Preview Jul 16, 2025 8:06pm
renterd ⬜️ Ignored (Inspect) Visit Preview Jul 16, 2025 8:06pm

@Copilot Copilot AI review requested due to automatic review settings July 16, 2025 19:42
Copy link

changeset-bot bot commented Jul 16, 2025

⚠️ No Changeset found

Latest commit: c5c37b9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-project-automation github-project-automation bot moved this to In Progress in Sia Jul 16, 2025
Copy link

@Copilot Copilot AI left a 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 and NextAppSsrAppRouter from site directory to app directory and updates exports
  • Replaces custom ClientSide component with existing ClientSideOnly 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

Copy link
Member Author

alexfreska commented Jul 16, 2025

@alexfreska alexfreska force-pushed the refactor_design-system_remove_deprecated_components branch from 73c3e5a to c5c37b9 Compare July 16, 2025 20:05
@alexfreska alexfreska merged commit a5690d8 into main Jul 17, 2025
72 checks passed
@alexfreska alexfreska deleted the refactor_design-system_remove_deprecated_components branch July 17, 2025 14:09
@github-project-automation github-project-automation bot moved this from In Progress to Done in Sia Jul 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants