Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new `async ||` closure syntax :tada: | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | Update all `examples` to Rust 2024 | 2025-02-21 | 3 | -5/+5 | |
| | |||||
* | Replace `with` function with `Function` trait | 2025-02-11 | 1 | -3/+3 | |
| | |||||
* | Introduce `with` helper and use `sipper` in `gallery` example | 2025-02-11 | 3 | -58/+79 | |
| | |||||
* | Introduce `Task::map_with` | 2025-02-11 | 1 | -10/+8 | |
| | |||||
* | Increase blurhash fade in duration and adjust easing in `gallery` example | 2025-02-09 | 1 | -2/+5 | |
| | |||||
* | Create explicit `Thumbnail` struct in `gallery` example | 2025-02-09 | 1 | -45/+45 | |
| | |||||
* | Simplify `gallery` example a bit | 2025-02-09 | 2 | -104/+103 | |
| | |||||
* | Use `to_owned` instead of `to_string` in `gallery` example | 2025-02-09 | 1 | -1/+1 | |
| | |||||
* | Implement `From<u32>` instead of `u16` for `Length` and `Pixels` | 2025-02-09 | 2 | -7/+4 | |
| | |||||
* | Add blurhash to gallery | 2025-02-06 | 3 | -38/+184 | |
| | |||||
* | Add `on_resize` handler to `pop` widget :tada: | 2025-02-02 | 1 | -1/+1 | |
| | |||||
* | Display grid placeholder when loading `gallery` example | 2025-01-28 | 2 | -6/+23 | |
| | |||||
* | Rename `Animation::in_progress` to `is_animating` | 2025-01-28 | 1 | -26/+29 | |
| | |||||
* | Remove unnecessary `endpoint` function in `gallery` example | 2025-01-27 | 1 | -7/+1 | |
| | |||||
* | Change `period` to `Week` in `gallery` example | 2025-01-27 | 1 | -1/+1 | |
| | |||||
* | Implement AI `gallery` example :tada: | 2025-01-27 | 3 | -0/+479 | |
It displays the most popular daily images of Civitai! |