git-branchless icon indicating copy to clipboard operation
git-branchless copied to clipboard

feat(smartlog): switch from ◯ to ○ for visible commit nodes

Open xuanduc987 opened this issue 1 year ago • 1 comments

U+25EF is unicode LARGE CIRCLE thus would be rendered visibly larger than other node. I believe U+25CB WHITE CIRCLE should be used instead.

Bellow is the list of icons used to denote commit node

node symbol
commit_visible(before)
commit_visible(this PR)
commit_visible_head
commit_obsolete
commit_obsolete_head
commit_omitted
commit_merge
commit_main
commit_main_head
commit_main_obsolete
commit_main_obsolete_head

xuanduc987 avatar Mar 07 '24 08:03 xuanduc987

This PR takes the opposite approach and makes the filled-in circle larger

adzenith avatar Mar 22 '24 04:03 adzenith