ausi/respimagelint

Filter report page to only failed checks

danielbachhuber opened this issue ยท 5 comments

When a report page has dozens of checks, it can be difficult to find the failed ones.

It would be nice to have a simple filter to limit the report to only failed checks.

ausi commented

With a1a63d0 images with failed checks are now shown first.

I saw this change in action earlier today ๐Ÿ˜„

From my perspective, it was a little unexpected to have the images appear out of order.

What if the images remained in order, but there was a button at the top to "Only show failed checks"? Clicking on the button once would hide the successful checks. Clicking on the button again would show the successful checks again. If there weren't any failed checks, the button would not appear.

Also, not to shove too many things on this issue ๐Ÿ˜„ ... it would be nice to have a total count of passed and failed checks at the top.

ausi commented

Fixed in 12fc9f0

Love it!

image