git_ui: Update git panel commit editor, start on quick commit

- Fixes commit editor issues & updates style
- Starts on quick commit (not hooked up to anything)
- Updates some panel styles
- Adds SwitchWithLabel
- 
Release Notes:

- N/A
This commit is contained in:
Nate Butler
2025-02-10 15:52:09 +00:00
committed by GitHub
parent 69d415c8d0
commit de8d4d00ce
10 changed files with 586 additions and 120 deletions
+2
View File
@@ -9,12 +9,14 @@ pub mod branch_picker;
pub mod git_panel;
mod git_panel_settings;
pub mod project_diff;
// mod quick_commit;
pub mod repository_selector;
pub fn init(cx: &mut App) {
GitPanelSettings::register(cx);
branch_picker::init(cx);
cx.observe_new(ProjectDiff::register).detach();
// quick_commit::init(cx);
}
// TODO: Add updated status colors to theme