aboutsummaryrefslogtreecommitdiff
path: root/pages/en/schedule
Commit message (Collapse)AuthorAgeFilesLines
* redesign: Redesign schedules page (#112)Artrix2024-01-131-24/+53
| | | | | | | | | | | | | | | * Remove trailing commas * Polish schedules page & Remove unneeded styles * Add scroll animations * Add scrolling animation to time view * Refactor schedule page layout and styling --------- Co-authored-by: Factiven <[email protected]>
* feat: Implement a way to review/rate anime (#108)Artrix2024-01-051-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | * 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-18/+17
|
* Update v4.1.0 (#79)v4.1.0Factiven2023-09-251-51/+14
| | | | | * Update v4.1.0 * Update pages/_app.js
* Update v4.0.4v4.0.4Factiven2023-09-211-1/+0
|
* Update v4 - Merge pre-push to main (#71)Factiven2023-09-131-0/+523
* Create build-test.yml * initial v4 commit * update: github workflow * update: push on branch * Update .github/ISSUE_TEMPLATE/bug_report.md * configuring next.config.js file