-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
support the open-icon of folder #34168
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
base: main
Are you sure you want to change the base?
Conversation
I think we need to decouple the "basic theme" and "material theme" In history, the "material theme" ever used "basic theme" folder icons because the "parent directory icon" was hard-coded. But now, I think we have the chance to clearly define different icons. Only use material icons when the theme is material. |
According to your suggestion, I've newly submitted two commits. I'm not sure if they achieve the decoupling you mentioned. |
…eeEntry` to `FileEntry` to decouple it from `git.TreeEntry`. This change will allow integrating the file icons of the file tree on the diff page into the unified rendering logic without relying on `git.TreeEntry`.
…"folderIconHTMLByOpenStatus" to achieve a consistent style.
Please wait for " Mark parent directory as viewed when all files are viewed #33958 " to make the diff file tree right first |
No description provided.