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:
Manuel S
2022-01-23 02:54:24 +01:00
committed by GitHub
parent 0a4a654586
commit b136b3881f
24 changed files with 1084 additions and 3269 deletions
+4 -4
View File
@@ -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"
}
}