more misc fixes
This commit is contained in:
parent
49718a96f7
commit
e9a15857c1
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
* Use accessible click targets for item lists! Honestly, can they be checkboxes?
|
* 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
|
* 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 😅
|
* Undo the local linking we did for @chakra-ui/core, react, and react-dom on Matchu's machine 😅
|
||||||
|
|
|
@ -132,6 +132,9 @@ function SearchToolbar({ query, onChange }) {
|
||||||
variantColor="green"
|
variantColor="green"
|
||||||
aria-label="Clear search"
|
aria-label="Clear search"
|
||||||
onClick={() => onChange("")}
|
onClick={() => onChange("")}
|
||||||
|
// Big style hacks here!
|
||||||
|
height="calc(100% - 2px)"
|
||||||
|
marginRight="2px"
|
||||||
/>
|
/>
|
||||||
</InputRightElement>
|
</InputRightElement>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in a new issue