feat: add homepage

This commit is contained in:
2026-01-18 21:11:35 +01:00
parent ee1db93298
commit c5e51a7513
17 changed files with 1550 additions and 115 deletions

4
frontend/src/store.js Normal file
View File

@@ -0,0 +1,4 @@
import { ref } from 'vue'
// Simple store for sharing state between components
export const pendingFile = ref(null)