update dev todos!

This commit is contained in:
Matt Dunn-Rankin 2020-04-25 20:45:35 -07:00
parent 96ec0bea90
commit 7d54a05aa0

View file

@ -1,11 +1,9 @@
* 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 * 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 * 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 😅 * 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? :/ * Present invalidated items somewhere on the screen, instead of them just vanishing? :/
Features: Features:
* Outfit sharing
* Search by zone * Search by zone
* Outfit saving * Outfit saving
* Use the space better on big screens? * Use the space better on big screens?