aboutsummaryrefslogtreecommitdiff
path: root/components/watch
Commit message (Collapse)AuthorAgeFilesLines
* Added seeking buttons and fixed vercel error (#113)A i j a Z2024-01-147-161/+313
| | | | | | | | | | | * 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: Add PreviousEpisode and NextEpisode to media controls (#111)Artrix2024-01-102-1/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 * Update version to v4.4.0 in changelogs.tsx * Implement next and previous buttons to video controls * fix subtitle button bugs --------- Co-authored-by: Factiven <[email protected]>
* feat: Implement a way to review/rate anime (#108)Artrix2024-01-053-13/+56
| | | | | | | | | | | | | | | | | | | | | | | | | * 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-2419-1004/+1855
|
* Update pre-v4.3.0 - Merged Branch pre-push-prev4.3.0 to main (#98)pre-v4.3.0Factiven2023-11-181-1/+1
| | | | | * Update pre-v4.3.0 * Update aniAdvanceSearch.js
* Update v4.2.1v4.2.1Factiven2023-10-241-4/+8
|
* Update v4.2.0 (#93)v4.2.0Factiven2023-10-225-35/+107
|
* add playbackRateFactiven2023-10-172-0/+3
|
* Update v4.1.3v4.1.3Factiven2023-09-273-7/+23
|
* Update v4.1.2v4.1.2Factiven2023-09-263-6/+49
|
* Update v4.1.1Factiven2023-09-251-19/+39
|
* Update v4.1.0 (#79)v4.1.0Factiven2023-09-258-0/+1210
* Update v4.1.0 * Update pages/_app.js