Update Copilot UI (#3904)
Updates Zed2 Copilot UI - Introduces the `Headline` component for rendering large text - Styles the 3 Copilot prompt states   Release Notes: - Updated the connect Copilot modal UI.
This commit is contained in:
commit
1bf7afd839
13 changed files with 279 additions and 229 deletions
|
@ -120,8 +120,7 @@ pub fn initialize_workspace(app_state: Arc<AppState>, cx: &mut AppContext) {
|
|||
// cx.add_view(|cx| CollabTitlebarItem::new(workspace, &workspace_handle, cx));
|
||||
// workspace.set_titlebar_item(collab_titlebar_item.into_any(), cx);
|
||||
|
||||
let copilot =
|
||||
cx.new_view(|cx| copilot_button::CopilotButton::new(app_state.fs.clone(), cx));
|
||||
let copilot = cx.new_view(|cx| copilot_ui::CopilotButton::new(app_state.fs.clone(), cx));
|
||||
let diagnostic_summary =
|
||||
cx.new_view(|cx| diagnostics::items::DiagnosticIndicator::new(workspace, cx));
|
||||
let activity_indicator =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue