feat: chat menu tag

This commit is contained in:
Timothy J. Baek 2024-04-16 16:31:06 -05:00
parent 3488b7f006
commit 323b9adc63
4 changed files with 67 additions and 1 deletions

View file

@ -538,6 +538,7 @@
{:else}
<div class="flex self-center space-x-1.5 z-10">
<ChatMenu
chatId={chat.id}
renameHandler={() => {
chatTitle = chat.title;
chatTitleEditId = chat.id;