Checkpoint
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use std::marker::PhantomData;
|
||||
use std::sync::Arc;
|
||||
|
||||
use gpui3::{Interactive, MouseButton};
|
||||
use gpui3::{MouseButton, StatelesslyInteractive};
|
||||
|
||||
use crate::{h_stack, prelude::*};
|
||||
use crate::{theme, ClickHandler, Icon, IconColor, IconElement};
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
use std::marker::PhantomData;
|
||||
use std::sync::Arc;
|
||||
|
||||
use gpui3::{DefiniteLength, Hsla, Interactive, MouseButton, WindowContext};
|
||||
use gpui3::{DefiniteLength, Hsla, MouseButton, StatelesslyInteractive, WindowContext};
|
||||
|
||||
use crate::settings::user_settings;
|
||||
use crate::{h_stack, Icon, IconColor, IconElement, Label, LabelColor};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
pub use gpui3::{
|
||||
div, Active, Click, Element, Hover, IntoAnyElement, ParentElement, ScrollState, SharedString,
|
||||
Styled, ViewContext, WindowContext,
|
||||
div, Click, Element, Hover, IntoAnyElement, ParentElement, ScrollState, SharedString,
|
||||
StatefullyInteractivee, Styled, ViewContext, WindowContext,
|
||||
};
|
||||
|
||||
use crate::settings::user_settings;
|
||||
|
||||
Reference in New Issue
Block a user