kiwix / kiwix-js-pwa

Kiwix JS Offline Browser implemented as a Progressive Web App (PWA), and packaged as Electron, NWJS and UWP apps for Windows and Linux.
https://pwa.kiwix.org
GNU General Public License v3.0
168 stars 26 forks source link

Add update progress and do not show GitHub updates if PWA update is needed #604

Closed Jaifroid closed 2 months ago

Jaifroid commented 2 months ago

Fixes #591

Jaifroid commented 2 months ago

At least fixes update progress. Difficult to test whether the order of notification of update types is correct until this code is already published, as we need to update to latest GitHub version, and THEN notify the user that a PWA update is needed. So, merging for now and will re-open if not fully fixed.