-
Notifications
You must be signed in to change notification settings - Fork 20
Description
I was fiddling with the app loader and my Bangle.js' storage, when I came to the realization that I had no way of knowing what apps were taking up the 14% of my Bangle.js 2's storage. I initially thought that the list of apps under the storage bar had parentheses around how much storage each took up, but after looking through index.js, I found it's only the app version being displayed in those parentheses. It would be handy if instead of displaying the version in that app list under storage bar, it was a list of all apps ordered by how much storage they are taking up. I tried to see if I could implement it, but being new to JavaScript and the Espruino ecosystem, I was unable to get far. If anyone can show me where to go, or what function can poll the space taken up by one app, I can implement a quick version of this for everyone to use.
