This repository was archived by the owner on Sep 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Blame UI improvements #44287
Merged
Merged
Blame UI improvements #44287
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
ea13658
WIP blame recency
philipp-spiess 1e03133
Add 1px offset on the end of the hunk
philipp-spiess 64a09c1
Improve tooltip delay
philipp-spiess 9e6f820
Add exponential blame recency calculation and borders
philipp-spiess 8c94af6
Fix avatar underline
philipp-spiess d495b8f
Cleanup
philipp-spiess 194e23e
Add first commit date and pass theme property
philipp-spiess 4cdba05
Fixes
philipp-spiess 9fa19c9
Add changelog and more fixes
philipp-spiess 5164362
Fix style lint
philipp-spiess 17eba00
Cleanup some comments
philipp-spiess 26f876e
Fix typo
philipp-spiess 60a0b00
Prettier
philipp-spiess 9369ef7
Fix line height for legacy implementaiton
philipp-spiess 72c9d4e
Adress PR feedback
philipp-spiess 203af6a
Only increase height when git blame view is rendered
philipp-spiess f0c4daf
Fix update issue by passing the first commit date properly
philipp-spiess a4e8851
Revert behavior for old blob view
philipp-spiess 8e8c772
Fix linter issue
philipp-spiess File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@jhchabran Do we have a list of changes needed before we roll out the git streaming more broadly? Adding support for the user query would be necessary as well.
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.
@philipp-spiess catching up with GH as I'm back from PTO. It seems that the new code handles this differently, is this comment still relevant?
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.
@jhchabran Yeah this is still required. With the GraphQL query it's possible to load the
user
from a git author but with our streaming endpoint this is not included yet. Do you think it would be a lot of work to add this to the JSON payloads?