Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork484
docs: ui updates to match shadcn/ui#2391
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
changeset-botbot commentedNov 6, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
|
github-actionsbot commentedNov 6, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
built withRefined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
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 documentation site's theme system and component organization. The changes transition from a default theme-based system to a neutral theme-based system, rename and reorganize card components, and improve UI consistency.
- Replaces the default/scaled/mono theme structure with a color-focused neutral default theme
- Renames and reorganizes card demo components for better clarity
- Updates UI components with improved accessibility and visual consistency
Reviewed Changes
Copilot reviewed 16 out of 17 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/static/fonts/Inter/LICENSE.txt | Adds Inter font license file |
| docs/src/routes/(app)/themes/+page.svelte | Renames Demo to CardsDemo component |
| docs/src/routes/(app)/+page.svelte | Renames CardsDemo to RootComponents |
| docs/src/lib/navigation.ts | Reorganizes navigation structure with new Sections group |
| docs/src/lib/components/theme-selector.svelte | Simplifies theme selection by removing default themes, sorting themes alphabetically |
| docs/src/lib/components/theme-customizer.svelte | Adds alphabetical sorting to theme list |
| docs/src/lib/components/theme-customizer-copy-code-button.svelte | Adds copy icon to button with responsive text visibility |
| docs/src/lib/components/docs-sidebar.svelte | Improves sidebar styling with gradient overlays and adjusted height |
| docs/src/lib/components/component-preview-tabs.svelte | Simplifies preview component by removing tab functionality |
| docs/src/lib/components/command-menu/command-menu.svelte | Replaces custom kbd snippet with Kbd component |
| docs/src/lib/components/cards/root-components.svelte | Creates new component showcasing root UI components |
| docs/src/lib/components/cards/cookie-settings.svelte | Removes functional cookies section |
| docs/src/lib/components/cards/cards-demo.svelte | Creates new cards showcase component |
| docs/src/lib/components/cards/calendar.svelte | Updates calendar date from 2023 to 2025 |
| docs/src/app.css | Adds Inter font, changes default font from Geist to Inter, adds overscroll-none |
| docs/registry.json | Adds dropdown-menu-checkbox-group file to registry |
💡Add Copilot custom instructions for smarter, more guided reviews.Learn how to get started.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
No description provided.