feat: unarchive

This commit is contained in:
Timothy J. Baek 2024-04-20 18:47:20 -05:00
parent 4c221eabef
commit 45ecaaf392
2 changed files with 115 additions and 7 deletions

View file

@ -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}