canonical / test_observer

Flutter based dashboard for visualising SRU regression test results
2 stars 3 forks source link

The button for "apply" filters is not show on small screens #140

Closed fernando79513 closed 6 months ago

fernando79513 commented 6 months ago

Description

If you are working on a small screen, or the list of assignees is too big, the "apply" button for the filters is not shown on the screen. If you collapse the "assignee" or the "status" it is still possible to see it, but it is confusing.

Possible solutions

We should add a scroll bar to the filter column. That will help to find the "Apply" button and to scroll longer name lists. Another thing that could be done would be to fix the "Apply" button at the top or the bottom of the column. The scroll would still be needed to navigate over long lists of names.