mrdjohnson / llm-x

LLMX; Easiest 3rd party Local LLM UI for the web!
https://mrdjohnson.github.io/llm-x/
MIT License
174 stars 17 forks source link

App Auto-Update #4

Closed mrdjohnson closed 8 months ago

mrdjohnson commented 9 months ago

Issue: This site is set up as a PWA through the vite-pwa plugin Prompt for update. Unfortunately that means that even if not used as a PWA the user still needs to click the update button that 😬

Request: update the PWA if the user is not currently interacting with Ollama (or any future chat agent) on any (inclusive) of the open tabs/apps.

mrdjohnson commented 9 months ago

I am considering just forcing updates for now and dealing with this later if its actually an issue 🤔

mrdjohnson commented 8 months ago

Decided to force updates for now. The base code for this change is still around though