In-app feedback WIP
This commit is contained in:
parent
3cffee4065
commit
318a0b7ed0
8 changed files with 366 additions and 53 deletions
|
@ -1,4 +1,4 @@
|
|||
mod feedback;
|
||||
pub mod feedback_popover;
|
||||
pub mod languages;
|
||||
pub mod menus;
|
||||
pub mod system_specs;
|
||||
|
@ -369,7 +369,7 @@ pub fn initialize_workspace(
|
|||
let activity_indicator =
|
||||
activity_indicator::ActivityIndicator::new(workspace, app_state.languages.clone(), cx);
|
||||
let cursor_position = cx.add_view(|_| editor::items::CursorPosition::new());
|
||||
let feedback_link = cx.add_view(|_| feedback::FeedbackLink);
|
||||
let feedback_link = cx.add_view(|_| feedback_popover::FeedbackButton::new());
|
||||
workspace.status_bar().update(cx, |status_bar, cx| {
|
||||
status_bar.add_left_item(diagnostic_summary, cx);
|
||||
status_bar.add_left_item(activity_indicator, cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue