Initial git panel refinements (#21912)
- Wire up settings - Update static Panel impl - Tidy up renders Release Notes: - N/A
This commit is contained in:
parent
02fbad18ce
commit
8e0ae441f3
8 changed files with 157 additions and 21 deletions
|
@ -1 +1,10 @@
|
|||
use ::settings::Settings;
|
||||
use gpui::AppContext;
|
||||
use settings::GitPanelSettings;
|
||||
|
||||
pub mod git_panel;
|
||||
mod settings;
|
||||
|
||||
pub fn init(cx: &mut AppContext) {
|
||||
GitPanelSettings::register(cx);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue