ZIm/crates/git_ui/src
Angelk90 17323ed7b2
Show git items in the panel only when in a git repository (#24865)
| Before | After | After2 |
| - | - | - |
| <img width="368" alt="Screenshot 2025-02-14 alle 13 45 41"
src="https://github.com/user-attachments/assets/9ed6f233-c7e3-45b4-b2cd-605b6f785cbe"
/> | <img width="367" alt="Screenshot 2025-02-14 alle 14 25 24"
src="https://github.com/user-attachments/assets/808da265-dd1d-4679-9b62-a4def459fc8f"
/> | <img width="371" alt="Screenshot 2025-02-14 alle 14 25 38"
src="https://github.com/user-attachments/assets/09d0e27e-1e58-43b4-9a35-eb14c0d14961"
/> |

Release Notes:

- If it is not a git repository it shows nothing.
- Fix stage and unstage title in context_menu
2025-02-21 12:11:17 -07:00
..
branch_picker.rs Add an undo button to the git panel (#24593) 2025-02-12 15:57:08 -07:00
commit_modal.rs Fix UI font size changes not applying (#25307) 2025-02-21 06:24:02 -03:00
git_panel.rs Show git items in the panel only when in a git repository (#24865) 2025-02-21 12:11:17 -07:00
git_panel_settings.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
git_ui.rs New commit review flow in project diff view (#25229) 2025-02-21 06:52:34 +00:00
project_diff.rs New commit review flow in project diff view (#25229) 2025-02-21 06:52:34 +00:00
quick_commit.rs New commit review flow in project diff view (#25229) 2025-02-21 06:52:34 +00:00
repository_selector.rs cx.background_executor().spawn(...) -> cx.background_spawn(...) (#25103) 2025-02-18 20:30:33 +00:00