extract clock elements (#28)

Few tests. Extract `Style` to `common`.
This commit is contained in:
Jens K.
2024-12-28 12:32:27 +01:00
committed by GitHub
parent d56434f2de
commit 9bfe4e528b
13 changed files with 516 additions and 563 deletions

View File

@@ -1,7 +1,5 @@
use crate::{
app::Content,
constants::APP_NAME,
widgets::{clock::Style, pomodoro::Mode as PomodoroMode},
app::Content, common::Style, constants::APP_NAME, widgets::pomodoro::Mode as PomodoroMode,
};
use color_eyre::eyre::Result;
use serde::{Deserialize, Serialize};