aboutsummaryrefslogtreecommitdiff
path: root/components/watch/primary
Commit message (Collapse)AuthorAgeFilesLines
* feat: Implement a way to review/rate anime (#108)Artrix2024-01-051-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | | * Make details cover lead back to anime page * Make 'markProgress' use object instead of param list * Import Link * Implement Rate modal * Pass session into useAniList Co-authored-by: Factiven <[email protected]> * Reimplement using markComplete & add toast for failure * redefined ratemodal * fix: home page client error * update version --------- Co-authored-by: Factiven <[email protected]>
* migrate to typescriptFactiven2023-12-241-8/+49
|
* Update v4.2.1v4.2.1Factiven2023-10-241-4/+8
|
* Update v4.1.0 (#79)v4.1.0Factiven2023-09-251-0/+189
* Update v4.1.0 * Update pages/_app.js