Render diagnostics header and summary
This commit is contained in:
parent
24c9bbf461
commit
62297a56c8
2 changed files with 31 additions and 100 deletions
|
@ -1,9 +1,6 @@
|
|||
use crate::{ProjectDiagnosticsEditor, ToggleWarnings};
|
||||
use gpui::{
|
||||
div, Action, CursorStyle, Div, Entity, EventEmitter, MouseButton, ParentComponent, Render,
|
||||
View, ViewContext, VisualContext, WeakView,
|
||||
};
|
||||
use ui::{Icon, IconButton, Label, StyledExt, Tooltip};
|
||||
use crate::ProjectDiagnosticsEditor;
|
||||
use gpui::{div, Div, EventEmitter, ParentComponent, Render, ViewContext, WeakView};
|
||||
use ui::{Icon, IconButton, Tooltip};
|
||||
use workspace::{item::ItemHandle, ToolbarItemEvent, ToolbarItemLocation, ToolbarItemView};
|
||||
|
||||
pub struct ToolbarControls {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue