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.
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.
Note
Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in.
🔄 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/21693
**Author:** [@Classic298](https://github.com/Classic298)
**Created:** 2/21/2026
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `feat/group-description-preview`
---
### 📝 Commits (2)
- [`6b007de`](https://github.com/open-webui/open-webui/commit/6b007deb6d57ac2338958174a713fe50a37031be) feat: show group description preview in admin panel
- [`8a956fa`](https://github.com/open-webui/open-webui/commit/8a956fa21d7c08b79ddb7c2dbe6617eddeb4fb85) fix overflow
### 📊 Changes
**1 file changed** (+7 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `src/lib/components/admin/Users/Groups/GroupItem.svelte` (+7 -2)
</details>
### 📄 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
<!--
🚨 DO NOT DELETE THE TEXT BELOW 🚨
Keep the "Contributor License Agreement" confirmation text intact.
Deleting it will trigger the CLA-Bot to INVALIDATE your PR.
-->
By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](https://github.com/open-webui/open-webui/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms.
> [!NOTE]
> Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in.
---
<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/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.