mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[PR #21693] [CLOSED] feat: show group description preview in admin panel #41841
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/21693
Author: @Classic298
Created: 2/21/2026
Status: ❌ Closed
Base:
dev← Head:feat/group-description-preview📝 Commits (2)
6b007defeat: show group description preview in admin panel8a956fafix overflow📊 Changes
1 file changed (+7 additions, -2 deletions)
View changed files
📝
src/lib/components/admin/Users/Groups/GroupItem.svelte(+7 -2)📄 Description
Display a truncated version of the group description in a lighter color next to the group name in the admin groups list. The description is preceded by a mid-dot separator and clipped to a single line via line-clamp, providing a quick glance at the group purpose without cluttering the UI.
As discussed in: https://github.com/open-webui/open-webui/discussions/16793
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.