mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-01 22:39:35 -05:00
[PR #21692] [MERGED] feat: add sortable columns to groups admin panel #26210
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/21692
Author: @Classic298
Created: 2/21/2026
Status: ✅ Merged
Merged: 2/21/2026
Merged by: @tjbck
Base:
dev← Head:feat/group-sorting📝 Commits (3)
7a2da15feat: add sortable columns to groups admin panel1acc448Update Groups.svelte5529226Update Groups.svelte📊 Changes
1 file changed (+61 additions, -12 deletions)
View changed files
📝
src/lib/components/admin/Users/Groups.svelte(+61 -12)📄 Description
Make the Group and Users column headers in the admin groups list clickable to sort groups alphabetically by name or numerically by member count. Clicking a column toggles ascending/descending order, indicated by a chevron icon. When no sort is active, the default API order (by updated_at) is preserved.
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.