Manage Storage UI
Removing a bunch of items is annoying. The remove buttons don't stay in the same place when removing things if the images are different sizes, and there's no remove all button.
Maybe it could be more elegant as a checkbox list type thing, either with a table header checkbox to select all or an explicit Select All button. Or, an explicit Remove All button; that would work too and be one less step.
I've fixed the main issue of the buttons not lining up in https://github.com/1j01/jspaint/commit/f645febad139c11e60b09fca864b0e26265b1aac
The other main thing is letting the user remove all items at once. Do you have a plan for that?
@1j01 I was thinking of either a button that says "remove all" or make the storage menu a list of check boxes. And a check box that says "remove all"
@1j01 Sorry been busy with work. But should have a PR up tomorrow night