Many Changes in Navigation, Shortcuts, Search and Data Pulling directly from Supabase

This commit is contained in:
2024-06-05 14:34:23 +02:00
parent e139eb771c
commit bc24f49476
27 changed files with 779 additions and 337 deletions

View File

@@ -2,6 +2,14 @@
definePageMeta({
middleware: "auth"
})
defineShortcuts({
'backspace': () => {
router.push("/createDocument")
},
})
const dataStore = useDataStore()
const route = useRoute()
const router = useRouter()