microsoft / microsoft/XmlNotepad

Suggestion: header-buttons in result for XML-compare

Open
#419 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
1.2k
Forks
240
PR merge metrics
No merged PRs in 30d

Description

I'm no webdesigner and no aesthete, but the button "prev / next" in the HTM-result could be improved a little bit, maybe like this ..

        <input type="button" value="<< go to prev" onclick="onPrev()" style="padding:5px 10px; cursor:pointer; background-color:PaleGoldenrod" />
        <input type="button" value="go to next >>" onclick="onNext()" style="padding:5px 10px; cursor:pointer; background-color:PaleGoldenrod;" />

  • longer text
  • brackets as optical advice

  • "prev" (= back = left) before "next" (= right)
  • mouse cursor changes to pointer
  • other background

Please check it if you want to take it - it's a very simple level of HTM

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the HTM-result view and locate the existing prev/next buttons and their onPrev() and onNext() handlers. Update the button presentation to match the suggested labels, order, cursor, padding, and background styling, then verify that both controls still navigate to the correct result.

Written by the indexing model from the issue text.

Assessment

Tech stack
html
Domain
design, frontend
Issue type
Feature
Difficulty
1/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.