You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, there are new filters only on Executions page. It's not yet fully completed, but it's being merged so I can get more feedback from the rest of the team.
Below is the list of known issues and tasks to be implemented, anything else you find or notice, feel free to add as comment below and it will be amended.
Implement search triggering on adding new filter value (full adding), as now it is confusing why the content is not filtered when we chose filters (we can remove the search button itself, maybe involves a bit of work around the recent functionality).
Handle recent functionality better due to filters being triggered automatically now.
Allow selection of values in dropdown on Enter key press.
Add complete keyboard navigation as part of dropdowns.
The options popper at the end of the filter bar looks like a tooltip. Could we make the content a little lighter in dark mode? (might be element plus)
Placeholder color looks exactly like paragraph text. Is it normal? It does not feel normal.
Could we have the comparator ("is") be in a different color to improve readability (specially since text is incredibly small)
Date filters ideas
inspire from gmail search (great readability)
dates should be humanly readable instead of std date format (use Intl)
More of a QOL thing but would be great if clicking on an existing filter would allow changing the values for it (I know it has some challenges like what to change because we don't have multiple boxes to separate comparator, key and value), maybe allow changing the value upon clicking for now ?
Right now, there are new filters only on
Executions
page. It's not yet fully completed, but it's being merged so I can get more feedback from the rest of the team.Below is the list of known issues and tasks to be implemented, anything else you find or notice, feel free to add as comment below and it will be amended.
recent
functionality).recent
functionality better due to filters being triggered automatically now.multiple
, only then allow multiple values, if not, replace existing value with new one.Related issue #4664.
The text was updated successfully, but these errors were encountered: