Inwerpsel / use-theme-editor

A React theme editor
GNU General Public License v3.0
4 stars 0 forks source link

Improve saved stashes UI #78

Open Inwerpsel opened 2 days ago

Inwerpsel commented 2 days ago

A very crude way to automatically save large stashes was added earlier. Before that, there was only a single stash, and a prompt towards the user if a large amount of changes in the stash was about to be removed to make room for other changes. This was extremely confusing as you now had to think about 3 different change sets and only had 2 options. By saving the large stash in a separate list at that time, this confusing situation is avoided and the large stash can be deleted at any time in the future.

What's missing: