🚸 (results) Add time filter to results table as…

This commit is contained in:
Baptiste Arnaud
2024-02-06 17:48:31 +01:00
parent 3e2533b934
commit 066fabce06
20 changed files with 376 additions and 67 deletions

View File

@@ -79,7 +79,7 @@ export const DropdownList = <T extends Item>({
)}
</FormLabel>
)}
<Menu isLazy placement="bottom-end" matchWidth>
<Menu isLazy>
<MenuButton
as={Button}
rightIcon={<ChevronLeftIcon transform={'rotate(-90deg)'} />}

View File

@@ -213,9 +213,9 @@ export const VariableSearchInput = ({
<Popover
isOpen={isOpen}
initialFocusRef={inputRef}
matchWidth
isLazy
offset={[0, 2]}
placement="auto-start"
>
<PopoverAnchor>
<Input
@@ -239,6 +239,7 @@ export const VariableSearchInput = ({
shadow="lg"
onMouseDown={(e) => e.stopPropagation()}
onPointerDown={(e) => e.stopPropagation()}
minW="250px"
>
{isCreateVariableButtonDisplayed && (
<Button