fix: file-found Badge vertical - #273098
Open
ohah wants to merge 4 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR fixes a vertical alignment issue with the file-found badge in the Explorer view by applying a small upward translation. The fix addresses issue #235159 while being careful not to reintroduce regression #273052.
Key Changes:
- Applied a specific vertical translation to the count badge when displayed in collapsed folder rows in the Explorer view
Contributor
📬 CODENOTIFYThe following users are being notified based on files changed in this PR: @bpaseroMatched files:
|
benibenj
reviewed
Oct 24, 2025
benibenj
enabled auto-merge (squash)
October 27, 2025 09:09
benibenj
previously approved these changes
Oct 27, 2025
Tyriar
previously requested changes
Oct 27, 2025
dmitrivMS
marked this pull request as draft
July 29, 2026 07:38
auto-merge was automatically disabled
July 29, 2026 07:38
Pull request was converted to draft
dmitrivMS
marked this pull request as ready for review
July 29, 2026 07:47
dmitrivMS
enabled auto-merge (squash)
July 29, 2026 07:47
dmitrivMS
approved these changes
Jul 29, 2026
Contributor
Author
|
@dmitrivMS thx |
alexr00
disabled auto-merge
July 29, 2026 08:47
alexr00
approved these changes
Jul 29, 2026
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.
Fixed #235159
This caused a regression in #273052, so I've fixed the specific line to avoid side effects.
Fixes #235159
Addresses #273052
FIXED ScreenShot