ResponsiblyUnranked / github-lines-viewed

A browser extension to replace GitHub's "files viewed" with "lines viewed" when reviewing pull requests.
MIT License
4 stars 1 forks source link

Comma separate numbers over 999 #25

Open ResponsiblyUnranked opened 3 weeks ago

ResponsiblyUnranked commented 3 weeks ago

Large numbers of lines (by the progress bar) should be comma-separated for the thousands to make them easier to read.

ResponsiblyUnranked commented 3 weeks ago

Had a first go at this today, although it wasn't very visually smooth. It would update the numbers without commas, and then add them in.

I'm gonna say this is a low priority one because I'm hoping that by adding #12 instead, most PRs will hopefully be under 1,000 lines of changes (for the normal ones which require a code-review).