mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[PR #18641] [CLOSED] fix(mobile, menu): hide controls button on mobile based on permissions #40492
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/18641
Author: @Davixk
Created: 10/26/2025
Status: ❌ Closed
Base:
dev← Head:fix/controls-mobile-permissions-check📝 Commits (1)
9af8658fix(menu): restrict chat controls to admins or permitted users📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/lib/components/layout/Navbar/Menu.svelte(+1 -1)📄 Description
Prevents chat controls from appearing on mobile unless the user is an admin or has explicit chat control permissions. Improves access control and user experience by hiding options from unauthorized users.
Changelog Entry
Description
Prevents chat controls from appearing on mobile unless the user is an admin or has explicit chat control permissions. Improves access control and user experience by hiding options from unauthorized users.
Fixed
Security
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.