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

deep-reblame - Restore feature #7242

Merged
merged 3 commits into from Feb 2, 2024
Merged

deep-reblame - Restore feature #7242

merged 3 commits into from Feb 2, 2024

Conversation

fregante and others added 3 commits February 2, 2024 16:21
Co-Authored-By: Konv Suu <82451257+kovsu@users.noreply.github.com>
@fregante fregante added the bug label Feb 2, 2024
@fregante fregante merged commit 8813896 into main Feb 2, 2024
10 checks passed
@fregante fregante deleted the reblame branch February 2, 2024 08:27
const blameUrl = new GitHubFileURL(location.href);

await showToast(async () => {
blameUrl.branch = await getPullRequestBlameCommit(prCommit, prNumbers, blameUrl.filePath);
blameUrl.hash = 'L' + $('.js-line-number', blameHunk)!.textContent;
blameUrl.hash = 'L' + $('.react-line-number', blameHunk)!.textContent;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @kovsu

@fregante
Copy link
Member Author

fregante commented Feb 2, 2024

I keep trying to change the style of this feature but I can't come up with a decent alternative. Coloring the icons purple and activating it via ALT-click is not great

Screenshot 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

deep-reblame is broken
1 participant