channel creation / deletion

This commit is contained in:
Soph :3 2026-01-17 00:39:00 +02:00
parent f1dcd0cfc5
commit d0509788ff
19 changed files with 577 additions and 28 deletions

View file

@ -0,0 +1,7 @@
<script lang="ts">
import { ContextMenu as ContextMenuPrimitive } from "bits-ui";
let { open = $bindable(false), ...restProps }: ContextMenuPrimitive.SubProps = $props();
</script>
<ContextMenuPrimitive.Sub bind:open {...restProps} />