added workspace create and update with map

This commit is contained in:
xyroscar
2025-11-24 13:26:52 -08:00
parent 0e342a54be
commit 3f7d58d4fe
17 changed files with 499 additions and 75 deletions

View File

@@ -0,0 +1,7 @@
<script lang="ts">
import { Dialog as DialogPrimitive } from "bits-ui";
let { ref = $bindable(null), ...restProps }: DialogPrimitive.CloseProps = $props();
</script>
<DialogPrimitive.Close bind:ref data-slot="dialog-close" {...restProps} />