mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #19276] [CLOSED] feat: Enhance group edit modal with improved UX #48205
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/19276
Author: @Classic298
Created: 11/18/2025
Status: ❌ Closed
Base:
dev← Head:enh-group-edit-modal📝 Commits (1)
a464562refactor: improve group edit modal user management UI (#72)📊 Changes
4 files changed (+325 additions, -101 deletions)
View changed files
📝
src/lib/components/admin/Users/Groups.svelte(+2 -0)📝
src/lib/components/admin/Users/Groups/EditGroupModal.svelte(+150 -10)📝
src/lib/components/admin/Users/Groups/GroupItem.svelte(+2 -0)📝
src/lib/components/admin/Users/Groups/Users.svelte(+171 -91)📄 Description
devbranch. Not targeting thedevbranch will lead to immediate closure of the PR.Changelog Entry
Description
Makes the modal larger
Revamps user edit menu to add various "sort by" options, displays user status, user created at date etc.
allows "select all" and "unselect all" option with checkbox
Increase modal size from md to lg for better visibility
Implement user sorting with 5 options:
All features work with existing search/filter functionality
Screenshots or Videos
Screencast_20251116_112515.webm
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.