From e9a15857c199d0d7bdc7555d9bd0aeaa5fca02a3 Mon Sep 17 00:00:00 2001 From: Matt Dunn-Rankin Date: Sat, 25 Apr 2020 02:20:23 -0700 Subject: [PATCH] more misc fixes --- dev-todos.txt | 3 +-- src/WardrobePage.js | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-todos.txt b/dev-todos.txt index fac3506..64ade43 100644 --- a/dev-todos.txt +++ b/dev-todos.txt @@ -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 😅 diff --git a/src/WardrobePage.js b/src/WardrobePage.js index 17405d7..2324d0a 100644 --- a/src/WardrobePage.js +++ b/src/WardrobePage.js @@ -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" /> )}