aboutsummaryrefslogtreecommitdiff
path: root/components/watch/primary
Commit message (Collapse)AuthorAgeFilesLines
* Added seeking buttons and fixed vercel error (#113)A i j a Z2024-01-141-4/+4
| | | | | | | | | | | * readded seek buttons and vercel support * Redesign player layout on mobile and fix seek button * Update changelogs and player buttons --------- Co-authored-by: Factiven <[email protected]>
* 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