impress-2020/src/app
Matchu 700073df8a fix bug where image load errors would keep loading
Dice reported this, thank you!

My mistake here was that `loadImage` _does_ reject when the image fails to load… but it ends up throwing `undefined`, since I forgot to pass the error along from `onerror` to `reject`!

So we would cancel stuff, but then store `undefined` as our error in state, which our component interprets as no-error.

I tested this by using Firefox DevTools request blocking!
2020-08-19 19:11:49 -07:00
..
cached-data Build cached zones, stop querying on server 2020-08-19 17:50:05 -07:00
components fix bug where image load errors would keep loading 2020-08-19 19:11:49 -07:00
WardrobePage hide invalid colors in wardrobe page dropdown 2020-08-19 19:05:44 -07:00
apolloClient.js lol fix cached zone names 2020-08-19 18:01:20 -07:00
App.js make light/dark mode transition smoother 2020-08-12 01:46:27 -07:00
HomePage.js bug fix for light/dark mode toggle 2020-08-14 18:21:40 -07:00
util.js dark mode first draft! 2020-08-12 00:37:31 -07:00