Unified loading states.

This commit is contained in:
Mike Cao 2025-06-13 21:13:11 -07:00
parent 7b5591a3ce
commit da8c7e99c5
52 changed files with 506 additions and 364 deletions

View file

@ -100,13 +100,13 @@ export function DateFilter({
};
return (
<Row width="200px">
<Row width="280px">
<Select
value={value}
placeholder={formatMessage(labels.selectDate)}
onChange={handleChange}
renderValue={renderValue}
popoverProps={{ placement: 'top', style: { width: 200 } }}
popoverProps={{ placement: 'bottom' }}
>
{options.map(({ label, value, divider }: any) => {
return (