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.ts in my mind.
Additional context
Something like this but with "what's new" (or such tooltips like the blue one)
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.ts` in my mind.
**Additional context**
Something like this but with "what's new" (or such tooltips like the blue one)

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?
<!-- gh-comment-id:1957828480 -->
@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?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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?