From 68e23a818ab012a36725309001b4949de440973a Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Fri, 9 Jan 2026 21:47:12 +0100 Subject: [PATCH] style: :art: Run Biome formatter --- app/app.vue | 8 ++--- app/components/composer/composer.vue | 20 ++++++------- app/components/composer/dialog.vue | 14 ++++----- app/components/composer/file-preview.vue | 10 +++---- app/components/composer/visibility-picker.vue | 4 +-- app/components/editor/bubble-menu.vue | 14 ++++----- app/components/editor/content.vue | 4 +-- app/components/errors/noscript.vue | 2 +- app/components/form/switch.vue | 4 +-- app/components/form/text.vue | 4 +-- app/components/graphics/spinner.vue | 2 +- app/components/instance/small-card.vue | 18 +++-------- app/components/modals/confirm-inline.vue | 2 +- app/components/modals/drawer-content.vue | 2 +- app/components/navigation/mobile-navbar.vue | 8 ++--- app/components/notes/action-button.vue | 4 +-- app/components/notes/attachment.vue | 2 +- .../notes/attachments/attachment-base.vue | 12 ++++---- app/components/notes/attachments/file.vue | 2 +- app/components/notes/content-warning.vue | 3 +- app/components/notes/content.vue | 2 +- app/components/notes/header.vue | 4 +-- app/components/notes/menu.vue | 28 ++++++++--------- app/components/notes/overflow-guard.vue | 8 ++--- app/components/notes/prose.vue | 2 +- .../notes/reactions/picker/index.vue | 6 ++-- app/components/notes/reactions/reaction.vue | 2 +- app/components/notes/reblog-header.vue | 4 +-- app/components/notes/thread.vue | 2 +- .../notifications/follow-request.vue | 14 ++++----- app/components/notifications/notification.vue | 4 +-- app/components/preferences/developer.vue | 2 +- app/components/preferences/dialog.vue | 14 ++++----- .../preferences/emojis/batch-dropdown.vue | 4 +-- .../preferences/emojis/dropdown.vue | 6 ++-- app/components/preferences/emojis/index.vue | 2 +- app/components/preferences/emojis/table.vue | 4 +-- .../preferences/emojis/uploader.vue | 10 +++---- app/components/preferences/index.vue | 2 +- app/components/preferences/page.vue | 2 +- app/components/preferences/profile.vue | 8 ++--- app/components/preferences/profile/fields.vue | 8 ++--- .../preferences/profile/image-uploader.vue | 25 ++++++++-------- app/components/preferences/stats.vue | 2 +- app/components/preferences/types/boolean.vue | 2 +- app/components/preferences/types/number.vue | 6 ++-- app/components/preferences/types/select.vue | 2 +- .../preferences/types/type-base.vue | 7 ++--- app/components/profiles/avatar.vue | 2 +- app/components/profiles/profile-actions.vue | 30 +++++++++---------- app/components/profiles/profile-badge.vue | 2 +- app/components/profiles/profile-fields.vue | 2 +- app/components/profiles/profile-header.vue | 2 +- .../profiles/profile-relationship-actions.vue | 8 ++--- app/components/profiles/profile.vue | 18 +++++------ app/components/profiles/small-card.vue | 4 +-- app/components/profiles/tiny-card.vue | 2 +- .../sidebars/account/account-manager.vue | 8 ++--- .../sidebars/footer/footer-actions.vue | 12 ++++---- app/components/sidebars/left-sidebar.vue | 10 +++---- .../sidebars/navigation/nav-group.vue | 2 +- .../sidebars/navigation/nav-items.vue | 2 +- app/components/sidebars/right-sidebar.vue | 2 +- app/components/sidebars/sidebar.vue | 6 ++-- .../timelines/timeline-scroller.vue | 2 +- app/components/timelines/timeline.vue | 4 +-- app/components/typography/bold.vue | 2 +- app/components/typography/headings/large.vue | 2 +- app/components/typography/headings/medium.vue | 2 +- app/components/typography/headings/small.vue | 2 +- app/components/typography/html.vue | 2 +- app/components/typography/layout/col.vue | 2 +- app/components/typography/layout/row.vue | 2 +- app/components/typography/small.vue | 2 +- app/components/typography/text.vue | 2 +- .../ui/alert-dialog/AlertDialog.vue | 2 +- .../ui/alert-dialog/AlertDialogAction.vue | 2 +- .../ui/alert-dialog/AlertDialogCancel.vue | 2 +- .../ui/alert-dialog/AlertDialogContent.vue | 2 +- .../alert-dialog/AlertDialogDescription.vue | 2 +- .../ui/alert-dialog/AlertDialogFooter.vue | 2 +- .../ui/alert-dialog/AlertDialogHeader.vue | 2 +- .../ui/alert-dialog/AlertDialogTitle.vue | 2 +- .../ui/alert-dialog/AlertDialogTrigger.vue | 2 +- app/components/ui/alert/Alert.vue | 2 +- app/components/ui/alert/AlertDescription.vue | 2 +- app/components/ui/alert/AlertTitle.vue | 2 +- app/components/ui/avatar/Avatar.vue | 2 +- app/components/ui/avatar/AvatarFallback.vue | 2 +- app/components/ui/avatar/AvatarImage.vue | 2 +- app/components/ui/badge/Badge.vue | 2 +- app/components/ui/button/Button.vue | 2 +- app/components/ui/card/Card.vue | 2 +- app/components/ui/card/CardAction.vue | 2 +- app/components/ui/card/CardContent.vue | 2 +- app/components/ui/card/CardDescription.vue | 2 +- app/components/ui/card/CardFooter.vue | 2 +- app/components/ui/card/CardHeader.vue | 2 +- app/components/ui/card/CardTitle.vue | 2 +- app/components/ui/checkbox/Checkbox.vue | 4 +-- app/components/ui/collapsible/Collapsible.vue | 2 +- .../ui/collapsible/CollapsibleContent.vue | 2 +- .../ui/collapsible/CollapsibleTrigger.vue | 2 +- app/components/ui/command/Command.vue | 2 +- app/components/ui/command/CommandDialog.vue | 2 +- app/components/ui/command/CommandEmpty.vue | 2 +- app/components/ui/command/CommandGroup.vue | 2 +- app/components/ui/command/CommandInput.vue | 2 +- app/components/ui/command/CommandItem.vue | 2 +- app/components/ui/command/CommandList.vue | 2 +- .../ui/command/CommandSeparator.vue | 2 +- app/components/ui/command/CommandShortcut.vue | 2 +- app/components/ui/dialog/Dialog.vue | 2 +- app/components/ui/dialog/DialogClose.vue | 2 +- app/components/ui/dialog/DialogContent.vue | 6 ++-- .../ui/dialog/DialogDescription.vue | 2 +- app/components/ui/dialog/DialogFooter.vue | 2 +- app/components/ui/dialog/DialogHeader.vue | 2 +- app/components/ui/dialog/DialogOverlay.vue | 2 +- .../ui/dialog/DialogScrollContent.vue | 4 +-- app/components/ui/dialog/DialogTitle.vue | 2 +- app/components/ui/dialog/DialogTrigger.vue | 2 +- app/components/ui/drawer/Drawer.vue | 2 +- app/components/ui/drawer/DrawerClose.vue | 2 +- app/components/ui/drawer/DrawerContent.vue | 4 +-- .../ui/drawer/DrawerDescription.vue | 2 +- app/components/ui/drawer/DrawerFooter.vue | 2 +- app/components/ui/drawer/DrawerHeader.vue | 2 +- app/components/ui/drawer/DrawerTitle.vue | 2 +- app/components/ui/drawer/DrawerTrigger.vue | 2 +- .../ui/dropdown-menu/DropdownMenu.vue | 2 +- .../DropdownMenuCheckboxItem.vue | 4 +-- .../ui/dropdown-menu/DropdownMenuContent.vue | 2 +- .../ui/dropdown-menu/DropdownMenuGroup.vue | 2 +- .../ui/dropdown-menu/DropdownMenuItem.vue | 2 +- .../ui/dropdown-menu/DropdownMenuLabel.vue | 2 +- .../dropdown-menu/DropdownMenuRadioGroup.vue | 2 +- .../dropdown-menu/DropdownMenuRadioItem.vue | 4 +-- .../ui/dropdown-menu/DropdownMenuShortcut.vue | 2 +- .../ui/dropdown-menu/DropdownMenuSub.vue | 2 +- .../dropdown-menu/DropdownMenuSubContent.vue | 2 +- .../dropdown-menu/DropdownMenuSubTrigger.vue | 4 +-- .../ui/dropdown-menu/DropdownMenuTrigger.vue | 2 +- app/components/ui/form/FormControl.vue | 2 +- app/components/ui/form/FormDescription.vue | 2 +- app/components/ui/form/FormItem.vue | 2 +- app/components/ui/form/FormLabel.vue | 2 +- app/components/ui/hover-card/HoverCard.vue | 2 +- .../ui/hover-card/HoverCardContent.vue | 2 +- .../ui/hover-card/HoverCardTrigger.vue | 2 +- app/components/ui/input-group/InputGroup.vue | 2 +- .../ui/input-group/InputGroupAddon.vue | 2 +- .../ui/input-group/InputGroupButton.vue | 2 +- .../ui/input-group/InputGroupText.vue | 12 ++++---- app/components/ui/input/url.vue | 2 +- app/components/ui/label/Label.vue | 2 +- .../ui/number-field/NumberField.vue | 2 +- .../ui/number-field/NumberFieldContent.vue | 2 +- .../ui/number-field/NumberFieldDecrement.vue | 2 +- .../ui/number-field/NumberFieldIncrement.vue | 2 +- app/components/ui/popover/Popover.vue | 2 +- app/components/ui/popover/PopoverAnchor.vue | 2 +- app/components/ui/popover/PopoverContent.vue | 2 +- app/components/ui/popover/PopoverTrigger.vue | 2 +- app/components/ui/select/Select.vue | 2 +- app/components/ui/select/SelectContent.vue | 6 ++-- app/components/ui/select/SelectGroup.vue | 2 +- app/components/ui/select/SelectItem.vue | 4 +-- app/components/ui/select/SelectItemText.vue | 2 +- app/components/ui/select/SelectLabel.vue | 2 +- .../ui/select/SelectScrollDownButton.vue | 2 +- .../ui/select/SelectScrollUpButton.vue | 2 +- app/components/ui/select/SelectTrigger.vue | 4 +-- app/components/ui/select/SelectValue.vue | 2 +- app/components/ui/sheet/Sheet.vue | 2 +- app/components/ui/sheet/SheetClose.vue | 2 +- app/components/ui/sheet/SheetContent.vue | 6 ++-- app/components/ui/sheet/SheetDescription.vue | 2 +- app/components/ui/sheet/SheetFooter.vue | 2 +- app/components/ui/sheet/SheetHeader.vue | 2 +- app/components/ui/sheet/SheetOverlay.vue | 2 +- app/components/ui/sheet/SheetTitle.vue | 2 +- app/components/ui/sheet/SheetTrigger.vue | 2 +- app/components/ui/sidebar/Sidebar.vue | 6 ++-- app/components/ui/sidebar/SidebarContent.vue | 2 +- app/components/ui/sidebar/SidebarFooter.vue | 2 +- app/components/ui/sidebar/SidebarGroup.vue | 2 +- .../ui/sidebar/SidebarGroupAction.vue | 2 +- .../ui/sidebar/SidebarGroupContent.vue | 2 +- .../ui/sidebar/SidebarGroupLabel.vue | 2 +- app/components/ui/sidebar/SidebarHeader.vue | 2 +- app/components/ui/sidebar/SidebarInput.vue | 2 +- app/components/ui/sidebar/SidebarInset.vue | 2 +- app/components/ui/sidebar/SidebarMenu.vue | 2 +- .../ui/sidebar/SidebarMenuAction.vue | 2 +- .../ui/sidebar/SidebarMenuBadge.vue | 2 +- .../ui/sidebar/SidebarMenuButton.vue | 6 ++-- .../ui/sidebar/SidebarMenuButtonChild.vue | 2 +- app/components/ui/sidebar/SidebarMenuItem.vue | 2 +- app/components/ui/sidebar/SidebarMenuSub.vue | 2 +- .../ui/sidebar/SidebarMenuSubButton.vue | 2 +- .../ui/sidebar/SidebarMenuSubItem.vue | 2 +- app/components/ui/sidebar/SidebarProvider.vue | 2 +- app/components/ui/sidebar/SidebarRail.vue | 2 +- .../ui/sidebar/SidebarSeparator.vue | 2 +- app/components/ui/sidebar/SidebarTrigger.vue | 2 +- app/components/ui/switch/Switch.vue | 2 +- app/components/ui/table/Table.vue | 2 +- app/components/ui/table/TableBody.vue | 2 +- app/components/ui/table/TableCaption.vue | 2 +- app/components/ui/table/TableCell.vue | 2 +- app/components/ui/table/TableEmpty.vue | 2 +- app/components/ui/table/TableFooter.vue | 2 +- app/components/ui/table/TableHead.vue | 2 +- app/components/ui/table/TableHeader.vue | 2 +- app/components/ui/table/TableRow.vue | 2 +- app/components/ui/tabs/Tabs.vue | 2 +- app/components/ui/tabs/TabsContent.vue | 2 +- app/components/ui/tabs/TabsList.vue | 2 +- app/components/ui/tabs/TabsTrigger.vue | 2 +- .../ui/toggle-group/ToggleGroup.vue | 2 +- .../ui/toggle-group/ToggleGroupItem.vue | 2 +- app/components/ui/toggle/Toggle.vue | 2 +- app/components/ui/tooltip/Tooltip.vue | 2 +- app/components/ui/tooltip/TooltipContent.vue | 2 +- app/components/ui/tooltip/TooltipProvider.vue | 2 +- app/components/ui/tooltip/TooltipTrigger.vue | 2 +- app/layouts/app.vue | 8 ++--- app/layouts/auth.vue | 2 +- app/layouts/default.vue | 4 +-- app/pages/[username]/[uuid].vue | 4 +-- app/pages/[username]/index.vue | 12 +++++--- app/pages/global.vue | 2 +- app/pages/home.vue | 2 +- app/pages/index.vue | 4 +-- app/pages/loader.vue | 2 +- app/pages/local.vue | 2 +- app/pages/notifications.vue | 2 +- app/pages/oauth/authorize.vue | 12 ++++---- app/pages/oauth/code.vue | 4 +-- app/pages/oauth/consent.vue | 20 ++++--------- app/pages/public.vue | 2 +- app/pages/register/index.vue | 14 ++++----- biome.json | 2 +- 244 files changed, 435 insertions(+), 470 deletions(-) diff --git a/app/app.vue b/app/app.vue index 606d868..54da381 100644 --- a/app/app.vue +++ b/app/app.vue @@ -1,13 +1,13 @@ diff --git a/app/components/composer/composer.vue b/app/components/composer/composer.vue index c375cf0..5bca137 100644 --- a/app/components/composer/composer.vue +++ b/app/components/composer/composer.vue @@ -1,6 +1,6 @@ diff --git a/app/components/composer/file-preview.vue b/app/components/composer/file-preview.vue index aecb448..3691a18 100644 --- a/app/components/composer/file-preview.vue +++ b/app/components/composer/file-preview.vue @@ -11,7 +11,7 @@ class="object-contain h-28 w-full" :alt="file.alt" > - + {{ file.file.name }} - + - + Add caption - + - + Remove diff --git a/app/components/composer/visibility-picker.vue b/app/components/composer/visibility-picker.vue index 84b9dcd..b243d9e 100644 --- a/app/components/composer/visibility-picker.vue +++ b/app/components/composer/visibility-picker.vue @@ -1,7 +1,7 @@ diff --git a/app/components/ui/input/url.vue b/app/components/ui/input/url.vue index 7de94dd..9476af7 100644 --- a/app/components/ui/input/url.vue +++ b/app/components/ui/input/url.vue @@ -46,7 +46,7 @@ watch(isValidUrl, (value) => { diff --git a/app/components/ui/number-field/NumberField.vue b/app/components/ui/number-field/NumberField.vue index cc39e11..0ad8bdb 100644 --- a/app/components/ui/number-field/NumberField.vue +++ b/app/components/ui/number-field/NumberField.vue @@ -23,6 +23,6 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits); v-bind="forwarded" :class="cn('grid gap-1.5', props.class)" > - + diff --git a/app/components/ui/number-field/NumberFieldContent.vue b/app/components/ui/number-field/NumberFieldContent.vue index 846a196..4d2001a 100644 --- a/app/components/ui/number-field/NumberFieldContent.vue +++ b/app/components/ui/number-field/NumberFieldContent.vue @@ -11,6 +11,6 @@ const props = defineProps<{
- +
diff --git a/app/components/ui/number-field/NumberFieldDecrement.vue b/app/components/ui/number-field/NumberFieldDecrement.vue index d25a4e8..baa56c5 100644 --- a/app/components/ui/number-field/NumberFieldDecrement.vue +++ b/app/components/ui/number-field/NumberFieldDecrement.vue @@ -25,7 +25,7 @@ const forwarded = useForwardProps(delegatedProps); :class="cn('absolute top-1/2 -translate-y-1/2 left-0 p-3 disabled:cursor-not-allowed disabled:opacity-20', props.class)" > - + diff --git a/app/components/ui/number-field/NumberFieldIncrement.vue b/app/components/ui/number-field/NumberFieldIncrement.vue index 827225d..c4aecf9 100644 --- a/app/components/ui/number-field/NumberFieldIncrement.vue +++ b/app/components/ui/number-field/NumberFieldIncrement.vue @@ -25,7 +25,7 @@ const forwarded = useForwardProps(delegatedProps); :class="cn('absolute top-1/2 -translate-y-1/2 right-0 disabled:cursor-not-allowed disabled:opacity-20 p-3', props.class)" > - + diff --git a/app/components/ui/popover/Popover.vue b/app/components/ui/popover/Popover.vue index 40f6a8f..749896f 100644 --- a/app/components/ui/popover/Popover.vue +++ b/app/components/ui/popover/Popover.vue @@ -10,6 +10,6 @@ const forwarded = useForwardPropsEmits(props, emits); diff --git a/app/components/ui/popover/PopoverAnchor.vue b/app/components/ui/popover/PopoverAnchor.vue index 083c01a..ea03ff0 100644 --- a/app/components/ui/popover/PopoverAnchor.vue +++ b/app/components/ui/popover/PopoverAnchor.vue @@ -7,6 +7,6 @@ const props = defineProps(); diff --git a/app/components/ui/popover/PopoverContent.vue b/app/components/ui/popover/PopoverContent.vue index af3dcb7..d858bdb 100644 --- a/app/components/ui/popover/PopoverContent.vue +++ b/app/components/ui/popover/PopoverContent.vue @@ -43,7 +43,7 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits); ) " > - + diff --git a/app/components/ui/popover/PopoverTrigger.vue b/app/components/ui/popover/PopoverTrigger.vue index 8937cd0..6fd750b 100644 --- a/app/components/ui/popover/PopoverTrigger.vue +++ b/app/components/ui/popover/PopoverTrigger.vue @@ -6,6 +6,6 @@ const props = defineProps(); diff --git a/app/components/ui/select/Select.vue b/app/components/ui/select/Select.vue index ce796a8..b645398 100644 --- a/app/components/ui/select/Select.vue +++ b/app/components/ui/select/Select.vue @@ -10,6 +10,6 @@ const forwarded = useForwardPropsEmits(props, emits); diff --git a/app/components/ui/select/SelectContent.vue b/app/components/ui/select/SelectContent.vue index 4b16cbc..70ad7d2 100644 --- a/app/components/ui/select/SelectContent.vue +++ b/app/components/ui/select/SelectContent.vue @@ -45,13 +45,13 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits); ) " > - + - + - + diff --git a/app/components/ui/select/SelectGroup.vue b/app/components/ui/select/SelectGroup.vue index 3d6e769..989d7d5 100644 --- a/app/components/ui/select/SelectGroup.vue +++ b/app/components/ui/select/SelectGroup.vue @@ -6,6 +6,6 @@ const props = defineProps(); diff --git a/app/components/ui/select/SelectItem.vue b/app/components/ui/select/SelectItem.vue index 9deafc4..fbe67be 100644 --- a/app/components/ui/select/SelectItem.vue +++ b/app/components/ui/select/SelectItem.vue @@ -38,12 +38,12 @@ const forwardedProps = useForwardProps(delegatedProps); class="absolute right-2 flex size-3.5 items-center justify-center" > - + - + diff --git a/app/components/ui/select/SelectItemText.vue b/app/components/ui/select/SelectItemText.vue index 7d42e92..ed0f424 100644 --- a/app/components/ui/select/SelectItemText.vue +++ b/app/components/ui/select/SelectItemText.vue @@ -6,6 +6,6 @@ const props = defineProps(); diff --git a/app/components/ui/select/SelectLabel.vue b/app/components/ui/select/SelectLabel.vue index 6116e41..61165f2 100644 --- a/app/components/ui/select/SelectLabel.vue +++ b/app/components/ui/select/SelectLabel.vue @@ -13,6 +13,6 @@ const props = defineProps< data-slot="select-label" :class="cn('px-2 py-1.5 text-sm font-medium', props.class)" > - + diff --git a/app/components/ui/select/SelectScrollDownButton.vue b/app/components/ui/select/SelectScrollDownButton.vue index 9da7709..ee7fdd2 100644 --- a/app/components/ui/select/SelectScrollDownButton.vue +++ b/app/components/ui/select/SelectScrollDownButton.vue @@ -28,7 +28,7 @@ const forwardedProps = useForwardProps(delegatedProps); :class="cn('flex cursor-default items-center justify-center py-1', props.class)" > - + diff --git a/app/components/ui/select/SelectScrollUpButton.vue b/app/components/ui/select/SelectScrollUpButton.vue index 6851a99..12f7475 100644 --- a/app/components/ui/select/SelectScrollUpButton.vue +++ b/app/components/ui/select/SelectScrollUpButton.vue @@ -28,7 +28,7 @@ const forwardedProps = useForwardProps(delegatedProps); :class="cn('flex cursor-default items-center justify-center py-1', props.class)" > - + diff --git a/app/components/ui/select/SelectTrigger.vue b/app/components/ui/select/SelectTrigger.vue index 5ecfa59..2c0795b 100644 --- a/app/components/ui/select/SelectTrigger.vue +++ b/app/components/ui/select/SelectTrigger.vue @@ -36,9 +36,9 @@ const forwardedProps = useForwardProps(delegatedProps); props.class, )" > - + - + diff --git a/app/components/ui/select/SelectValue.vue b/app/components/ui/select/SelectValue.vue index 8b5d054..071f9e8 100644 --- a/app/components/ui/select/SelectValue.vue +++ b/app/components/ui/select/SelectValue.vue @@ -6,6 +6,6 @@ const props = defineProps(); diff --git a/app/components/ui/sheet/Sheet.vue b/app/components/ui/sheet/Sheet.vue index 61fb143..5840dd2 100644 --- a/app/components/ui/sheet/Sheet.vue +++ b/app/components/ui/sheet/Sheet.vue @@ -14,6 +14,6 @@ const forwarded = useForwardPropsEmits(props, emits); diff --git a/app/components/ui/sheet/SheetClose.vue b/app/components/ui/sheet/SheetClose.vue index 1c1a0e9..8d7c0fe 100644 --- a/app/components/ui/sheet/SheetClose.vue +++ b/app/components/ui/sheet/SheetClose.vue @@ -6,6 +6,6 @@ const props = defineProps(); diff --git a/app/components/ui/sheet/SheetContent.vue b/app/components/ui/sheet/SheetContent.vue index f837c87..0a39f85 100644 --- a/app/components/ui/sheet/SheetContent.vue +++ b/app/components/ui/sheet/SheetContent.vue @@ -34,7 +34,7 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits); diff --git a/app/components/ui/sheet/SheetFooter.vue b/app/components/ui/sheet/SheetFooter.vue index ed95f15..eac8f75 100644 --- a/app/components/ui/sheet/SheetFooter.vue +++ b/app/components/ui/sheet/SheetFooter.vue @@ -11,6 +11,6 @@ const props = defineProps<{ class?: HTMLAttributes["class"] }>(); :class="cn('mt-auto flex flex-col gap-2 p-4', props.class) " > - + diff --git a/app/components/ui/sheet/SheetHeader.vue b/app/components/ui/sheet/SheetHeader.vue index 6dfdb7a..e4c6db7 100644 --- a/app/components/ui/sheet/SheetHeader.vue +++ b/app/components/ui/sheet/SheetHeader.vue @@ -10,6 +10,6 @@ const props = defineProps<{ class?: HTMLAttributes["class"] }>(); data-slot="sheet-header" :class="cn('flex flex-col gap-1.5 p-4', props.class)" > - + diff --git a/app/components/ui/sheet/SheetOverlay.vue b/app/components/ui/sheet/SheetOverlay.vue index 1692089..bea5c77 100644 --- a/app/components/ui/sheet/SheetOverlay.vue +++ b/app/components/ui/sheet/SheetOverlay.vue @@ -20,6 +20,6 @@ const delegatedProps = computed(() => { :class="cn('data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 fixed inset-0 z-50 bg-black/80', props.class)" v-bind="delegatedProps" > - + diff --git a/app/components/ui/sheet/SheetTitle.vue b/app/components/ui/sheet/SheetTitle.vue index 3df2d07..82921a8 100644 --- a/app/components/ui/sheet/SheetTitle.vue +++ b/app/components/ui/sheet/SheetTitle.vue @@ -20,6 +20,6 @@ const delegatedProps = computed(() => { :class="cn('text-foreground font-semibold', props.class)" v-bind="delegatedProps" > - + diff --git a/app/components/ui/sheet/SheetTrigger.vue b/app/components/ui/sheet/SheetTrigger.vue index 0602cf2..edf6b18 100644 --- a/app/components/ui/sheet/SheetTrigger.vue +++ b/app/components/ui/sheet/SheetTrigger.vue @@ -6,6 +6,6 @@ const props = defineProps(); diff --git a/app/components/ui/sidebar/Sidebar.vue b/app/components/ui/sidebar/Sidebar.vue index 49ce76f..2a71124 100644 --- a/app/components/ui/sidebar/Sidebar.vue +++ b/app/components/ui/sidebar/Sidebar.vue @@ -27,7 +27,7 @@ const { isMobile, state, openMobile, setOpenMobile } = useSidebar(); :class="cn('bg-sidebar text-sidebar-foreground flex h-dvh w-(--sidebar-width) flex-col', props.class)" v-bind="$attrs" > - +
- +
@@ -96,7 +96,7 @@ const { isMobile, state, openMobile, setOpenMobile } = useSidebar(); data-sidebar="sidebar" class="bg-sidebar group-data-[variant=floating]:border-sidebar-border flex h-full w-full flex-col group-data-[variant=floating]:rounded-lg group-data-[variant=floating]:border group-data-[variant=floating]:shadow-sm" > - + diff --git a/app/components/ui/sidebar/SidebarContent.vue b/app/components/ui/sidebar/SidebarContent.vue index e8997f1..9a5c37e 100644 --- a/app/components/ui/sidebar/SidebarContent.vue +++ b/app/components/ui/sidebar/SidebarContent.vue @@ -13,6 +13,6 @@ const props = defineProps<{ data-sidebar="content" :class="cn('flex min-h-0 flex-1 flex-col gap-2 overflow-auto group-data-[collapsible=icon]:overflow-hidden', props.class)" > - + diff --git a/app/components/ui/sidebar/SidebarFooter.vue b/app/components/ui/sidebar/SidebarFooter.vue index 48229f8..06f3ec5 100644 --- a/app/components/ui/sidebar/SidebarFooter.vue +++ b/app/components/ui/sidebar/SidebarFooter.vue @@ -13,6 +13,6 @@ const props = defineProps<{ data-sidebar="footer" :class="cn('flex flex-col gap-2 p-2', props.class)" > - + diff --git a/app/components/ui/sidebar/SidebarGroup.vue b/app/components/ui/sidebar/SidebarGroup.vue index 87e5fbc..ba4453e 100644 --- a/app/components/ui/sidebar/SidebarGroup.vue +++ b/app/components/ui/sidebar/SidebarGroup.vue @@ -13,6 +13,6 @@ const props = defineProps<{ data-sidebar="group" :class="cn('relative flex w-full min-w-0 flex-col p-2', props.class)" > - + diff --git a/app/components/ui/sidebar/SidebarGroupAction.vue b/app/components/ui/sidebar/SidebarGroupAction.vue index af6ca3b..19d0711 100644 --- a/app/components/ui/sidebar/SidebarGroupAction.vue +++ b/app/components/ui/sidebar/SidebarGroupAction.vue @@ -24,6 +24,6 @@ const props = defineProps< props.class, )" > - + diff --git a/app/components/ui/sidebar/SidebarGroupContent.vue b/app/components/ui/sidebar/SidebarGroupContent.vue index 593d8b0..5c28094 100644 --- a/app/components/ui/sidebar/SidebarGroupContent.vue +++ b/app/components/ui/sidebar/SidebarGroupContent.vue @@ -13,6 +13,6 @@ const props = defineProps<{ data-sidebar="group-content" :class="cn('w-full text-sm', props.class)" > - + diff --git a/app/components/ui/sidebar/SidebarGroupLabel.vue b/app/components/ui/sidebar/SidebarGroupLabel.vue index 498ebbd..2c90d7e 100644 --- a/app/components/ui/sidebar/SidebarGroupLabel.vue +++ b/app/components/ui/sidebar/SidebarGroupLabel.vue @@ -22,6 +22,6 @@ const props = defineProps< 'group-data-[collapsible=icon]:-mt-8 group-data-[collapsible=icon]:opacity-0', props.class)" > - + diff --git a/app/components/ui/sidebar/SidebarHeader.vue b/app/components/ui/sidebar/SidebarHeader.vue index a3af90f..37441cf 100644 --- a/app/components/ui/sidebar/SidebarHeader.vue +++ b/app/components/ui/sidebar/SidebarHeader.vue @@ -13,6 +13,6 @@ const props = defineProps<{ data-sidebar="header" :class="cn('flex flex-col gap-2 p-2', props.class)" > - + diff --git a/app/components/ui/sidebar/SidebarInput.vue b/app/components/ui/sidebar/SidebarInput.vue index 2906ee6..8689816 100644 --- a/app/components/ui/sidebar/SidebarInput.vue +++ b/app/components/ui/sidebar/SidebarInput.vue @@ -17,6 +17,6 @@ const props = defineProps<{ props.class, )" > - + diff --git a/app/components/ui/sidebar/SidebarInset.vue b/app/components/ui/sidebar/SidebarInset.vue index 0f1edfb..7aba82d 100644 --- a/app/components/ui/sidebar/SidebarInset.vue +++ b/app/components/ui/sidebar/SidebarInset.vue @@ -16,6 +16,6 @@ const props = defineProps<{ props.class, )" > - + diff --git a/app/components/ui/sidebar/SidebarMenu.vue b/app/components/ui/sidebar/SidebarMenu.vue index 06ae91e..dd494c5 100644 --- a/app/components/ui/sidebar/SidebarMenu.vue +++ b/app/components/ui/sidebar/SidebarMenu.vue @@ -13,6 +13,6 @@ const props = defineProps<{ data-sidebar="menu" :class="cn('flex w-full min-w-0 flex-col gap-1', props.class)" > - + diff --git a/app/components/ui/sidebar/SidebarMenuAction.vue b/app/components/ui/sidebar/SidebarMenuAction.vue index 534d33e..24da98b 100644 --- a/app/components/ui/sidebar/SidebarMenuAction.vue +++ b/app/components/ui/sidebar/SidebarMenuAction.vue @@ -34,6 +34,6 @@ const props = withDefaults( :as="as" :as-child="asChild" > - + diff --git a/app/components/ui/sidebar/SidebarMenuBadge.vue b/app/components/ui/sidebar/SidebarMenuBadge.vue index 32b8333..e9ba3dc 100644 --- a/app/components/ui/sidebar/SidebarMenuBadge.vue +++ b/app/components/ui/sidebar/SidebarMenuBadge.vue @@ -21,6 +21,6 @@ const props = defineProps<{ props.class, )" > - + diff --git a/app/components/ui/sidebar/SidebarMenuButton.vue b/app/components/ui/sidebar/SidebarMenuButton.vue index 9d96124..60c1b1e 100644 --- a/app/components/ui/sidebar/SidebarMenuButton.vue +++ b/app/components/ui/sidebar/SidebarMenuButton.vue @@ -40,13 +40,13 @@ const delegatedProps = computed(() => { v-if="!tooltip" v-bind="{ ...delegatedProps, ...$attrs }" > - + - + { - + diff --git a/app/components/ui/sidebar/SidebarMenuButtonChild.vue b/app/components/ui/sidebar/SidebarMenuButtonChild.vue index 07bb357..05e639f 100644 --- a/app/components/ui/sidebar/SidebarMenuButtonChild.vue +++ b/app/components/ui/sidebar/SidebarMenuButtonChild.vue @@ -29,6 +29,6 @@ const props = withDefaults(defineProps(), { :as-child="asChild" v-bind="$attrs" > - + diff --git a/app/components/ui/sidebar/SidebarMenuItem.vue b/app/components/ui/sidebar/SidebarMenuItem.vue index f92596d..98db3ec 100644 --- a/app/components/ui/sidebar/SidebarMenuItem.vue +++ b/app/components/ui/sidebar/SidebarMenuItem.vue @@ -13,6 +13,6 @@ const props = defineProps<{ data-sidebar="menu-item" :class="cn('group/menu-item relative', props.class)" > - + diff --git a/app/components/ui/sidebar/SidebarMenuSub.vue b/app/components/ui/sidebar/SidebarMenuSub.vue index 3785417..19a0b48 100644 --- a/app/components/ui/sidebar/SidebarMenuSub.vue +++ b/app/components/ui/sidebar/SidebarMenuSub.vue @@ -17,6 +17,6 @@ const props = defineProps<{ props.class, )" > - + diff --git a/app/components/ui/sidebar/SidebarMenuSubButton.vue b/app/components/ui/sidebar/SidebarMenuSubButton.vue index 108c314..ac94648 100644 --- a/app/components/ui/sidebar/SidebarMenuSubButton.vue +++ b/app/components/ui/sidebar/SidebarMenuSubButton.vue @@ -36,6 +36,6 @@ const props = withDefaults( props.class, )" > - + diff --git a/app/components/ui/sidebar/SidebarMenuSubItem.vue b/app/components/ui/sidebar/SidebarMenuSubItem.vue index 1b91dbb..923737f 100644 --- a/app/components/ui/sidebar/SidebarMenuSubItem.vue +++ b/app/components/ui/sidebar/SidebarMenuSubItem.vue @@ -13,6 +13,6 @@ const props = defineProps<{ data-sidebar="menu-sub-item" :class="cn('group/menu-sub-item relative', props.class)" > - + diff --git a/app/components/ui/sidebar/SidebarProvider.vue b/app/components/ui/sidebar/SidebarProvider.vue index 7472dfa..95b1cc3 100644 --- a/app/components/ui/sidebar/SidebarProvider.vue +++ b/app/components/ui/sidebar/SidebarProvider.vue @@ -90,7 +90,7 @@ provideSidebarContext({ :class="cn('group/sidebar-wrapper has-data-[variant=inset]:bg-sidebar flex min-h-svh w-full', props.class)" v-bind="$attrs" > - + diff --git a/app/components/ui/sidebar/SidebarRail.vue b/app/components/ui/sidebar/SidebarRail.vue index 81e4965..4a4b24f 100644 --- a/app/components/ui/sidebar/SidebarRail.vue +++ b/app/components/ui/sidebar/SidebarRail.vue @@ -28,6 +28,6 @@ const { toggleSidebar } = useSidebar(); )" @click="toggleSidebar" > - + diff --git a/app/components/ui/sidebar/SidebarSeparator.vue b/app/components/ui/sidebar/SidebarSeparator.vue index c80c88a..080d3c4 100644 --- a/app/components/ui/sidebar/SidebarSeparator.vue +++ b/app/components/ui/sidebar/SidebarSeparator.vue @@ -14,6 +14,6 @@ const props = defineProps<{ data-sidebar="separator" :class="cn('bg-sidebar-border mx-2 w-auto', props.class)" > - + diff --git a/app/components/ui/sidebar/SidebarTrigger.vue b/app/components/ui/sidebar/SidebarTrigger.vue index e1c0e93..279a4a2 100644 --- a/app/components/ui/sidebar/SidebarTrigger.vue +++ b/app/components/ui/sidebar/SidebarTrigger.vue @@ -21,7 +21,7 @@ const { toggleSidebar } = useSidebar(); :class="cn('h-7 w-7', props.class)" @click="toggleSidebar" > - + Toggle Sidebar diff --git a/app/components/ui/switch/Switch.vue b/app/components/ui/switch/Switch.vue index 728ca3a..4bb4008 100644 --- a/app/components/ui/switch/Switch.vue +++ b/app/components/ui/switch/Switch.vue @@ -37,7 +37,7 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits); data-slot="switch-thumb" :class="cn('bg-background dark:data-[state=unchecked]:bg-foreground dark:data-[state=checked]:bg-primary-foreground pointer-events-none block size-4 rounded-full ring-0 transition-transform data-[state=checked]:translate-x-[calc(100%-2px)] data-[state=unchecked]:translate-x-0')" > - + diff --git a/app/components/ui/table/Table.vue b/app/components/ui/table/Table.vue index 72cb352..59740dd 100644 --- a/app/components/ui/table/Table.vue +++ b/app/components/ui/table/Table.vue @@ -13,7 +13,7 @@ const props = defineProps<{ data-slot="table" :class="cn('w-full caption-bottom text-sm', props.class)" > - + diff --git a/app/components/ui/table/TableBody.vue b/app/components/ui/table/TableBody.vue index 3393ebe..1499d3d 100644 --- a/app/components/ui/table/TableBody.vue +++ b/app/components/ui/table/TableBody.vue @@ -12,6 +12,6 @@ const props = defineProps<{ data-slot="table-body" :class="cn('[&_tr:last-child]:border-0', props.class)" > - + diff --git a/app/components/ui/table/TableCaption.vue b/app/components/ui/table/TableCaption.vue index ccf9a80..c577e6d 100644 --- a/app/components/ui/table/TableCaption.vue +++ b/app/components/ui/table/TableCaption.vue @@ -12,6 +12,6 @@ const props = defineProps<{ data-slot="table-caption" :class="cn('text-muted-foreground mt-4 text-sm', props.class)" > - + diff --git a/app/components/ui/table/TableCell.vue b/app/components/ui/table/TableCell.vue index 3102ef7..d430906 100644 --- a/app/components/ui/table/TableCell.vue +++ b/app/components/ui/table/TableCell.vue @@ -17,6 +17,6 @@ const props = defineProps<{ ) " > - + diff --git a/app/components/ui/table/TableEmpty.vue b/app/components/ui/table/TableEmpty.vue index 4bd63c8..d6c95ff 100644 --- a/app/components/ui/table/TableEmpty.vue +++ b/app/components/ui/table/TableEmpty.vue @@ -33,7 +33,7 @@ const delegatedProps = computed(() => { v-bind="delegatedProps" >
- +
diff --git a/app/components/ui/table/TableFooter.vue b/app/components/ui/table/TableFooter.vue index d091083..31a62a7 100644 --- a/app/components/ui/table/TableFooter.vue +++ b/app/components/ui/table/TableFooter.vue @@ -12,6 +12,6 @@ const props = defineProps<{ data-slot="table-footer" :class="cn('bg-muted/50 border-t font-medium [&>tr]:last:border-b-0', props.class)" > - + diff --git a/app/components/ui/table/TableHead.vue b/app/components/ui/table/TableHead.vue index 980489f..769fdca 100644 --- a/app/components/ui/table/TableHead.vue +++ b/app/components/ui/table/TableHead.vue @@ -12,6 +12,6 @@ const props = defineProps<{ data-slot="table-head" :class="cn('text-muted-foreground h-10 px-2 text-left align-middle font-medium whitespace-nowrap [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]', props.class)" > - + diff --git a/app/components/ui/table/TableHeader.vue b/app/components/ui/table/TableHeader.vue index 248a772..e5737ca 100644 --- a/app/components/ui/table/TableHeader.vue +++ b/app/components/ui/table/TableHeader.vue @@ -9,6 +9,6 @@ const props = defineProps<{ diff --git a/app/components/ui/table/TableRow.vue b/app/components/ui/table/TableRow.vue index e2fa68f..028add7 100644 --- a/app/components/ui/table/TableRow.vue +++ b/app/components/ui/table/TableRow.vue @@ -12,6 +12,6 @@ const props = defineProps<{ data-slot="table-row" :class="cn('hover:bg-muted/50 data-[state=selected]:bg-muted border-b transition-colors', props.class)" > - + diff --git a/app/components/ui/tabs/Tabs.vue b/app/components/ui/tabs/Tabs.vue index e95fb3c..4c795bc 100644 --- a/app/components/ui/tabs/Tabs.vue +++ b/app/components/ui/tabs/Tabs.vue @@ -20,6 +20,6 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits); v-bind="forwarded" :class="cn('flex flex-col gap-2', props.class)" > - + diff --git a/app/components/ui/tabs/TabsContent.vue b/app/components/ui/tabs/TabsContent.vue index 156d363..4374b82 100644 --- a/app/components/ui/tabs/TabsContent.vue +++ b/app/components/ui/tabs/TabsContent.vue @@ -20,6 +20,6 @@ const delegatedProps = computed(() => { :class="cn('flex-1 outline-none', props.class)" v-bind="delegatedProps" > - + diff --git a/app/components/ui/tabs/TabsList.vue b/app/components/ui/tabs/TabsList.vue index bb56ef8..bc1d46c 100644 --- a/app/components/ui/tabs/TabsList.vue +++ b/app/components/ui/tabs/TabsList.vue @@ -23,6 +23,6 @@ const delegatedProps = computed(() => { props.class, )" > - + diff --git a/app/components/ui/tabs/TabsTrigger.vue b/app/components/ui/tabs/TabsTrigger.vue index c7922a8..d69bba5 100644 --- a/app/components/ui/tabs/TabsTrigger.vue +++ b/app/components/ui/tabs/TabsTrigger.vue @@ -25,6 +25,6 @@ const forwardedProps = useForwardProps(delegatedProps); props.class, )" > - + diff --git a/app/components/ui/toggle-group/ToggleGroup.vue b/app/components/ui/toggle-group/ToggleGroup.vue index 171b3ab..580ee5b 100644 --- a/app/components/ui/toggle-group/ToggleGroup.vue +++ b/app/components/ui/toggle-group/ToggleGroup.vue @@ -40,6 +40,6 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits); v-bind="forwarded" :class="cn('group/toggle-group flex w-fit items-center rounded-md data-[variant=outline]:shadow-xs', props.class)" > - + diff --git a/app/components/ui/toggle-group/ToggleGroupItem.vue b/app/components/ui/toggle-group/ToggleGroupItem.vue index ec8cec5..67ac1e0 100644 --- a/app/components/ui/toggle-group/ToggleGroupItem.vue +++ b/app/components/ui/toggle-group/ToggleGroupItem.vue @@ -41,6 +41,6 @@ const forwardedProps = useForwardProps(delegatedProps); 'min-w-0 flex-1 shrink-0 rounded-none shadow-none first:rounded-l-md last:rounded-r-md focus:z-10 focus-visible:z-10 data-[variant=outline]:border-l-0 data-[variant=outline]:first:border-l', props.class)" > - + diff --git a/app/components/ui/toggle/Toggle.vue b/app/components/ui/toggle/Toggle.vue index f91b6ef..9b67f27 100644 --- a/app/components/ui/toggle/Toggle.vue +++ b/app/components/ui/toggle/Toggle.vue @@ -37,6 +37,6 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits); v-bind="forwarded" :class="cn(toggleVariants({ variant, size }), props.class)" > - + diff --git a/app/components/ui/tooltip/Tooltip.vue b/app/components/ui/tooltip/Tooltip.vue index c115827..b4ba23a 100644 --- a/app/components/ui/tooltip/Tooltip.vue +++ b/app/components/ui/tooltip/Tooltip.vue @@ -14,6 +14,6 @@ const forwarded = useForwardPropsEmits(props, emits); diff --git a/app/components/ui/tooltip/TooltipContent.vue b/app/components/ui/tooltip/TooltipContent.vue index eaf967e..bcb7262 100644 --- a/app/components/ui/tooltip/TooltipContent.vue +++ b/app/components/ui/tooltip/TooltipContent.vue @@ -35,7 +35,7 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits); v-bind="{ ...forwarded, ...$attrs }" :class="cn('bg-primary text-primary-foreground animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-fit rounded-md px-3 py-1.5 text-xs text-balance', props.class)" > - + (), { diff --git a/app/components/ui/tooltip/TooltipTrigger.vue b/app/components/ui/tooltip/TooltipTrigger.vue index ad95f6a..4f9f43d 100644 --- a/app/components/ui/tooltip/TooltipTrigger.vue +++ b/app/components/ui/tooltip/TooltipTrigger.vue @@ -6,6 +6,6 @@ const props = defineProps(); diff --git a/app/layouts/app.vue b/app/layouts/app.vue index 00308e8..5577824 100644 --- a/app/layouts/app.vue +++ b/app/layouts/app.vue @@ -1,12 +1,12 @@