-
Notifications
You must be signed in to change notification settings - Fork 0
Steve/midnight madness #12
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
base: main
Are you sure you want to change the base?
Conversation
| export * from "@/components/popover" | ||
| export * from "@/components/progress" | ||
| export * from "@/components/select" | ||
| export * from "@/components/separator" |
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.
did I forget to add pagination?
| "@vue/tsconfig": "^0.7.0", | ||
| "autoprefixer": "^10.4.7", | ||
| "cypress": "^14.2.1", | ||
| "cypress-vite": "^1.5.0", |
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.
eslint 9?
| @@ -1,26 +1,19 @@ | |||
| { | |||
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.
can this be tsconfig.ts?
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.