forked from open-webui/open-webui
feat: unarchive
This commit is contained in:
parent
4c221eabef
commit
45ecaaf392
2 changed files with 115 additions and 7 deletions
|
@ -150,7 +150,12 @@
|
|||
</script>
|
||||
|
||||
<ShareChatModal bind:show={showShareChatModal} chatId={shareChatId} />
|
||||
<ArchivedChatsModal bind:show={showArchivedChatsModal} />
|
||||
<ArchivedChatsModal
|
||||
bind:show={showArchivedChatsModal}
|
||||
on:change={async () => {
|
||||
await chats.set(await getChatList(localStorage.token));
|
||||
}}
|
||||
/>
|
||||
|
||||
<div
|
||||
bind:this={navElement}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue