about summary refs log tree commit diff stats
path: root/src/videos/mod.rs (follow)
Commit message (Collapse)AuthorAge
* refactor(treewide): Combine the separate crates in one workspaceBenedikt Peetz2024-10-14
|
* feat(videos): Provide a consistent display for the `Video` structBenedikt Peetz2024-10-14
| | | | | Before, `Video`s where colourized differently, just because the colourization was not standardized. It now is.
* refactor(treewide): Conform to `cargo clippy`Benedikt Peetz2024-08-25
|
* feat(videos): Allow limiting the number of videos to showBenedikt Peetz2024-08-24
|
* feat(videos): InitBenedikt Peetz2024-08-23