open-webui/src/lib/components/admin/Users/UserList
silentoplayz 16cf973ce5 fix: truncate long usernames in UI
Long usernames were causing layout issues in several parts of the application. This change truncates long usernames with an ellipsis to prevent them from overflowing.

The following areas have been fixed:
- Edit User modal
- User Chats modal
- Edit User Group modal
- Users table in the admin overview

fix: truncate long usernames in UI

Long usernames were causing layout issues in several parts of the application. This change truncates long usernames with an ellipsis to prevent them from overflowing.

The following areas have been fixed:
- Edit User modal
- User Chats modal
- Edit User Group modal
- Users table in the admin overview

Revert "fix: truncate long usernames in UI"

This reverts commit b623fdc95d0c494228b49f9369db3bbb3042cef0.
2025-09-26 18:30:48 -04:00
..
AddUserModal.svelte chore: format 2025-08-21 04:47:28 +04:00
EditUserModal.svelte fix: truncate long usernames in UI 2025-09-26 18:30:48 -04:00
UserChatsModal.svelte fix: truncate long usernames in UI 2025-09-26 18:30:48 -04:00