[PR #19204] [CLOSED] feat: Enhance group edit modal with improved UX #40759

Closed
opened 2026-04-25 13:12:35 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/19204
Author: @Classic298
Created: 11/15/2025
Status: Closed

Base: devHead: enh-group-management


📝 Commits (10+)

  • 4d76a83 Enhance group edit modal with improved UX and user management (#38)
  • 9ea11e0 Claude/groupedit modal update 01 de3 zyz no z4d pjwn9e wj qrz (#39)
  • 984f43e Enhance group edit modal with improved UX and user management (#40)
  • 3b8d243 Enhance group edit modal with improved UX and user management (#41)
  • cebfa17 Claude/groupedit modal update 01 de3 zyz no z4d pjwn9e wj qrz (#42)
  • d0a56ef Enhance group edit modal with improved UX and user management (#43)
  • f742d68 Enhance group edit modal with improved UX and user management (#44)
  • 20ef559 Enhance group edit modal with improved UX and user management (#45)
  • 72847e0 Enhance group edit modal with improved UX and user management (#46)
  • 8df793c Enhance group edit modal with improved UX and user management (#47)

📊 Changes

3 files changed (+160 additions, -55 deletions)

View changed files

📝 src/lib/components/admin/Users/Groups.svelte (+2 -2)
📝 src/lib/components/admin/Users/Groups/EditGroupModal.svelte (+2 -2)
📝 src/lib/components/admin/Users/Groups/Users.svelte (+156 -51)

📄 Description

  • Target branch: Verify that the pull request targets the dev branch. Not targeting the dev branch will lead to immediate closure of the PR.
  • Description: Provide a concise description of the changes made in this pull request down below.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Documentation: If necessary, update relevant documentation Open WebUI Docs like environment variables, the tutorials, or other documentation sources.
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
  • Testing: Perform manual tests to verify the implemented fix/feature works as intended AND does not break any other functionality. Take this as an opportunity to make screenshots of the feature/fix and include it in the PR description.
  • Agentic AI Code: Confirm this Pull Request is not written by any AI Agent or has at least gone through additional human review AND manual testing. If any AI Agent is the co-author of this PR, it may lead to immediate closure of the PR.
  • Code review: Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards?
  • Title Prefix: To clearly categorize this pull request, prefix the pull request title using one of the following:
    • feat: Introduces a new feature or enhancement to the codebase

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:

    • Members First (default - preserves original behavior)
    • Sort by Name (alphabetical)
    • Sort by Role (with secondary name sort)
    • Sort by Last Active (most recent first)
    • Sort by Created Date (newest first)
  • All features work with existing search/filter functionality

Screenshots or Videos

  • [Attach any relevant screenshots or videos demonstrating the changes]

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.

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/19204 **Author:** [@Classic298](https://github.com/Classic298) **Created:** 11/15/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `enh-group-management` --- ### 📝 Commits (10+) - [`4d76a83`](https://github.com/open-webui/open-webui/commit/4d76a834decdd310e87d36c2c2f1c844a6dc1cb5) Enhance group edit modal with improved UX and user management (#38) - [`9ea11e0`](https://github.com/open-webui/open-webui/commit/9ea11e07c583ee3e19c3059eb63dfa00c16ab342) Claude/groupedit modal update 01 de3 zyz no z4d pjwn9e wj qrz (#39) - [`984f43e`](https://github.com/open-webui/open-webui/commit/984f43e0a0b43a6e871db6b494a5cc00673a988a) Enhance group edit modal with improved UX and user management (#40) - [`3b8d243`](https://github.com/open-webui/open-webui/commit/3b8d2437fee04f1c1b016f5be0d56b93c27e5712) Enhance group edit modal with improved UX and user management (#41) - [`cebfa17`](https://github.com/open-webui/open-webui/commit/cebfa172aaf9a6f4a0adf48ed30f1dfa0b4baaa2) Claude/groupedit modal update 01 de3 zyz no z4d pjwn9e wj qrz (#42) - [`d0a56ef`](https://github.com/open-webui/open-webui/commit/d0a56efa4ba50c693d6ae6f690895790626922d8) Enhance group edit modal with improved UX and user management (#43) - [`f742d68`](https://github.com/open-webui/open-webui/commit/f742d68b4a2838b290db3bb3b368139e56297e3b) Enhance group edit modal with improved UX and user management (#44) - [`20ef559`](https://github.com/open-webui/open-webui/commit/20ef5598d20fb103654ac8611b95546ccfcfde54) Enhance group edit modal with improved UX and user management (#45) - [`72847e0`](https://github.com/open-webui/open-webui/commit/72847e0836faf8ceae26e8ca2a91d6d62ef9887c) Enhance group edit modal with improved UX and user management (#46) - [`8df793c`](https://github.com/open-webui/open-webui/commit/8df793c7e0225c6162ed3031a094c7f87bfcdcba) Enhance group edit modal with improved UX and user management (#47) ### 📊 Changes **3 files changed** (+160 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/admin/Users/Groups.svelte` (+2 -2) 📝 `src/lib/components/admin/Users/Groups/EditGroupModal.svelte` (+2 -2) 📝 `src/lib/components/admin/Users/Groups/Users.svelte` (+156 -51) </details> ### 📄 Description - [X] **Target branch:** Verify that the pull request targets the `dev` branch. **Not targeting the `dev` branch will lead to immediate closure of the PR.** - [X] **Description:** Provide a concise description of the changes made in this pull request down below. - [X] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [X] **Documentation:** If necessary, update relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs) like environment variables, the tutorials, or other documentation sources. - [X] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? - [X] **Testing:** Perform manual tests to **verify the implemented fix/feature works as intended AND does not break any other functionality**. Take this as an opportunity to **make screenshots of the feature/fix and include it in the PR description**. - [X] **Agentic AI Code:** Confirm this Pull Request is **not written by any AI Agent** or has at least **gone through additional human review AND manual testing**. If any AI Agent is the co-author of this PR, it may lead to immediate closure of the PR. - [X] **Code review:** Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards? - [X] **Title Prefix:** To clearly categorize this pull request, prefix the pull request title using one of the following: - **feat**: Introduces a new feature or enhancement to the codebase # 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: * Members First (default - preserves original behavior) * Sort by Name (alphabetical) * Sort by Role (with secondary name sort) * Sort by Last Active (most recent first) * Sort by Created Date (newest first) - All features work with existing search/filter functionality ### Screenshots or Videos - [Attach any relevant screenshots or videos demonstrating the changes] ### Contributor License Agreement 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>
GiteaMirror added the pull-request label 2026-04-25 13:12:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#40759