impress-2020/dev-todos.txt
Matt Dunn-Rankin 90ad9feb0c move neopets.com loading into server
the client stuff worked locally, but not in prod because you can't request http from https, even with cors set up correctly 😅
2020-04-25 06:50:34 -07:00

11 lines
651 B
Text

* Use accessible click targets for item lists! Honestly, can they be checkboxes?
* Use react-virtualized instead of our own scroller, but we need total count known, and we need another solution for the CSS transitions in the outfit case
* Restore good download behavior: use crossOrigin for everything, and remove cache-buster in the URL we use for canvas
* Undo the local linking we did for @chakra-ui/core, react, and react-dom on Matchu's machine 😅
* Present invalidated items somewhere on the screen, instead of them just vanishing? :/
Features:
* Outfit sharing
* Search by zone
* Outfit saving
* Use the space better on big screens?