feat: Admin Settings Models: Global Unhide/Hide control#21838
feat: Admin Settings Models: Global Unhide/Hide control#21838pljones wants to merge 1 commit intoopen-webui:devfrom
Conversation
👋 Welcome and Thank You for Contributing!We appreciate you taking the time to submit a pull request to Open WebUI!
|
|
One thing I'd like feedback on is the choice of icon. I couldn't see anything in the list that appealed more. (I'll use 🔓 and 🔒 for the Public / Private toggles.) |
53b04be to
472a237
Compare
|
I don't understand what "Format & Build Frontend" is comparing or what it's saying is wrong. |
|
@pljones dont worry about them |
|
Makes sense! 👍🏻 |
|
Although... this method causes a flood of "Model updated" toasts. So maybe that could be tuned? Just a single toast success if they all work? ( |
|
pljones@0b79b25
The rest is boilerplate. |
|
pljones@8f74057 |
|
pljones@4ea5cdf (Maybe |
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions to discuss your idea/fix with the community before creating a pull request, and describe your changes before submitting a pull request.
This is to ensure large feature PRs are discussed with the community first, before starting work on it. If the community does not want this feature or it is not relevant for Open WebUI as a project, it can be identified in the discussion before working on the feature and submitting the PR.
Before submitting, make sure you've checked the following:
devbranch. PRs targetingmainwill be immediately closed.Documentation: Add docs in Open WebUI Docs Repository. Document user-facing behavior, environment variables, public APIs/interfaces, or deployment steps.N/ADependencies: Are there any new or upgraded dependencies? If so, explain why, update the changelog/docs, and include any compatibility notes. Actually run the code/function that uses updated library to ensure it doesn't crash.N/ADesign & Architecture: Prefer smart defaults over adding new settings; use local state for ephemeral UI logic. Open a Discussion for major architectural or UX changes.N/Adevto ensure no unrelated commits (e.g. frommain) are included. Push updates to the existing PR branch instead of closing and reopening.Changelog Entry
Description
The current Admin Settings Models page:
This PR provides an additional options on the "..." Actions menu for Unhiding or Hiding all models. This shortcut allows administrators to make rapid changes to the visible models (hiding everything, then individually making models visible is the most likely use case).
Related to #21732.
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Before

After

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.
Note
Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in.