Jens Krause
|
f79813ac6b
|
feat(event) Add widget (#117)
* skeleton
* make `Event` widget work
|
2025-10-05 21:05:14 +02:00 |
|
Jens Krause
|
901cf69472
|
feat(screen): LocalTime (#90)
|
2025-08-30 21:48:56 +02:00 |
|
Jens Krause
|
6d2bf5ac09
|
Edit countdown by local time (#49)
|
2025-01-13 18:44:56 +01:00 |
|
Jens K.
|
9bfe4e528b
|
extract clock elements (#28)
Few tests. Extract `Style` to `common`.
|
2024-12-28 12:32:27 +01:00 |
|
Jens K.
|
ca81094a36
|
fix edits (#26)
incl. editing `deciseconds` + more tests
|
2024-12-26 20:03:22 +01:00 |
|
Jens K.
|
ae1a48e5e8
|
Progressbar (#25)
* Progressbar
* header
* label
* border
|
2024-12-25 12:21:36 +01:00 |
|
Jens K.
|
d86f8905f2
|
Cleanup (#23)
* simplify footer
* improve: &T vs. &mut T
* remove header
* adjust table space
* update README
|
2024-12-23 14:24:15 +01:00 |
|
jk
|
04d3dced63
|
src/clock.rs -> src/widgets/clock.rs
|
2024-12-06 15:24:23 +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 |
|