Closed
Conversation
stevethomas
commented
May 21, 2025
| export * from "@/components/popover" | ||
| export * from "@/components/progress" | ||
| export * from "@/components/select" | ||
| export * from "@/components/separator" |
Member
Author
There was a problem hiding this comment.
did I forget to add pagination?
stevethomas
commented
May 21, 2025
| "@vue/tsconfig": "^0.7.0", | ||
| "autoprefixer": "^10.4.7", | ||
| "cypress": "^14.2.1", | ||
| "cypress-vite": "^1.5.0", |
stevethomas
commented
May 21, 2025
| @@ -1,26 +1,19 @@ | |||
| { | |||
Member
Author
There was a problem hiding this comment.
can this be tsconfig.ts?
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.
This pull request introduces a script for managing
shadcn-vuecomponent installations, adds new components (PaginationandSeparator) with corresponding Vue files, updates the project structure and dependencies, and refactors several components to usereka-uiinstead ofradix-vue. Below is a summary of the most important changes:New Features and Components
addscript to streamline the installation and relocation ofshadcn-vuecomponents, addressing a known issue with thecomponents.jsonconfiguration (add).PaginationandSeparatorcomponents with corresponding Vue files and templates (Pagination.vue,Separator.vue) [1] [2].Dependency Updates
reka-uito version2.2.1and other dependencies such asvite,typescript, and@vitejs/plugin-vueto their latest compatible versions [1] [2] [3].Refactoring for
reka-uiAvatar,Badge, andButtoncomponents to replaceradix-vuewithreka-uifor improved compatibility and functionality (Avatar.vue,Badge.vue,Button.vue) [1] [2] [3].Project Structure and Configuration
components.jsonto include a new alias foruicomponents (ui: "@/components/ui") to address installation and directory issues.index.tsandrouter/index.tsto include new components and better categorize existing ones [1] [2].Documentation Updates
shadcn-vueinstallation process and the workaround for moving components to the correct directory.