[PR #18641] [CLOSED] fix(mobile, menu): hide controls button on mobile based on permissions #24862

Closed
opened 2026-04-20 05:37:29 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/18641
Author: @Davixk
Created: 10/26/2025
Status: Closed

Base: devHead: fix/controls-mobile-permissions-check


📝 Commits (1)

  • 9af8658 fix(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

  • Controls button is now properly hidden for mobile users

Security

  • None: actual chat controls page would still not render even if the button was available

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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/18641 **Author:** [@Davixk](https://github.com/Davixk) **Created:** 10/26/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `fix/controls-mobile-permissions-check` --- ### 📝 Commits (1) - [`9af8658`](https://github.com/open-webui/open-webui/commit/9af865870a8afc0ebf505290291af0c45b99eb0e) fix(menu): restrict chat controls to admins or permitted users ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/layout/Navbar/Menu.svelte` (+1 -1) </details> ### 📄 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 - Controls button is now properly hidden for mobile users ### Security - None: actual chat controls page would still not render even if the button was available ### 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. --- <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-20 05:37:29 -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#24862