Enable tooltips for the commit hashes when handling conflicts#1059
Enable tooltips for the commit hashes when handling conflicts#1059DarkDefender wants to merge 1 commit intosourcegit-scm:developfrom
Conversation
I agree! I see you already added it as well! Thanks!
Ah, I missed that! Feels weird to me that you can click on them now but not hover over them (like you can for the parent hash in the commit information view). To me, when I see orange text, I assume that I can hover over them for tooltips as that seems to be the design language used here. IE: If orange, you can hover for more information. If orange and underline, you can also click on it to navigate. |
|
One of the reasons I added the hover tooltop is because the Even if there was a |
Now you cna hover over the commit hash to see a tooltip like you can for the parent hash in the commit information window
e1a63f2 to
09309ce
Compare
|
I've cleaned up my changes to be much more simpler like in your changes! Thanks for showing me how it is done. :) With your "click to navigate to sha" changes, now the hashes work just like in the "commit message" window. |
|
I've pushed my implementation for this feature. Because of some commits already exist in |
|
Thank you so much! |

Before, you couldn't easily see the commit hash authors or message when resolving file conflicts. Now you can hover over the hashes to get a tooltip with a bit more information.
I have to admit that this is my first time working with C# and Avalonia, so I'm not sure how hacky my solution is... 😅