ferdium / ferdium-recipes

Recipes encapsulate your favourite apps into Ferdium for unified notifications handling and more
MIT License
82 stars 191 forks source link

chore: change icons to reduce bundle #537

Closed SpecialAro closed 5 months ago

SpecialAro commented 5 months ago

Pre-flight Checklist

Please ensure you've completed all of the following.

Description of Change

After some discussion with @vraravam we came to the conclusion that SVG increase local bundle size for users, which is unnecessary given users can fetch the static assets generated by jsdelivr.

Indeed, before this PR total package bundle of all recipes was 7.34 MB and now it is 377 KB, which is ~19.5 times smaller.

To test this PR do the following:

What to expect:

This PR needs to be merged before the one on the main repo (https://github.com/ferdium/ferdium-app/pull/1740).