Remove semantic search UI

This commit is contained in:
Mikayla 2023-08-17 17:25:50 -07:00
parent 21fa6090b8
commit c0f042b39a
No known key found for this signature in database
8 changed files with 89 additions and 307 deletions

View file

@ -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(),