Checkpoint

This commit is contained in:
Antonio Scandurra 2023-10-19 23:00:19 +02:00
parent 0fbf84e6bc
commit dd7e1c505c
8 changed files with 207 additions and 191 deletions

View file

@ -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};