espruino / BangleApps

Bangle.js App Loader (and Apps)
https://banglejs.com/apps
MIT License
498 stars 1.17k forks source link

dtlaunch: postpone load icons not initially needed #3629

Closed thyttan closed 1 month ago

thyttan commented 1 month ago

Draw the first screen, then load in the rest of the icons from storage.

bobrippling commented 1 month ago

Looks good - I guess we could also load the remaining ones on-demand, when that particular icon is needed, happy to merge this as-is though

thyttan commented 1 month ago

I guess it's better to do as little as possible with storage for the sake of its longevity. But other than that I kind of prefer to keep the changes as is - should be slightly snappier when switching pages I'd think.

bobrippling commented 1 month ago

Sounds good, thanks again!