I've spotted two minor issues affecting the date filter:
Issue #1: when editing a fixed date filter the input fields show today's date and not the value of the date filter
Problem: when changing the end date of the filter the start date will be set to today's date and vice versa.
Expected Behavior: Input fields show the correct filter value
Issue #2: I can enter extreme large number which cannot be handled by the backend
Problem: when adding a filter for last .. custom number days it is possible to enter an extreme large number like 1e+92 days which results in an endless loading spinner
Expected behavior: the input filed has an upper limit or the user gets feedback that his filter value is too big. **
I've spotted two minor issues affecting the date filter:
Issue #1: when editing a fixed date filter the input fields show today's date and not the value of the date filter
Problem: when changing the end date of the filter the start date will be set to today's date and vice versa.
Expected Behavior: Input fields show the correct filter value
Issue #2: I can enter extreme large number which cannot be handled by the backend
Problem: when adding a filter for last .. custom number days it is possible to enter an extreme large number like 1e+92 days which results in an endless loading spinner
Expected behavior: the input filed has an upper limit or the user gets feedback that his filter value is too big. **