Rough out chat

This commit is contained in:
Jon Staab
2024-10-08 11:39:16 -07:00
parent 7ffd02b736
commit 8698dcc359
59 changed files with 833 additions and 437 deletions
+3 -4
View File
@@ -1,6 +1,5 @@
<script lang="ts">
import {randomId} from '@welshman/lib'
import Icon from '@lib/components/Icon.svelte'
import {randomId} from "@welshman/lib"
const id = randomId()
@@ -31,8 +30,8 @@
</div>
<div class="drawer-side z-modal">
<label for={id} aria-label="close sidebar" class="drawer-overlay"></label>
<div class="menu bg-base-200 text-base-content min-h-full w-80 p-0">
<div class="menu min-h-full w-80 bg-base-200 p-0 text-base-content">
<slot />
</div>
</div>
</div>
</div>