Skip to content
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: Add commit Tooltip in Blame #1055

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

gadfly3173
Copy link
Contributor

Fixes #993

@love-linger love-linger self-assigned this Mar 5, 2025
@love-linger love-linger added the enhancement New feature or request label Mar 5, 2025
@love-linger love-linger merged commit 2699035 into sourcegit-scm:develop Mar 5, 2025
6 of 8 checks passed
@gadfly3173 gadfly3173 deleted the feat/blame-sha branch March 5, 2025 01:51
love-linger added a commit that referenced this pull request Mar 5, 2025
- since the author and time are already shown in the blame view, use the full message as tooltip is better.
- cache the commit message in `ViewModels.Blame` since the `Tooltip` of control may change.
- querying commit message synchronously (it's very fast) to avoid similar issues in commit details panel.

Signed-off-by: leo <longshuang@msn.cn>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants