Remove the nested Pane from the assistant
Since we don't want tabs, I think it would be better to render the toolbar for ourselves directly and handle switching between conversations. Co-Authored-By: Julia Risley <julia@zed.dev>
This commit is contained in:
parent
7a051a0dcb
commit
23bc11f8b3
9 changed files with 189 additions and 177 deletions
|
@ -153,6 +153,7 @@ pub fn init(cx: &mut AppContext) {
|
|||
);
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum Event {
|
||||
OpenedEntry {
|
||||
entry_id: ProjectEntryId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue