mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #16359] [CLOSED] feat: Add save conversation button for temporary chats #10909
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/16359
Author: @Rain6435
Created: 8/7/2025
Status: ❌ Closed
Base:
dev← Head:feat/save-temporary-conversation📝 Commits (4)
486f0a0feat: Add save conversation button for temporary chats50decd4Update translation.jsonaceec1aUpdate translation.json29fae12Update translation.json📊 Changes
57 files changed (+281 additions, -2 deletions)
View changed files
📝
src/lib/components/chat/Navbar.svelte(+59 -2)📝
src/lib/i18n/locales/ar-BH/translation.json(+4 -0)📝
src/lib/i18n/locales/ar/translation.json(+4 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+4 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+4 -0)📝
src/lib/i18n/locales/bo-TB/translation.json(+4 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+4 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+4 -0)📝
src/lib/i18n/locales/cs-CZ/translation.json(+4 -0)📝
src/lib/i18n/locales/da-DK/translation.json(+3 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+4 -0)📝
src/lib/i18n/locales/dg-DG/translation.json(+4 -0)📝
src/lib/i18n/locales/el-GR/translation.json(+4 -0)📝
src/lib/i18n/locales/en-GB/translation.json(+4 -0)📝
src/lib/i18n/locales/en-US/translation.json(+4 -0)📝
src/lib/i18n/locales/es-ES/translation.json(+4 -0)📝
src/lib/i18n/locales/et-EE/translation.json(+4 -0)📝
src/lib/i18n/locales/eu-ES/translation.json(+4 -0)📝
src/lib/i18n/locales/fa-IR/translation.json(+4 -0)📝
src/lib/i18n/locales/fi-FI/translation.json(+4 -0)...and 37 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
Target branch: Please verify that the pull request targets the
devbranch.Description: Provide a concise description of the changes made in this pull request.
Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
Documentation: Have you updated relevant documentation Open WebUI Docs, or other documentation sources?
Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
Testing: Have you written and run sufficient tests to validate the changes?
Code review: Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards?
Prefix: To clearly categorize this pull request, prefix the pull request title using one of the following:
missing semi-colons, etc.)
Changelog Entry
Description
This PR introduces a 'Save Conversation' button for temporary chats, allowing
users to retroactively save valuable conversations.
Added
'Temporary Chat' indicator when messages exist in a temporary chat.
upon button click, with an auto-generated title from the first user message.
related UI elements across all supported languages.
Screenshots
Additional Information
Fixes #16169
Test Plan
Conversation' button appears.
(becomes permanent) and the URL updates to a permanent chat URL.
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.