Collect start date and reminder state

Already fetch the start date and reminder state for issues immediately
and have them available in the struct Task.
This commit is contained in:
Rahix 2026-03-05 20:39:26 +01:00
parent 7dc6eb305d
commit 64d28bb868
7 changed files with 148 additions and 43 deletions

1
Cargo.lock generated
View file

@ -217,6 +217,7 @@ dependencies = [
"anyhow",
"env_logger",
"forgejo-api",
"futures",
"jiff",
"log",
"serde",