mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-01-31 15:37:09 +01:00
feat: user page & $dropFetch util
This commit is contained in:
@@ -167,6 +167,8 @@ import {
|
||||
Cog6ToothIcon,
|
||||
FlagIcon,
|
||||
BellIcon,
|
||||
DocumentIcon,
|
||||
UserGroupIcon,
|
||||
} from "@heroicons/vue/24/outline";
|
||||
import type { NavigationItem } from "~/composables/types";
|
||||
import { useCurrentNavigationIndex } from "~/composables/current-page-engine";
|
||||
@@ -182,10 +184,16 @@ const navigation: Array<NavigationItem & { icon: Component }> = [
|
||||
icon: ServerStackIcon,
|
||||
},
|
||||
{
|
||||
label: "Auth",
|
||||
route: "/admin/auth",
|
||||
prefix: "/admin/auth",
|
||||
icon: LockClosedIcon,
|
||||
label: "Meta",
|
||||
route: "/admin/metadata",
|
||||
prefix: "/admin/metadata",
|
||||
icon: DocumentIcon,
|
||||
},
|
||||
{
|
||||
label: "Users",
|
||||
route: "/admin/users",
|
||||
prefix: "/admin/users",
|
||||
icon: UserGroupIcon,
|
||||
},
|
||||
{
|
||||
label: "Settings",
|
||||
|
||||
Reference in New Issue
Block a user