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,11 +1,12 @@
use crate::{
args::Args,
common::Style,
constants::TICK_VALUE_MS,
events::{Event, EventHandler, Events},
storage::AppStorage,
terminal::Terminal,
widgets::{
clock::{self, Clock, ClockArgs, Style},
clock::{self, Clock, ClockArgs},
countdown::{Countdown, CountdownWidget},
footer::Footer,
header::Header,