Remove semantic search UI
This commit is contained in:
parent
21fa6090b8
commit
c0f042b39a
8 changed files with 89 additions and 307 deletions
|
@ -286,10 +286,6 @@ impl Pane {
|
|||
context_menu.update(cx, |menu, _| {
|
||||
menu.set_position_mode(OverlayPositionMode::Local)
|
||||
});
|
||||
let theme = theme::current(cx).workspace.tab_bar.clone();
|
||||
|
||||
let nav_button_height = theme.height;
|
||||
let button_style = theme.nav_button;
|
||||
|
||||
Self {
|
||||
items: Vec::new(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue