feat: Added local playlist, watch history and profile page (#97)

* Improved alt text and titles for cover images.
* Improved summary card images by having a fallback image on load errors.
* Fixed sidebar links not working on anime page.
* Fixed current season always being the latest instead of the actual current one (it also no longer requires an API request).
* Fixed some links needing a double tab to work on iOS devices.
* Fixed maximizing mini player always navigating to base theme instead of correct entry.
* Fixed links on index pages taking up the full width.
* Updated Framer Motion to version 5 release.
* Removed PWA functionality.
* Removed LazyMotion, because we now need the full Framer Motion kit.
* Removed global transition CSS declarations.
This commit is contained in:
Manuel S
2021-12-28 06:40:04 +01:00
parent dce43e3bcc
commit 12d843c32f
27 changed files with 780 additions and 5438 deletions
+1 -2
View File
@@ -18,13 +18,12 @@
"@next/bundle-analyzer": "^12.0.3",
"@reach/listbox": "^0.16.1",
"common-tags": "^1.8.0",
"framer-motion": "^4.1.17",
"framer-motion": "^5.4.3",
"graphql": "^15.6.1",
"knex": "^0.95.11",
"lodash": "^4.17.21",
"mysql2": "^2.3.3",
"next": "^12.0.4",
"next-pwa": "^5.4.1",
"prismjs": "^1.25.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",