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
In #4769 we added to the audit log the ability to filter by date. It would be great to have a UI element here to make this functionality more clear to users.
We should have fields for date to and date from
We might need to explore a new datepicker for this feature as the MUI solution has limitations (this is a good candidate)
It would be nice to have the date format match the format taken by our API: YYYY-MM-DD
The datepickers should tie into the SearchBarWithFilter component, i.e. dates entered in the date picker should show up in the search bar so it is clear to users how the query is written
The datepicker params should be reflected in the URL
The datepicker params should be passed down to the BE as part of the query
The text was updated successfully, but these errors were encountered:
This issue is becoming stale. In order to keep the tracker readable and actionable, I'm going close to this issue in 7 days if there isn't more activity.
In #4769 we added to the audit log the ability to filter by date. It would be great to have a UI element here to make this functionality more clear to users.
YYYY-MM-DD
SearchBarWithFilter
component, i.e. dates entered in the date picker should show up in the search bar so it is clear to users how the query is writtenThe text was updated successfully, but these errors were encountered: