implemented project creation

This commit is contained in:
2025-07-18 22:10:47 +02:00
parent 9626d91ccb
commit 722f12912d
17 changed files with 157 additions and 78 deletions

View File

@@ -8,6 +8,7 @@
let showSettings = $state(false);
let ready = $derived(!!project.name.trim())
let error = $state(null);
const router = useTinyRouter();
let project = $state({
name:'',