feat: account pages framework & updates to library

This commit is contained in:
DecDuck
2025-04-01 18:28:34 +11:00
parent 9e976e1237
commit 97d37ea8f8
15 changed files with 298 additions and 75 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<div class="flex flex-col lg:flex-row grow">
<div class="flex flex-col lg:flex-row">
<TransitionRoot as="template" :show="sidebarOpen">
<Dialog class="relative z-50 lg:hidden" @close="sidebarOpen = false">
<TransitionChild