mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #18190] [CLOSED] Fix: The sidebar no longer re-opens automatically #11491
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/18190
Author: @amithadityacp
Created: 10/9/2025
Status: ❌ Closed
Base:
main← Head:tts-playback-enhancement📝 Commits (1)
9768d0cFix: The sidebar no longer re-opens automatically📊 Changes
4 files changed (+137 additions, -454 deletions)
View changed files
➕
src/lib/components/chat/FloatingPlayer.svelte(+60 -0)📝
src/lib/components/chat/Messages.svelte(+68 -453)➕
src/lib/stores/ttsstore.js(+5 -0)📝
src/routes/+layout.svelte(+4 -1)📄 Description
The Proposed Solutions:
The issue suggests two possible ways to solve this problem to improve the user experience:
Automatic Stop: The TTS playback should automatically stop whenever a user performs an action that implies they are moving on. This includes actions like regenerating a response, editing a message, or navigating to a different chat.
Floating Player: Instead of just stopping, a better solution would be to implement a persistent floating player. This player would appear when TTS starts and would stay on the screen even when navigating away from the chat, giving the user manual control to play, pause, or stop the audio at any time.
I have read and agree to the Contributor License Agreement.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.