mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #14878] [MERGED] Feature: settings modal tab list #39256
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/14878
Author: @sinejespersen
Created: 6/11/2025
Status: ✅ Merged
Merged: 6/11/2025
Merged by: @tjbck
Base:
dev← Head:feature/settings-modal-tab-list📝 Commits (3)
6af9132add roles tablist and tab to tabs in settings modalaee60adadd aria-selected to tabs5dd99a0add aria-controls and ids to connect tabs to content📊 Changes
10 files changed (+37 additions, -6 deletions)
View changed files
📝
src/lib/components/chat/Settings/About.svelte(+1 -1)📝
src/lib/components/chat/Settings/Account.svelte(+1 -1)📝
src/lib/components/chat/Settings/Audio.svelte(+1 -0)📝
src/lib/components/chat/Settings/Chats.svelte(+1 -1)📝
src/lib/components/chat/Settings/Connections.svelte(+1 -0)📝
src/lib/components/chat/Settings/General.svelte(+1 -1)📝
src/lib/components/chat/Settings/Interface.svelte(+1 -0)📝
src/lib/components/chat/Settings/Personalization.svelte(+1 -0)📝
src/lib/components/chat/Settings/Tools.svelte(+1 -0)📝
src/lib/components/chat/SettingsModal.svelte(+28 -2)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
https://github.com/open-webui/open-webui/discussions/8908
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Structural changes, no visible changes:
tab-listrole andtab-rolearia-controlsto connect content to tabAdded
tab-listrole andtab-rolearia-controlsto connect content to tabChanged
N/A
Deprecated
N/A
Removed
N/A
Fixed
N/A
Security
N/A
Breaking Changes
N/A
Additional Information
N/A
Screenshots or Videos
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.