ZIm/crates/git_ui/src
Joseph T. Lyons 8c4da9fba0
Disable Git panel button to open commit editor in certain cases (#26000)
Also:

- Internally renames a bit of code to make it easy to identify between
when we are disabling the buttons that open and close the modal editor
(in Git Panel and Project Diff) vs when we are disabling the commit
buttons (in Git Panel and Git commit editor modal).
- Deletes some unused code.

Release Notes:

- Unified disabling / enabling the button to open the Git commit editor
modal in the Git panel with the Project Diff commit button.
- Unified disabling / enabling the commit buttons, for the same cases,
between the Git panel and Git commit editor modal.
2025-03-04 05:35:18 +00:00
..
branch_picker.rs Move PopoverButton into ui (#25724) 2025-02-27 02:51:19 +00:00
commit_modal.rs Disable Git panel button to open commit editor in certain cases (#26000) 2025-03-04 05:35:18 +00:00
git_panel.rs Disable Git panel button to open commit editor in certain cases (#26000) 2025-03-04 05:35:18 +00:00
git_panel_settings.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
git_ui.rs Add user-visible output for remote operations (#25849) 2025-03-03 09:20:15 +00:00
picker_prompt.rs Add user-visible output for remote operations (#25849) 2025-03-03 09:20:15 +00:00
project_diff.rs Disable Git panel button to open commit editor in certain cases (#26000) 2025-03-04 05:35:18 +00:00
remote_output_toast.rs Git Beta: Fix a few cases of empty toasts showing up (#25985) 2025-03-04 02:16:50 +00:00
repository_selector.rs Follow-up tweaks to new git panel footer (#25832) 2025-02-28 19:05:43 -05:00