zed/crates/git_ui
Dino 324edc1883
git_ui: Fix indent guide rendering in tree view with collapsed folders (#48194)
The indent guide computation was using visible list indices directly to
access entries, instead of mapping through `logical_indices` first. This
caused incorrect depths to be read from hidden entries when a folder was
collapsed, resulting in stray vertical lines extending to unrelated folders.

Closes #48189 

Release Notes:

- Fixed a visual bug in the Git Panel where collapsing a folder in tree
view would cause indent guide lines to incorrectly extend to unrelated
folders below it.
2026-02-02 16:54:41 +00:00
..
src git_ui: Fix indent guide rendering in tree view with collapsed folders (#48194) 2026-02-02 16:54:41 +00:00
Cargo.toml git_ui: Fix indent guide rendering in tree view with collapsed folders (#48194) 2026-02-02 16:54:41 +00:00
LICENSE-GPL Add placeholder git panel (#21894) 2024-12-11 22:13:52 -05:00