aboutsummaryrefslogtreecommitdiffstats
path: root/app/Patch.hs
AgeCommit message (Collapse)Author
2024-03-14feat: add `review` commandLibravatar Alexander Foremny
Prototype of the `review` command, cf. `anissue review -h`. Also adds the `status` command.
2023-12-07chore: increase performance by caching everythingLibravatar Alexander Foremny
Initial cache generation is slower, as we are losing out on parallelism.
2023-12-05feat: add experimental render apiLibravatar Alexander Foremny
2023-12-03feat: color patchesLibravatar Alexander Foremny