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/20426
**Author:** [@Classic298](https://github.com/Classic298)
**Created:** 1/6/2026
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `aggregation`
---
### 📝 Commits (7)
- [`bdde48e`](https://github.com/open-webui/open-webui/commit/bdde48e92ed5eae2af7ef6a2efdb1c2d2ea2cb74) Aggregated code
- [`788d07c`](https://github.com/open-webui/open-webui/commit/788d07ca5c7f5064b1cecb61f8787bd8757d24b8) replace $: with effect() svelte 5
- [`dde1052`](https://github.com/open-webui/open-webui/commit/dde1052b896e53a3b43e1857c09ba36a330f326c) Converted export let to $props() destructuring for Svelte 5 runes mode
- [`11ec6e8`](https://github.com/open-webui/open-webui/commit/11ec6e8dfc4b6bf35474d38800580304f56959b4) .
- [`673dcd5`](https://github.com/open-webui/open-webui/commit/673dcd5c964eb09e7cb52626cc417b3365168a63) svelte 5
- [`7da2514`](https://github.com/open-webui/open-webui/commit/7da2514e0fa5362042daf1ec22540170710a4b09) Refactor reactive statements in Svelte components
- [`655f08e`](https://github.com/open-webui/open-webui/commit/655f08e0cf9ab70f7ae5d339bf381e7517b491de) refactor: migrate group and settings modals to Svelte 5 runes mode
### 📊 Changes
**4 files changed** (+211 additions, -264 deletions)
<details>
<summary>View changed files</summary>
📝 `src/lib/components/admin/Users/Groups/EditGroupModal.svelte` (+33 -91)
📝 `src/lib/components/admin/Users/Groups/Permissions.svelte` (+109 -167)
📝 `src/lib/components/chat/SettingsModal.svelte` (+9 -6)
➕ `src/lib/constants/permissions.ts` (+60 -0)
</details>
### 📄 Description
### 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>
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/20426
Author: @Classic298
Created: 1/6/2026
Status: ❌ Closed
Base:
dev← Head:aggregation📝 Commits (7)
bdde48eAggregated code788d07creplace $: with effect() svelte 5dde1052Converted export let to $props() destructuring for Svelte 5 runes mode11ec6e8.673dcd5svelte 57da2514Refactor reactive statements in Svelte components655f08erefactor: migrate group and settings modals to Svelte 5 runes mode📊 Changes
4 files changed (+211 additions, -264 deletions)
View changed files
📝
src/lib/components/admin/Users/Groups/EditGroupModal.svelte(+33 -91)📝
src/lib/components/admin/Users/Groups/Permissions.svelte(+109 -167)📝
src/lib/components/chat/SettingsModal.svelte(+9 -6)➕
src/lib/constants/permissions.ts(+60 -0)📄 Description
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.