mirror of
https://github.com/AnimeThemes/animethemes-web.git
synced 2026-07-11 01:24:31 +02:00
feat: Added expandable theme view to anime summary card (#103)
* Added hover text to summary card titles. * Added event overview page. * Added "Events" and "My Profile" buttons to home page. * Moved event pages to new namespace. * "My Profile" button in navigation now collapses to icon on smaller viewports. * Sidebar container now switches to one column layout at a wider viewport. * Fixed switcher animation. * Replaced lodash with lodash-es for smaller bundle size. * Bumped some dependencies.
This commit is contained in:
+4
-4
@@ -19,12 +19,12 @@
|
||||
"@next/bundle-analyzer": "^12.0.3",
|
||||
"@reach/listbox": "^0.16.1",
|
||||
"common-tags": "^1.8.0",
|
||||
"framer-motion": "^5.4.3",
|
||||
"framer-motion": "^6.2.1",
|
||||
"graphql": "^15.6.1",
|
||||
"knex": "^0.95.11",
|
||||
"lodash": "^4.17.21",
|
||||
"lodash-es": "^4.17.21",
|
||||
"mysql2": "^2.3.3",
|
||||
"next": "^12.0.4",
|
||||
"next": "^12.0.8",
|
||||
"prismjs": "^1.25.0",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
@@ -37,6 +37,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "7.32.0",
|
||||
"eslint-config-next": "^12.0.3"
|
||||
"eslint-config-next": "^12.0.8"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user