temp
This commit is contained in:
parent
02a6a2e1a3
commit
f4c7b13397
4 changed files with 177 additions and 121 deletions
|
@ -10,9 +10,7 @@ pub use assets::*;
|
|||
use breadcrumbs::Breadcrumbs;
|
||||
use collections::VecDeque;
|
||||
use editor::{Editor, MultiBuffer};
|
||||
use feedback::{
|
||||
feedback_info_text::FeedbackInfoText, submit_feedback_button::SubmitFeedbackButton,
|
||||
};
|
||||
use feedback::submit_feedback_button::SubmitFeedbackButton;
|
||||
use gpui::{
|
||||
actions, point, px, AppContext, Context, FocusableView, PromptLevel, TitlebarOptions,
|
||||
ViewContext, VisualContext, WindowBounds, WindowKind, WindowOptions,
|
||||
|
@ -115,10 +113,7 @@ pub fn initialize_workspace(app_state: Arc<AppState>, cx: &mut AppContext) {
|
|||
// toolbar.add_item(project_search_bar, cx);
|
||||
let submit_feedback_button =
|
||||
cx.build_view(|_| SubmitFeedbackButton::new());
|
||||
// todo!(tool bar does not display or fire correctly right now, this is only stubbed in)
|
||||
toolbar.add_item(submit_feedback_button, cx);
|
||||
let feedback_info_text = cx.build_view(|_| FeedbackInfoText::new());
|
||||
toolbar.add_item(feedback_info_text, cx);
|
||||
// let lsp_log_item =
|
||||
// cx.add_view(|_| language_tools::LspLogToolbarItemView::new());
|
||||
// toolbar.add_item(lsp_log_item, cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue