mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
feat: PWA support #63
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 @ntimo on GitHub (Nov 26, 2023).
Is your feature request related to a problem? Please describe.
Currently the app can't be installed as a PWA which could make it more feel like a native application.
Describe the solution you'd like
Make it possible to install the app as an PWA.
Additional context
https://blog.logrocket.com/how-to-build-a-progressive-web-app-pwa-with-node-js/
@tjbck commented on GitHub (Nov 26, 2023):
Hi, Thanks for the suggestion. I'll take a look at it when I can, as adding core features to the webui is the top priority at the moment. In the meantime, if you manage to implement this feature and make a PR, I'll review and merge to main. Thanks!