Draft
Conversation
…guration - Add a new `lib/utils.ts` utility file exporting the `cn` helper - Update `components.json` to migrate the UI library from `shadcn/ui` (Radix UI) to `Base UI`, and refresh related style settings including theme (`base-mira`), base color (`neutral`), and icon library (`hugeicons`) - Refactor multiple UI components (`skeleton`, `aspect-ratio`, `label`, `separator`, `collapsible`, `input`, `sonner`, `checkbox`, `progress`, `scroll-area`, `switch`, `toggle`, `radio-group`, `alert`, `hover-card`, `resizable`, `slider`, `badge`, `input-otp`, `avatar`, `card`, `popover`, `table`, `accordion`, `toggle-group`) by replacing `@radix-ui/react-*` dependencies with components from `@base-ui/react` - Update the font configuration in `layout.tsx` by replacing `Source_Sans_3` with `Inter` - Update `package.json` dependencies by adding new packages such as `@base-ui/react`, `@hugeicons/react`, `@hugeicons/core-free-icons`, and `shadcn`, while removing `lucide-react` - Standardize code style by changing string quotes from single quotes (`'`) to double quotes (`"`)
Remove the default padding and border radius so the modal fully covers the screen on both mobile and desktop, avoiding unnecessary blank space.
Update trigger buttons across multiple components (such as `DialogTrigger`, `PopoverTrigger`, etc.) by replacing the `asChild` pattern with the `render` prop and explicitly setting `nativeButton={false}`.
This change improves code consistency, avoids potential rendering issues, and simplifies trigger wrapper logic.
Also fix the missing `Command` wrapper in the `CommandDialog` component.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.