-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: upgrade to nuxt v4 (#658)
* refactor!: migrate to nuxt v4 * update path alias pt.2 * do not ignore shadcn components * still. do not ignore shadcn components * move utils to rootDir
- Loading branch information
Showing
262 changed files
with
214 additions
and
222 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes
This file contains 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
This file contains 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
This file contains 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
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...S/Record/view-activity-records/columns.ts → ...S/Record/view-activity-records/columns.ts
This file contains 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
2 changes: 1 addition & 1 deletion
2
components/custom/Index/announcements.vue → ...components/custom/Index/announcements.vue
This file contains 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
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
components/custom/club-card.vue → app/components/custom/club-card.vue
This file contains 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
File renamed without changes.
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export { default as AlertDialog } from '@/components/ui/alert-dialog/AlertDialog.vue' | ||
export { default as AlertDialogTrigger } from '@/components/ui/alert-dialog/AlertDialogTrigger.vue' | ||
export { default as AlertDialogContent } from '@/components/ui/alert-dialog/AlertDialogContent.vue' | ||
export { default as AlertDialogHeader } from '@/components/ui/alert-dialog/AlertDialogHeader.vue' | ||
export { default as AlertDialogTitle } from '@/components/ui/alert-dialog/AlertDialogTitle.vue' | ||
export { default as AlertDialogDescription } from '@/components/ui/alert-dialog/AlertDialogDescription.vue' | ||
export { default as AlertDialogFooter } from '@/components/ui/alert-dialog/AlertDialogFooter.vue' | ||
export { default as AlertDialogAction } from '@/components/ui/alert-dialog/AlertDialogAction.vue' | ||
export { default as AlertDialogCancel } from '@/components/ui/alert-dialog/AlertDialogCancel.vue' |
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
components/ui/alert/index.ts → app/components/ui/alert/index.ts
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
components/ui/avatar/index.ts → app/components/ui/avatar/index.ts
This file contains 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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
components/ui/badge/index.ts → app/components/ui/badge/index.ts
This file contains 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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
components/ui/button/index.ts → app/components/ui/button/index.ts
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
export { default as Calendar } from '@/components/ui/calendar/Calendar.vue' | ||
export { default as CalendarCell } from '@/components/ui/calendar/CalendarCell.vue' | ||
export { default as CalendarCellTrigger } from '@/components/ui/calendar/CalendarCellTrigger.vue' | ||
export { default as CalendarGrid } from '@/components/ui/calendar/CalendarGrid.vue' | ||
export { default as CalendarGridBody } from '@/components/ui/calendar/CalendarGridBody.vue' | ||
export { default as CalendarGridHead } from '@/components/ui/calendar/CalendarGridHead.vue' | ||
export { default as CalendarGridRow } from '@/components/ui/calendar/CalendarGridRow.vue' | ||
export { default as CalendarHeadCell } from '@/components/ui/calendar/CalendarHeadCell.vue' | ||
export { default as CalendarHeader } from '@/components/ui/calendar/CalendarHeader.vue' | ||
export { default as CalendarHeading } from '@/components/ui/calendar/CalendarHeading.vue' | ||
export { default as CalendarNextButton } from '@/components/ui/calendar/CalendarNextButton.vue' | ||
export { default as CalendarPrevButton } from '@/components/ui/calendar/CalendarPrevButton.vue' |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
export { default as Card } from '@/components/ui/card/Card.vue' | ||
export { default as CardHeader } from '@/components/ui/card/CardHeader.vue' | ||
export { default as CardTitle } from '@/components/ui/card/CardTitle.vue' | ||
export { default as CardDescription } from '@/components/ui/card/CardDescription.vue' | ||
export { default as CardContent } from '@/components/ui/card/CardContent.vue' | ||
export { default as CardFooter } from '@/components/ui/card/CardFooter.vue' |
This file contains 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
2 changes: 1 addition & 1 deletion
2
components/ui/chart-donut/index.ts → app/components/ui/chart-donut/index.ts
This file contains 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
File renamed without changes.
This file contains 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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
components/ui/chart/ChartTooltip.vue → app/components/ui/chart/ChartTooltip.vue
This file contains 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
8 changes: 4 additions & 4 deletions
8
components/ui/chart/index.ts → app/components/ui/chart/index.ts
This file contains 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
File renamed without changes.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { default as Checkbox } from '@/components/ui/checkbox/Checkbox.vue' |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export { default as Command } from '@/components/ui/command/Command.vue' | ||
export { default as CommandDialog } from '@/components/ui/command/CommandDialog.vue' | ||
export { default as CommandEmpty } from '@/components/ui/command/CommandEmpty.vue' | ||
export { default as CommandGroup } from '@/components/ui/command/CommandGroup.vue' | ||
export { default as CommandInput } from '@/components/ui/command/CommandInput.vue' | ||
export { default as CommandItem } from '@/components/ui/command/CommandItem.vue' | ||
export { default as CommandList } from '@/components/ui/command/CommandList.vue' | ||
export { default as CommandSeparator } from '@/components/ui/command/CommandSeparator.vue' | ||
export { default as CommandShortcut } from '@/components/ui/command/CommandShortcut.vue' |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export { default as Dialog } from '@/components/ui/dialog/Dialog.vue' | ||
export { default as DialogClose } from '@/components/ui/dialog/DialogClose.vue' | ||
export { default as DialogTrigger } from '@/components/ui/dialog/DialogTrigger.vue' | ||
export { default as DialogHeader } from '@/components/ui/dialog/DialogHeader.vue' | ||
export { default as DialogTitle } from '@/components/ui/dialog/DialogTitle.vue' | ||
export { default as DialogDescription } from '@/components/ui/dialog/DialogDescription.vue' | ||
export { default as DialogContent } from '@/components/ui/dialog/DialogContent.vue' | ||
export { default as DialogScrollContent } from '@/components/ui/dialog/DialogScrollContent.vue' | ||
export { default as DialogFooter } from '@/components/ui/dialog/DialogFooter.vue' |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
export { DropdownMenuPortal } from 'radix-vue' | ||
|
||
export { default as DropdownMenu } from '@/components/ui/dropdown-menu/DropdownMenu.vue' | ||
export { default as DropdownMenuTrigger } from '@/components/ui/dropdown-menu/DropdownMenuTrigger.vue' | ||
export { default as DropdownMenuContent } from '@/components/ui/dropdown-menu/DropdownMenuContent.vue' | ||
export { default as DropdownMenuGroup } from '@/components/ui/dropdown-menu/DropdownMenuGroup.vue' | ||
export { default as DropdownMenuRadioGroup } from '@/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue' | ||
export { default as DropdownMenuItem } from '@/components/ui/dropdown-menu/DropdownMenuItem.vue' | ||
export { default as DropdownMenuCheckboxItem } from '@/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue' | ||
export { default as DropdownMenuRadioItem } from '@/components/ui/dropdown-menu/DropdownMenuRadioItem.vue' | ||
export { default as DropdownMenuShortcut } from '@/components/ui/dropdown-menu/DropdownMenuShortcut.vue' | ||
export { default as DropdownMenuSeparator } from '@/components/ui/dropdown-menu/DropdownMenuSeparator.vue' | ||
export { default as DropdownMenuLabel } from '@/components/ui/dropdown-menu/DropdownMenuLabel.vue' | ||
export { default as DropdownMenuSub } from '@/components/ui/dropdown-menu/DropdownMenuSub.vue' | ||
export { default as DropdownMenuSubTrigger } from '@/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue' | ||
export { default as DropdownMenuSubContent } from '@/components/ui/dropdown-menu/DropdownMenuSubContent.vue' |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
export { default as FormControl } from '@/components/ui/form/FormControl.vue' | ||
export { default as FormDescription } from '@/components/ui/form/FormDescription.vue' | ||
export { default as FormItem } from '@/components/ui/form/FormItem.vue' | ||
export { default as FormLabel } from '@/components/ui/form/FormLabel.vue' | ||
export { default as FormMessage } from '@/components/ui/form/FormMessage.vue' | ||
export { FORM_ITEM_INJECTION_KEY } from './injectionKeys' | ||
export { Field as FormField, Form } from 'vee-validate' |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export { default as HoverCard } from '@/components/ui/hover-card/HoverCard.vue' | ||
export { default as HoverCardTrigger } from '@/components/ui/hover-card/HoverCardTrigger.vue' | ||
export { default as HoverCardContent } from '@/components/ui/hover-card/HoverCardContent.vue' |
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { default as Input } from '@/components/ui/input/Input.vue' |
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { default as Label } from '@/components/ui/label/Label.vue' |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
export { default as Menubar } from '@/components/ui/menubar/Menubar.vue' | ||
export { default as MenubarItem } from '@/components/ui/menubar/MenubarItem.vue' | ||
export { default as MenubarContent } from '@/components/ui/menubar/MenubarContent.vue' | ||
export { default as MenubarGroup } from '@/components/ui/menubar/MenubarGroup.vue' | ||
export { default as MenubarMenu } from '@/components/ui/menubar/MenubarMenu.vue' | ||
export { default as MenubarRadioGroup } from '@/components/ui/menubar/MenubarRadioGroup.vue' | ||
export { default as MenubarRadioItem } from '@/components/ui/menubar/MenubarRadioItem.vue' | ||
export { default as MenubarCheckboxItem } from '@/components/ui/menubar/MenubarCheckboxItem.vue' | ||
export { default as MenubarSeparator } from '@/components/ui/menubar/MenubarSeparator.vue' | ||
export { default as MenubarSub } from '@/components/ui/menubar/MenubarSub.vue' | ||
export { default as MenubarSubContent } from '@/components/ui/menubar/MenubarSubContent.vue' | ||
export { default as MenubarSubTrigger } from '@/components/ui/menubar/MenubarSubTrigger.vue' | ||
export { default as MenubarTrigger } from '@/components/ui/menubar/MenubarTrigger.vue' | ||
export { default as MenubarShortcut } from '@/components/ui/menubar/MenubarShortcut.vue' | ||
export { default as MenubarLabel } from '@/components/ui/menubar/MenubarLabel.vue' |
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { default as Multiselect } from '@/components/ui/multiselect/Multiselect.vue' |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export { default as NumberField } from '@/components/ui/number-field/NumberField.vue' | ||
export { default as NumberFieldInput } from '@/components/ui/number-field/NumberFieldInput.vue' | ||
export { default as NumberFieldIncrement } from '@/components/ui/number-field/NumberFieldIncrement.vue' | ||
export { default as NumberFieldDecrement } from '@/components/ui/number-field/NumberFieldDecrement.vue' | ||
export { default as NumberFieldContent } from '@/components/ui/number-field/NumberFieldContent.vue' |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export { PopoverAnchor } from 'radix-vue' | ||
export { default as Popover } from '@/components/ui/popover/Popover.vue' | ||
export { default as PopoverTrigger } from '@/components/ui/popover/PopoverTrigger.vue' | ||
export { default as PopoverContent } from '@/components/ui/popover/PopoverContent.vue' |
File renamed without changes.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
export { default as ScrollArea } from '@/components/ui/scroll-area/ScrollArea.vue' | ||
export { default as ScrollBar } from '@/components/ui/scroll-area/ScrollBar.vue' |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.