[PR #2377] [CLOSED] fix of 'show username' feat now working when chat bubbles active #7772

Closed
opened 2025-11-11 17:35:38 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/2377
Author: @jannikstdl
Created: 5/18/2024
Status: Closed

Base: devHead: fix-bubbles-show-username


📝 Commits (1)

  • e443444 fix of 'show username' feat now working when chat bubbles are activated and small addons, fixes

📊 Changes

2 files changed (+28 additions, -18 deletions)

View changed files

📝 src/lib/components/chat/Messages/UserMessage.svelte (+1 -1)
📝 src/lib/components/chat/Settings/Interface.svelte (+27 -17)

📄 Description

Fixed

  • Fixes "show username" feat not working when "Chat Bubbles UI" is aktive. User now gets notified by a toast and "show username" will be deactivated automatically when both active.
  • Added one missing i18n key to a toast in the same file
  • Fixed missing padding for the UserMessage. I noticed that when I deactivated Chat Bubbles UI the space between the ProfileImage and the Username was missing

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

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/2377 **Author:** [@jannikstdl](https://github.com/jannikstdl) **Created:** 5/18/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `fix-bubbles-show-username` --- ### 📝 Commits (1) - [`e443444`](https://github.com/open-webui/open-webui/commit/e4434447bc8af3489fefc8cb5757abd7af4bb1a7) fix of 'show username' feat now working when chat bubbles are activated and small addons, fixes ### 📊 Changes **2 files changed** (+28 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/chat/Messages/UserMessage.svelte` (+1 -1) 📝 `src/lib/components/chat/Settings/Interface.svelte` (+27 -17) </details> ### 📄 Description ### Fixed - Fixes "show username" feat not working when "Chat Bubbles UI" is aktive. User now gets notified by a toast and "show username" will be deactivated automatically when both active. - Added one missing i18n key to a toast in the same file - Fixed missing padding for the UserMessage. I noticed that when I deactivated Chat Bubbles UI the space between the ProfileImage and the Username was missing --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:35:38 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#7772