Topic on Talk:Edit Review Improvements/New filters for edit review

Suggestion: Introduce null highlight or way to hide irrelevant changes

6
Summary by Trizek (WMF)
This post was hidden by 107.167.111.44 (history)
197.218.90.179 (talkcontribs)

The easiest way to implement this is probably to add a new "color" (maybe something transparent) that simply hides stuff, rather than show.

Trizek (WMF) (talkcontribs)

Setup an highlighting in any way will reset the results.

197.218.88.3 (talkcontribs)

That used to be the case but isn't anymore. Adding highlighting after recent changes are loaded doesn't reset the results. Even just adding a new highlight without clicking the checkbox to add a new filter does the same thing.

This was a very good change that makes it possible to analyse the visible results, however, it still includes all other changes though. So this suggestion is simply building on that idea. Maybe a better way to think of it is "focus" rather than highlight, i.e. basically hide everything that is irrelevant.

197.218.81.218 (talkcontribs)

Thanks for linking the task, the easiest to currently do (or illustrate) this is:

.mw-changeslist-line:not(.mw-rcfilters-highlighted){
    display:none;
}

It will at least suffice until this is implemented or in case the suggestion is declined.

This post was hidden by Trizek (WMF) (history)
Reply to "Suggestion: Introduce null highlight or way to hide irrelevant changes"