more misc fixes

This commit is contained in:
Matt Dunn-Rankin 2020-04-25 02:20:23 -07:00
parent 49718a96f7
commit e9a15857c1
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,4 @@
* Use accessible click targets for item lists! Honestly, can they be checkboxes?
* Pagination for search queries, right now we LIMIT 30
* Update skeletons for ItemList and ItemsPanel
* Merge zones with the same name
* 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
* Undo the local linking we did for @chakra-ui/core, react, and react-dom on Matchu's machine 😅

View file

@ -132,6 +132,9 @@ function SearchToolbar({ query, onChange }) {
variantColor="green"
aria-label="Clear search"
onClick={() => onChange("")}
// Big style hacks here!
height="calc(100% - 2px)"
marginRight="2px"
/>
</InputRightElement>
)}