jump-to-conversation-close-event - Restore on long issues#8892
Merged
SunsetTechuila merged 17 commits intorefined-github:mainfrom Feb 1, 2026
Merged
jump-to-conversation-close-event - Restore on long issues#8892SunsetTechuila merged 17 commits intorefined-github:mainfrom
jump-to-conversation-close-event - Restore on long issues#8892SunsetTechuila merged 17 commits intorefined-github:mainfrom
Conversation
jump-to-conversation-close-event - Restore feature on long issues
jump-to-conversation-close-event - Restore feature on long issuesjump-to-conversation-close-event - Restore on long issues
SunsetTechuila
commented
Jan 24, 2026
Member
Author
|
I'm going to force push this to clean-up the commit history |
b7eacd4 to
8ea1723
Compare
fregante
reviewed
Jan 28, 2026
fregante
reviewed
Jan 28, 2026
fregante
approved these changes
Jan 28, 2026
Member
fregante
left a comment
There was a problem hiding this comment.
Can be merged after the 2 changes
This comment was marked as outdated.
This comment was marked as outdated.
fregante
approved these changes
Feb 1, 2026
| />, | ||
| ); | ||
| for (const statusBadge of statusBadges) { | ||
| const maybeWrapper = statusBadge.parentElement!; |
Member
There was a problem hiding this comment.
Suggested change
| const maybeWrapper = statusBadge.parentElement!; | |
| const maybeWrapper = statusBadge.parentElement as HTMLAnchorElement |
! and as are both assertions, no need to use both
Member
Author
There was a problem hiding this comment.
We can't be sure that it is HTMLAnchorElement until we check the class
Member
Author
Member
There was a problem hiding this comment.
Yes but it doesn't really matter, we only use it as an anchor. I'm not a fan of (obj as T).prop inline assertions, same as https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-await-expression-member.md but for assertions
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

addresses #8296 (comment)
depends on #8891
Test URLs
#4166
Screenshot