kwaschny / unwanted-twitch

Hide unwanted streams, games, categories and channels on: twitch.tv
https://kwaschny.net
MIT License
102 stars 13 forks source link

Blank export while loading #76

Closed djcline23 closed 2 years ago

djcline23 commented 2 years ago

I have a big blacklist that takes a while to load when I use Manage Blacklist. Today I hit export to do a backup before all the blacklisted items appeared on the management screen and the export was blank and the blacklist was then empty. So it seems the loading needs to complete for a successful export? In which case don't enable export button until loading is complete?

kwaschny commented 2 years ago

Yes, the save and export action store whatever is present in the view. If the blacklist takes too long or fails to load for whatever reason, you can end up saving/exporting an empty list.

I guess I should disable the action buttons before the callback returns successfully.