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

VCS(git/other): Don't mark the whole path to a modified fiel in the side panel tree. #18470

Open
1 task done
Dragomir-Ivanov opened this issue Sep 28, 2024 · 0 comments
Open
1 task done
Labels
admin read Pending admin review enhancement [core label] triage Maintainer needs to classify the issue

Comments

@Dragomir-Ivanov
Copy link

Check for existing issues

  • Completed

Describe the feature

If you have modified a single file in a deep tree, all parent nodes of this tree will become marked as changed (orange color in the official theme). This clutters the tree view, and makes to seem that the change is big, where it is not.

My proposal is to highlight only the most deep tree node path that is not expanded on the tree.
Example:
File changed: a/b/c/d.js

If the whole path to d.js is opened, highlight only d.js. If path c/ is collapsed, highlight only c/, and don't highlight the parent dirs: a/ and b/.

If applicable, add mockups / screenshots to help present your vision of the feature

No response

@Dragomir-Ivanov Dragomir-Ivanov added admin read Pending admin review enhancement [core label] triage Maintainer needs to classify the issue labels Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin read Pending admin review enhancement [core label] triage Maintainer needs to classify the issue
Projects
None yet
Development

No branches or pull requests

1 participant