mirror of
https://github.com/AnimeThemes/animethemes-web.git
synced 2026-07-11 01:24:31 +02:00
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:
+1
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user