diff --git a/pages/board/dashboard/glass.vue b/pages/board/dashboard/glass.vue new file mode 100644 index 0000000..4409454 --- /dev/null +++ b/pages/board/dashboard/glass.vue @@ -0,0 +1,149 @@ + + + + + + + + Welcome back! + + + Here's an overview of MonacoUSA's current status and activities. + + + + + + + + + {{ stat.icon }} + + + + {{ stat.label }} + + + {{ stat.prefix }}{{ stat.value }}{{ stat.suffix }} + + + {{ stat.change }} + + + + + + + + Member Dues Overview + + + + + + + + + + {{ member.name }} + Member #{{ member.id }} + + + + + + Amount Due + ${{ member.dueAmount }} + + + + + Mark Paid + + + + + + + + View All Members → + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/board/dashboard/index-glass.vue b/pages/board/dashboard/index-glass.vue index dd85e42..cd87323 100644 --- a/pages/board/dashboard/index-glass.vue +++ b/pages/board/dashboard/index-glass.vue @@ -221,12 +221,6 @@ import GlassSidebar from '~/components/GlassSidebar.vue' import GlassStatCard from '~/components/GlassStatCard.vue' import GlassDuesCard from '~/components/GlassDuesCard.vue' -// Page configuration -definePageMeta({ - layout: 'board', - middleware: 'board-auth' -}) - const router = useRouter() // Reactive state
+ Here's an overview of MonacoUSA's current status and activities. +
+ {{ stat.label }} +
+ {{ stat.prefix }}{{ stat.value }}{{ stat.suffix }} +
+ {{ stat.change }} +
Member #{{ member.id }}