first draft

This commit is contained in:
Jannik Streidl 2024-02-22 11:54:55 +01:00
parent 5fd1acbd99
commit 230f787da1
8 changed files with 149 additions and 6 deletions

View file

@ -16,6 +16,7 @@
updateChatById
} from '$lib/apis/chats';
import toast from 'svelte-french-toast';
import { slide } from 'svelte/transition';
let show = false;
let navElement;
@ -562,6 +563,7 @@
<div
id="dropdownDots"
class="absolute z-40 bottom-[70px] 4.5rem rounded-lg shadow w-[240px] bg-gray-900"
transition:slide={{ duration: 300 }}
>
<div class="py-2 w-full">
{#if $user.role === 'admin'}