Verified commits UI is a bit broken
See original GitHub issueReproducible on https://github.com/mathiasbynens/dotfiles/commit/adc5b5971649017f4de5b28074e51fcf67ac5b0d
The space is too narrow for the Verified badge.
I guess we could restyle that a bit or probably remove the .patch
and .diff
links if they keep creating problems in that area.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Verified commits UI is a bit broken · Issue #220 · refined-github ...
I'm open to either shortcuts or icons. I really don't want some of the more obscure things which RG adds to break the...
Read more >Git blame broken after commit with no parent - Stack Overflow
To verify this, ask them to run git merge-base HEAD 49d0d22 after the pull — it should come out empty. The commands to...
Read more >Is it ever OK to commit non-working code?
Noting the 'working code' is part of the 'dev' branch policy, one should never commit broken code to the dev branch.
Read more >Sign commits with GPG - GitLab Docs
Select Commits. Identify the commit you want to review. Signed commits show either a Verified or Unverified badge, depending on the verification status...
Read more >GPG signature verification - Hacker News
The part that GitHub implemented (uploading keys to the site, displaying verified signed commits in the UI) looks like it is both.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m still not sold on #224.
I managed to fix the UI by decrementing the font-size by one pixel for each element, the following:
.full-commit
.full-commit .sha-block
.commit .sha-block, .commit .sha
We might have discussed this before, but is there some icon we can use instead to save space? IIRC, we went through the process of shrinking padding to make more room there, so I don’t know what else we can do except removing content or rearranging the whole area - like a two row layout.
I’m not keen on either scenario, but if anything gets removed it’s the patch/diff links since they’re added by RG.
Another idea: We can use keyboard shortcuts to switch to patch/diff of the commit and get rid of the links entirely. <kbd>+</kbd> for patch, and <kbd>=</kbd> for diff?