add scroll overview ruler to projects-audit diff
Open
enhancement
- Dominant language
- C#
- Stars
- 5
- Forks
- 3
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 14
Description
The expanded diff in the Project Audit page can run hundreds of lines, but
only a handful are usually changes. Without a positional cue, the user has
to scroll the whole way to find each change.
Add a 12px overview column to the right of the diff scroll pane that ticks
every changed row at its proportional position (green/red/blue for
insert/delete/change), with a translucent box marking the visible
viewport. Clicking the ruler centres the diff on that point, matching the
overview-ruler pattern used by VS Code and GitHub diffs.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.