mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-05 08:22:50 -05:00
[GH-ISSUE #799] feat: show popup "whats new" on pageload to summarize updates #27747
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 @jannikstdl on GitHub (Feb 19, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/799
Describe the solution you'd like
Since the developement of this repo is really fast it would be nice to have (with every release change) a little popup on start to show the "average consumer" new functionalities.
This should be a modal with texts reffering to
constants.tsin my mind.Additional context

Something like this but with "what's new" (or such tooltips like the blue one)
@justinh-rahb commented on GitHub (Feb 19, 2024):
LM Studio also does similar and I think it's a great idea.
@jannikstdl commented on GitHub (Feb 21, 2024):
Working on it.. @tjbck any idea how to set up a state that the Modal is only shown once if you pull a new version? I would do this with a localstorage bool, since this shouldn't be resetted?