Skip to content

Feature suggestion - allow to hide unchanged lines from report's diff #202

Description

@ericdsd

Hi,

maybe this is already possible and i didn't find the info, but it would be nice to allow hiding unchanged lines from report to be able to see at a glance the changed elements instead of neededing to scroll over the whole source.

It can already be done in browser's inspector by adding
.diff li.unchanged {
display: none;
}

So could for instance add a checkbox "Show diff only" next to prev next close and eventually store its state in a cookie to exploit it inside result iframe.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions