feat: Added infinite loading to search page (#57)

* Fixed a bug where links on video pages were sometimes invalid.
* Technical: Use react-query for fetch requests and removed SWR.
* Technical: Splitted search page in seperate rendered pages.
  * This means no more .htaccess workarounds are necessary.
This commit is contained in:
Manuel S
2021-07-04 04:01:22 +02:00
committed by GitHub
parent b51894938a
commit 483d9d0771
18 changed files with 4064 additions and 2875 deletions
+3 -4
View File
@@ -18,8 +18,7 @@
"dotenv": "^8.2.0",
"esm": "^3.2.25",
"framer-motion": "^4.1.3",
"gatsby": "^3.3.0",
"gatsby-plugin-create-client-paths": "^3.3.0",
"gatsby": "^3.8.1",
"gatsby-plugin-fontawesome-css": "^1.1.0",
"gatsby-plugin-layout": "^2.3.0",
"gatsby-plugin-manifest": "^3.3.0",
@@ -30,14 +29,14 @@
"gatsby-source-animethemes": "file:plugins/gatsby-source-animethemes",
"gatsby-source-animethemes-db": "file:plugins/gatsby-source-animethemes-db",
"node-fetch": "^2.6.1",
"prismjs": "^1.23.0",
"prismjs": "^1.24.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-query": "^3.18.1",
"sass": "^1.32.8",
"styled-components": "^5.2.0",
"styled-system": "^5.1.5",
"swr": "^0.5.5",
"use-debounce": "^6.0.1",
"use-media": "^1.4.0"
},