5 Commits

Author SHA1 Message Date
Jens K.
929e453d85
ClockWidget (#10) 2024-12-05 17:25:09 +01:00
jk
b5f9147b45
Display for Clock<T> 2024-12-04 15:28:06 +01:00
Jens K.
cbb6a60ee9
StatefulWidgets (#7)
* trait EventHandler
* StatefulWidget: AppWidget, CountdownWidget
* StatefulWidget: TimerWidget
2024-12-03 11:23:43 +01:00
Jens K.
4f66ea86d4
Clock<T> (#6) 2024-12-02 17:54:47 +01:00
Jens K.
2f587c97b5
Event handling (#5)
- Refactor `event` handling (heavily inspired by [crates-tui](https://github.com/ratatui/crates-tui/) via [Tui with Terminal and EventHandler](https://ratatui.rs/recipes/apps/terminal-and-event-handler/))
- Refactor widget structure
- Disable `nixos-unstable` temporarily
- Add `.rustfmt.toml`
2024-12-02 15:43:04 +01:00