* Replaced icons with white outline version (#881)
The original icon (black with no outline) was not clearly visible in browsers with dark mode enabled. All icons in img/ and img/icons/ have been replaced with versions with a white outline from https://github.com/kiwix/kiwix-js-windows/tree/master/www/img.
* Replaced icons with white outline version (#881)
The original icon (black with no outline) was not clearly visible in browsers with dark mode enabled. All icons in img/ and img/icons/ have been replaced with versions with a white outline from https://github.com/kiwix/kiwix-js-windows/tree/master/www/img.
* Generated icons from recommended source file #881
Icons generated from https://github.com/kiwix/kiwix-js-windows/tree/master/images/2000px-Kiwix_logo_v3_with_border.png
* Delete kiwix-36.png
* Updated 600x600, re-generated icons
Testing fuzziness in GIMP exports
* Regenerated icons
* Reduced size of icon outlines for better scaling
* Reduced size of icon outlines for better scaling
* Reduced icon file sizes
Reduced resolution to 72 ppi and eliminated metadata
* Reduced icon file sizes
Reduced resolution to 72 ppi and eliminated metadata
* Send requested byte range from SW, with correct headers
Fixes#531
* Improve comments
* Ignore end offset of requested range
* Remove debug logs and apply review remarks
* Remove unused variable, thanks codefactor
Changes the destination of nightly uploads to master.download.kiwix.org on port 30022
As this service doesn't offer a shell anymore, converted the folder creation
and file discovery steps to more verbose, SFTP-based scripts.
Manually trigger a *restart* on Kiwix k8s after a successful image push.
Previous behavior was to let Docker Hub trigger a restart on (former) hosting via a webhook:
- we don't want to rely on Docker Hub anymore
- hosting platform changed
* Workaround some antifingerprinting features for webp polyfill
It affects in particular IceCat 60.7
WebpHero has been upgraded, and tries to detect if the workaround is
necessary.
If it is, there is a setting to let the user disable the workaround if
wished.
Fixes#835 and #816 (support of DataURI images when webp is not
supported by the browser)
* Rename feedNodeWithBlob function to feedNodeWithDataURI
* Added canvas elements to stylesheets
Co-authored-by: Jaifroid <egk10@cam.ac.uk>
* Add auto options to index.html
* update app.js
* update uiUtil.js
* testing
* Update app.js
* fixed bug in app.js
* Update app.js
* removed extra spaces
* removed extra spaces
* Fixes autoTheme eventListener in app.js and removed spaced in index.html
* app.js
* removed extra spaces
* updated app,js and uiUtil.js
* fixed bug when browser doesn't support color-schemes
* added removeChild() instead of remove() and renamed class
* parentElement to parentNode
As the parentElement is new to firefox and IE
* parentElement to parentNode
* fixes options for theme and some for wikimedia theme
* fixes help for the wikimedia theme
* update uiUtil.js
* moved code back to previous place
* displays auto theme description
* added auto description <p>
* removed space added again
* Update uiUtil.js
Defined `oldDescription` earlier before using it
* fixes oldDescription
* Update uiUtil.js
Co-authored-by: Mossroy <mossroy@mossroy.fr>