[PR #661] [MERGED] Added the option to show the username in the chat in settings -> interface #20410

Closed
opened 2026-04-20 02:56:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/661
Author: @jannikstdl
Created: 2/6/2024
Status: Merged
Merged: 2/8/2024
Merged by: @tjbck

Base: mainHead: username_option


📝 Commits (2)

  • e1d4c87 Added the option to show the username in the chat in settings -> interface
  • 783d8cf refac

📊 Changes

2 files changed (+30 additions, -2 deletions)

View changed files

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

📄 Description

Ok I added the functionality for the user to decide if his username of "You" will be displayed in the chat as shown in the video. As communicated its not global, every user decides itself, uses localStorage.
Default is off.

https://github.com/ollama-webui/ollama-webui/assets/69747628/fcec36d0-63ae-48c8-bb31-78044cd81977

Also merged the latest changes.


🔄 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/661 **Author:** [@jannikstdl](https://github.com/jannikstdl) **Created:** 2/6/2024 **Status:** ✅ Merged **Merged:** 2/8/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `username_option` --- ### 📝 Commits (2) - [`e1d4c87`](https://github.com/open-webui/open-webui/commit/e1d4c87ff07ff4a5c3ea4f94650098e6084a555e) Added the option to show the username in the chat in settings -> interface - [`783d8cf`](https://github.com/open-webui/open-webui/commit/783d8cf7ef1bdb49af43831ada00fb2782d38927) refac ### 📊 Changes **2 files changed** (+30 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/chat/Messages/UserMessage.svelte` (+3 -1) 📝 `src/lib/components/chat/Settings/Interface.svelte` (+27 -1) </details> ### 📄 Description Ok I added the functionality for the user to decide if his username of "You" will be displayed in the chat as shown in the video. As communicated its not global, every user decides itself, uses localStorage. Default is off. https://github.com/ollama-webui/ollama-webui/assets/69747628/fcec36d0-63ae-48c8-bb31-78044cd81977 Also merged the latest changes. --- <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 2026-04-20 02:56:53 -05: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#20410