From 0da6143b56a231b27b5c5f0ada19ec30328ae4b2 Mon Sep 17 00:00:00 2001 From: Ron Date: Mon, 31 Mar 2025 03:24:02 +0200 Subject: [PATCH] feat: add eoi queue --- pages/dashboard.vue | 5 +++++ pages/dashboard/interest-eoi-queue.vue | 30 ++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 pages/dashboard/interest-eoi-queue.vue diff --git a/pages/dashboard.vue b/pages/dashboard.vue index d56bbbf..732fb04 100644 --- a/pages/dashboard.vue +++ b/pages/dashboard.vue @@ -66,6 +66,11 @@ const { logout } = useDirectusAuth(); const tags = usePortalTags(); const interestMenu = [ + { + to: "/dashboard/interest-eoi-queue", + icon: "mdi-tray-full", + title: "EOI Queue", + }, { to: "/dashboard/interest-analytics", icon: "mdi-view-dashboard", diff --git a/pages/dashboard/interest-eoi-queue.vue b/pages/dashboard/interest-eoi-queue.vue new file mode 100644 index 0000000..9ccbf9c --- /dev/null +++ b/pages/dashboard/interest-eoi-queue.vue @@ -0,0 +1,30 @@ +