mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
[PR #14055] [CLOSED] feat: About and Releases in Help menu #10170
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/14055
Author: @silentoplayz
Created: 5/19/2025
Status: ❌ Closed
Base:
dev← Head:update-help-menu📝 Commits (1)
790f8b5feat: About and Releases in Help menu📊 Changes
3 files changed (+51 additions, -8 deletions)
View changed files
📝
src/lib/components/chat/SettingsModal.svelte(+11 -1)📝
src/lib/components/layout/Help/HelpMenu.svelte(+39 -7)📝
src/lib/stores/index.ts(+1 -0)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
activeSettingsTabKeyinsrc/lib/stores/index.tsto manage and reflect the currently active tab in the Settings Modal.HelpMenu.svelte:activeSettingsTabKeyto'about', opens the Settings Modal to theAboutsection, and then closes the Help Menu.InfoandMapicons for the new menu items.Changed
SettingsModal.svelte:activeSettingsTabKeystore.$showis true), if$activeSettingsTabKeyis set to a valid tab ID, the modal will display that specific tab.activeSettingsTabKeystore is updated to reflect the newly selected tab's ID.activeSettingsTabKeystore is explicitly set tonullduring the initialization script of theSettingsModalcomponent.HelpMenu.svelte:showSettingsandactiveSettingsTabKeystores to interact with the Settings Modal.onClose()(to close the Help Menu dropdown) after opening the documentation link.idattribute has been updated fromchat-share-buttontomenu-item-documentationfor clarity.onClose()(to close the Help Menu dropdown) after triggering the shortcuts display.idattribute has been updated (likely from a duplicatedchat-share-button) tomenu-item-keyboard-shortcuts.$i18n.t('Keyboard shortcuts')to$i18n.t('Keyboard Shortcuts')(capitalization).Additional Information
activeSettingsTabKeystore provides a more robust way to control the Settings Modal's displayed tab from external components.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.