mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-17 15:53:13 +00:00
Merge branch 'feedback-modal-ui' of https://github.com/zed-industries/zed into feedback-modal-ui
This commit is contained in:
commit
5c3b8a1af1
1 changed files with 1 additions and 24 deletions
|
@ -48,30 +48,7 @@ impl Render for StatusBar {
|
||||||
.h_8()
|
.h_8()
|
||||||
.bg(cx.theme().colors().status_bar_background)
|
.bg(cx.theme().colors().status_bar_background)
|
||||||
.child(h_stack().gap_1().child(self.render_left_tools(cx)))
|
.child(h_stack().gap_1().child(self.render_left_tools(cx)))
|
||||||
.child(
|
.child(h_stack().gap_4().child(self.render_right_tools(cx)))
|
||||||
h_stack()
|
|
||||||
.gap_4()
|
|
||||||
.child(
|
|
||||||
h_stack().gap_1().child(
|
|
||||||
// Feedback Tool
|
|
||||||
div()
|
|
||||||
.border()
|
|
||||||
.border_color(gpui::red())
|
|
||||||
.child(IconButton::new("status-feedback", Icon::Envelope)),
|
|
||||||
),
|
|
||||||
)
|
|
||||||
.child(
|
|
||||||
// Right Dock
|
|
||||||
h_stack().gap_1().child(
|
|
||||||
// Terminal
|
|
||||||
div()
|
|
||||||
.border()
|
|
||||||
.border_color(gpui::red())
|
|
||||||
.child(IconButton::new("status-chat", Icon::MessageBubbles)),
|
|
||||||
),
|
|
||||||
)
|
|
||||||
.child(self.render_right_tools(cx)),
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue