Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update all `examples` to Rust 2024 | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | Rename `on_link_clicked` to `on_link_click` | 2025-02-04 | 1 | -1/+1 | |
| | |||||
* | Fix documentation of `markdown` and `rich_text` | 2025-02-04 | 1 | -4/+4 | |
| | |||||
* | Draft `Viewer` trait for `markdown` | 2025-02-04 | 1 | -15/+11 | |
| | |||||
* | Implement AI `gallery` example :tada: | 2025-01-27 | 1 | -2/+1 | |
| | | | | It displays the most popular daily images of Civitai! | ||||
* | Dismiss `large-enum-variant` lint | 2024-10-22 | 1 | -0/+3 | |
| | |||||
* | Fix unnecessary `to_string` call in `changelog` tool | 2024-09-18 | 1 | -4/+1 | |
| | |||||
* | Fix deserialization of `PullRequest` with empty body in `changelog` tool | 2024-09-18 | 2 | -4/+9 | |
| | |||||
* | Fix `Changed` entries considered as `Added` in `changelog` tool | 2024-09-18 | 1 | -2/+2 | |
| | |||||
* | Fix `Changelog::parse` when multiple `#` present in entry | 2024-09-18 | 1 | -1/+1 | |
| | |||||
* | Fix duplicated contributions in `changelog` tool | 2024-09-18 | 1 | -3/+9 | |
| | |||||
* | Add `tracing-subscriber` to `changelog` tool | 2024-09-18 | 2 | -0/+3 | |
| | |||||
* | Save `CHANGELOG.md` after each review in `changelog` tool | 2024-09-18 | 3 | -66/+99 | |
| | |||||
* | Implement a `changelog-generator` tool and example | 2024-09-17 | 5 | -0/+755 | |