refactor ui (#17)

* wip: redesign sidebar

* wip: adjust dpi

* update

* update

* refactor modal

* fix modal
This commit is contained in:
reya
2025-04-18 13:43:07 +07:00
committed by GitHub
parent 5c5748a80c
commit a30f2dcc8a
58 changed files with 899 additions and 1167 deletions

View File

@@ -16,7 +16,7 @@ pub struct Indicator {
impl Indicator {
pub fn new() -> Self {
Self {
size: Size::Medium,
size: Size::Small,
speed: Duration::from_secs_f64(0.8),
icon: Icon::new(IconName::Loader),
color: None,