basic file sharing

This commit is contained in:
2025-08-29 15:32:23 +02:00
parent c8b52a5b3b
commit 284d805590
84 changed files with 3969 additions and 375 deletions

View File

@@ -16,6 +16,7 @@ await useAsyncData('warrens', async () => {
<template>
<SidebarProvider>
<ActionsShareDialog />
<ImageViewer />
<AppSidebar />
<SidebarInset class="flex flex-col-reverse md:flex-col">

View File

@@ -0,0 +1,8 @@
<script lang="ts" setup></script>
<template>
<main class="flex h-full w-full items-center justify-center">
<ImageViewer />
<slot />
</main>
</template>