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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/2377
Author: @jannikstdl
Created: 5/18/2024
Status: ❌ Closed
Base:
dev← Head:fix-bubbles-show-username📝 Commits (1)
e443444fix 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.