-
Notifications
You must be signed in to change notification settings - Fork 267
feat: show git file mode change if exist #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: show git file mode change if exist #69
Conversation
...d adding tooltips for full path display
src/ViewModels/DiffContext.cs
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PathConverters.TruncateIfTooLong is this way on purpose that is to hide in the middle of the path, but retained 20 characters at the beginning of the path and the entire file name in the end.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I use textTrimming because I want to avoid this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Perhaps I should re-design the toolbar for DiffView.
I need to redesign the DiffView toolbar. But I will merge the PR first.
Uh oh!
There was an error while loading. Please reload this page.
Fix #46
test branch https://github.com/gadfly3173/gadfly3173/tree/test/file-mode
Screenshots
image
image
image