diff --git a/bun.lockb b/bun.lockb new file mode 100644 index 0000000..dcd353c Binary files /dev/null and b/bun.lockb differ diff --git a/package-lock.json b/package-lock.json index 111ee01..0815d65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,12 +13,13 @@ "@headlessui/react": "^1.7.17", "@next/bundle-analyzer": "^14.1.0", "@nextui-org/react": "^2.2.10", - "@vidstack/react": "^1.10.9", + "@vidstack/react": "^1.11.17", "axios": "^1.6.5", + "disqus-react": "^1.1.5", "framer-motion": "^10.18.0", - "hls.js": "^1.5.6", + "hls.js": "^1.5.7", "ioredis": "^5.3.2", - "media-icons": "^0.10.0", + "media-icons": "^1.1.4", "mongoose": "^8.1.1", "next": "^14.1.0", "next-auth": "^4.24.6", @@ -5114,9 +5115,9 @@ "dev": true }, "node_modules/@vidstack/react": { - "version": "1.10.9", - "resolved": "https://registry.npmjs.org/@vidstack/react/-/react-1.10.9.tgz", - "integrity": "sha512-xMRhk8T2V/ULmDylYm2+a6F6zDAjXG2lHIUL/oRbERXDV/Ou+ZE+QDxcBFu2aIQ2rQriCyhh3pNpST8f9ePWVw==", + "version": "1.11.17", + "resolved": "https://registry.npmjs.org/@vidstack/react/-/react-1.11.17.tgz", + "integrity": "sha512-9CXM6PKQ7RoyE6i0itfUfvMwRvc3N6Wyofqwige+LCFp78D2SfwQDU2fmgalzfsLVuq72fxcj8x3MCjcPNqGHw==", "dependencies": { "media-captions": "^1.0.1" }, @@ -6227,6 +6228,15 @@ "node": ">=8" } }, + "node_modules/disqus-react": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/disqus-react/-/disqus-react-1.1.5.tgz", + "integrity": "sha512-9fdG5m6c3wJzlCDLaMheuUagMVj3s5qgUSXdekpCsvzYOKG21AiuOoqyDzA0oXrpPnYzgpnsvPYqZ+i0hJPGZw==", + "peerDependencies": { + "react": "^15.6.1 || ^16.0.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^15.6.1 || ^16.0.0 || ^17.0.0 || ^18.0.0" + } + }, "node_modules/dlv": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", @@ -7457,9 +7467,9 @@ } }, "node_modules/hls.js": { - "version": "1.5.6", - "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.5.6.tgz", - "integrity": "sha512-rmlaIEfLuSwqRtYLeTk30ebYli5qNK2urdkEcqYoBezRpV+MFHhZnMX77lHWW+EMjNlwr2sx2apfqq54E3yXnA==" + "version": "1.5.7", + "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.5.7.tgz", + "integrity": "sha512-Hnyf7ojTBtXHeOW1/t6wCBJSiK1WpoKF9yg7juxldDx8u3iswrkPt2wbOA/1NiwU4j27DSIVoIEJRAhcdMef/A==" }, "node_modules/html-escaper": { "version": "2.0.2", @@ -8367,9 +8377,9 @@ } }, "node_modules/media-icons": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/media-icons/-/media-icons-0.10.0.tgz", - "integrity": "sha512-M9loX7KUWsID3T8pRSN6/+MNKPEm9dNteqJk7yfo9ZaAIEYzEd07jWTVRlRmgVMKoAh1kY7funD6Qe1prrTJMQ==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/media-icons/-/media-icons-1.1.4.tgz", + "integrity": "sha512-dXdIh7kQ2Mx50tIe01mWlklNxmBemchVncn1Z7T53CcJymeRVls42BBKOkgee4nNnc6VWOM1Es1Cj25YexSU/g==", "engines": { "node": ">=16" } diff --git a/package.json b/package.json index fa5df37..cfdb789 100644 --- a/package.json +++ b/package.json @@ -14,13 +14,13 @@ "@headlessui/react": "^1.7.17", "@next/bundle-analyzer": "^14.1.0", "@nextui-org/react": "^2.2.10", - "@vidstack/react": "^1.10.9", + "@vidstack/react": "^1.11.17", "axios": "^1.6.5", "disqus-react": "^1.1.5", "framer-motion": "^10.18.0", - "hls.js": "^1.5.6", + "hls.js": "^1.5.7", "ioredis": "^5.3.2", - "media-icons": "^0.10.0", + "media-icons": "^1.1.4", "mongoose": "^8.1.1", "next": "^14.1.0", "next-auth": "^4.24.6", diff --git a/src/app/anime/watch/[[...watchid]]/page.js b/src/app/anime/watch/[[...watchid]]/page.js index 13fb214..1b1a605 100644 --- a/src/app/anime/watch/[[...watchid]]/page.js +++ b/src/app/anime/watch/[[...watchid]]/page.js @@ -6,7 +6,6 @@ import Navbarcomponent from "@/components/navbar/Navbar"; import PlayerComponent from "@/components/videoplayer/PlayerComponent"; import Animecards from "@/components/CardComponent/Animecards"; import { createWatchEp, getEpisode } from "@/lib/EpHistoryfunctions"; -import DisqusComments from "@/components/comments/DisqusComments"; import { WatchPageInfo } from "@/lib/AnilistUser"; import { getAuthSession } from "../../../api/auth/[...nextauth]/route"; import { redis } from '@/lib/rediscache'; @@ -93,17 +92,6 @@ async function AnimeWatch({ params, searchParams }) { {data?.status === 'RELEASING' && } -
- -
{/*
diff --git a/src/app/globals.css b/src/app/globals.css index 9e1c3f9..293cee5 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -2,16 +2,15 @@ @tailwind components; @tailwind utilities; -/* @font-face { +@font-face { font-family: "28 Days Later"; src: url('../static-fonts/28 Days Later.ttf'); } -.aniplay{ +.Airin{ font-family: "28 Days Later"; -} */ +} -#disqus_thread { color-scheme: none; } /* html { scroll-behavior: smooth !important; diff --git a/src/components/Footer.js b/src/components/Footer.js index a9da0e9..33b120e 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -43,16 +43,12 @@ function Footer() {