butter-desktop
butter-desktop copied to clipboard
collection.state = 'error' is bugged
We have no access to errors anymore. The issue comes from list.js isEmpty() -> this.collection isn't updated when it autochecks getEmptyView();
i cant parse that bug, what is wrong ? isn't that fixed by commits you put in vkj/redesign ?
try logging state in getEmptyView, there is a 0ms delay before it's actually set to the correct error (testing can be done in watchlist by logging off trakt : the model is set to error, and it should display "you need to be logged in to see watchlist", and instead it says empty view "no watchlist found")
fixed in xaiki/redesign