mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 15:27:37 -05:00
[GH-ISSUE #18907] feat: Automatic Page Update #57376
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?
Originally created by @scorpion7slayer on GitHub (Nov 3, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18907
Check Existing Issues
Problem Description
on the function page have to reload the page manually to update the web page
Desired Solution you'd like
something that would allow it to reload the page automatically
Alternatives Considered
No response
Additional Context
No response
@silentoplayz commented on GitHub (Nov 3, 2025):
At what moment do you find yourself needing to manually reload the page on the
Functionspage and why? What's the exact situation/scenario is it that you believe warrants this issue raised? More information is needed here.@scorpion7slayer commented on GitHub (Nov 3, 2025):
I have to do this when I add a feature so that it appears afterwards to configure the functions
@silentoplayz commented on GitHub (Nov 3, 2025):
I’m not entirely sure I follow. Are you asking if the Save button can automatically return you to the main Functions page after you finish editing a function? Right now, after saving, you can click the Back button in the top-left corner of the edit page — that will take you back to the Functions list and refresh it for you.
@silentoplayz commented on GitHub (Nov 3, 2025):
Oh! I believe I understand now. Simply put, you want the
Functionspage to update when a function has been deleted, as the deleted function isn't visibly being removed from the page and the functions count doesn't deplete by -1 until you go to another page and back to theFunctionspage or refresh the page while on theFunctionspage.