mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-23 18:41:28 -05:00
[PR #17805] [MERGED] fix: truncate long usernames in UI #24556
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/17805
Author: @silentoplayz
Created: 9/26/2025
Status: ✅ Merged
Merged: 9/26/2025
Merged by: @tjbck
Base:
dev← Head:fix-username-truncation📝 Commits (1)
16cf973fix: truncate long usernames in UI📊 Changes
4 files changed (+11 additions, -9 deletions)
View changed files
📝
src/lib/components/admin/Users/Groups/Users.svelte(+2 -2)📝
src/lib/components/admin/Users/UserList.svelte(+4 -4)📝
src/lib/components/admin/Users/UserList/EditUserModal.svelte(+2 -2)📝
src/lib/components/admin/Users/UserList/UserChatsModal.svelte(+3 -1)📄 Description
Pull Request Checklist
devbranch.Changelog Entry
Description
Changed
Edit Usermodal to truncate long usernames.User Chatsmodal to truncate long usernames in the title.Edit User Groupmodal's user list to truncate long usernames.Fixed
Edit Usermodal,User Chatsmodal,Edit User Groupmodal, and the admin Users table.Additional Information
src/lib/components/admin/Users/UserList/EditUserModal.sveltesrc/lib/components/admin/Users/UserList/UserChatsModal.sveltesrc/lib/components/admin/Users/Groups/Users.sveltesrc/lib/components/admin/Users/UserList.svelteBefore the fixes applied
After the fixes are applied
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.