mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[PR #16067] [CLOSED] feat: prompt to delete shared link on archive chat if one exists #47068
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/16067
Author: @silentoplayz
Created: 7/27/2025
Status: ❌ Closed
Base:
dev← Head:feat/archive-shared-chat-prompt📝 Commits (2)
4c960f7feat: archive shared chat prompt3e8e8e4fix: Remove confirmation on delete link📊 Changes
3 files changed (+151 additions, -6 deletions)
View changed files
➕
src/lib/components/chat/ConfirmArchiveModal.svelte(+119 -0)📝
src/lib/components/common/RichTextInput.svelte(+12 -4)📝
src/lib/components/layout/Sidebar/ChatItem.svelte(+20 -2)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
KeeporDeletea chat's existing share link when archiving.Changed
Fixed
RichTextInput.sveltethat occurred when a chat was archived, preventing the Tiptap editor from being accessed after it was unmounted.Security
Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.