diff --git a/app.vue b/app.vue index 3278934..488004c 100644 --- a/app.vue +++ b/app.vue @@ -75,17 +75,7 @@ useCacheRefresh(client); \ No newline at end of file diff --git a/bun.lockb b/bun.lockb index f58d3d8..4498830 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/components/notes/header.vue b/components/notes/header.vue index 8618ebf..4499eb9 100644 --- a/components/notes/header.vue +++ b/components/notes/header.vue @@ -36,8 +36,8 @@ import type { UseTimeAgoUnitNamesDefault, } from "@vueuse/core"; import { AtSign, Globe, Lock, LockOpen } from "lucide-vue-next"; -import CopyableText from "./copyable-text.vue"; import Avatar from "../profiles/avatar.vue"; +import CopyableText from "./copyable-text.vue"; const { acct, createdAt, url, noteUrl } = defineProps<{ avatar: string; diff --git a/components/notifications/notification.vue b/components/notifications/notification.vue index 5963365..e46bf26 100644 --- a/components/notifications/notification.vue +++ b/components/notifications/notification.vue @@ -43,7 +43,6 @@ import { UserCheck, UserPlus, } from "lucide-vue-next"; -import Avatar from "../profiles/avatar.vue"; import { Button } from "~/components/ui/button"; import { Card, CardContent, CardHeader } from "~/components/ui/card"; import { @@ -57,6 +56,7 @@ import { TooltipTrigger, } from "~/components/ui/tooltip"; import Note from "../notes/note.vue"; +import Avatar from "../profiles/avatar.vue"; import FollowRequest from "./follow-request.vue"; const { notification } = defineProps<{ diff --git a/components/sidebars/account-switcher.vue b/components/sidebars/account-switcher.vue index 049e19d..ee3e169 100644 --- a/components/sidebars/account-switcher.vue +++ b/components/sidebars/account-switcher.vue @@ -57,11 +57,13 @@ import { BadgeCheck, ChevronsUpDown, + LogIn, LogOut, UserPlus, - LogIn, } from "lucide-vue-next"; import { toast } from "vue-sonner"; +import { NuxtLink } from "#components"; +import Avatar from "../profiles/avatar.vue"; import { DropdownMenu, DropdownMenuContent, @@ -72,8 +74,6 @@ import { DropdownMenuTrigger, } from "../ui/dropdown-menu"; import { SidebarMenuButton } from "../ui/sidebar"; -import { NuxtLink } from "#components"; -import Avatar from "../profiles/avatar.vue"; const appData = useAppData(); diff --git a/components/sidebars/left-sidebar.vue b/components/sidebars/left-sidebar.vue index 7c26c47..5b6bb98 100644 --- a/components/sidebars/left-sidebar.vue +++ b/components/sidebars/left-sidebar.vue @@ -122,10 +122,10 @@ import { SidebarMenuSubItem, SidebarRail, } from "~/components/ui/sidebar"; +import Avatar from "../profiles/avatar.vue"; import { Button } from "../ui/button"; import AccountSwitcher from "./account-switcher.vue"; import ThemeSwitcher from "./theme-switcher.vue"; -import Avatar from "../profiles/avatar.vue"; const data = { navMain: [ diff --git a/package.json b/package.json index 95fa3ac..5b95d6d 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,6 @@ "@vite-pwa/nuxt": "^0.10.6", "@vueuse/core": "^12.0.0", "@vueuse/nuxt": "^12.0.0", - "c12": "^2.0.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "embla-carousel-vue": "^8.5.1", @@ -51,12 +50,8 @@ "nanoid": "^5.0.9", "nuxt": "^3.14.1592", "nuxt-security": "^2.1.5", - "nuxt-shiki": "^0.3.0", - "overlayscrollbars": "^2.10.1", - "overlayscrollbars-vue": "^0.5.9", "radix-vue": "^1.9.10", "shadcn-nuxt": "0.11.3", - "shiki": "^1.24.0", "tailwind-merge": "^2.5.5", "tailwindcss-animate": "^1.0.7", "vee-validate": "^4.14.7",