mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #12364] [MERGED] feat: Added Archived Chats option in Chats settings section #9698
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/12364
Author: @silentoplayz
Created: 4/2/2025
Status: ✅ Merged
Merged: 4/3/2025
Merged by: @tjbck
Base:
dev← Head:archive-chats-option📝 Commits (1)
ee68c9eUpdate Chats.svelte📊 Changes
1 file changed (+36 additions, -0 deletions)
View changed files
📝
src/lib/components/chat/Settings/Chats.svelte(+36 -0)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Archived Chatsoption in the Chats settings section, allowing users to view and unarchive or delete archived chats.Added
Archived Chatsbutton in the Chats settings section.ArchivedChatsModalcomponent is now used to display archived chats and provide functionality to unarchive or delete them.Changed
Chats.sveltefile to import and use theArchivedChatsModalcomponent.Screenshots or Videos
Before:

After:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.