From ed3d4ed050920472442b4ad42d8ee78d20115a67 Mon Sep 17 00:00:00 2001 From: ritzz26 Date: Fri, 8 Mar 2024 20:02:46 -0800 Subject: [PATCH 01/38] working extended list with correct css --- app/(interactive)/matches/[slug]/page.js | 4 ++ app/components/ExtendedList.js | 71 ++++++++++++++++++++++++ app/styles/ExtendedList.module.css | 0 app/styles/Match.module.css | 13 +++++ 4 files changed, 88 insertions(+) create mode 100644 app/components/ExtendedList.js create mode 100644 app/styles/ExtendedList.module.css diff --git a/app/(interactive)/matches/[slug]/page.js b/app/(interactive)/matches/[slug]/page.js index 0bfe295..7c0b826 100644 --- a/app/(interactive)/matches/[slug]/page.js +++ b/app/(interactive)/matches/[slug]/page.js @@ -10,6 +10,7 @@ import VideoPlayer from '../../../components/VideoPlayer'; import FilterList from '../../../components/FilterList'; import PointsList from '../../../components/PointsList'; import ScoreBoard from '../../../components/ScoreBoard'; +import ExtendedList from '../../../components/ExtendedList'; import { collection, getDocs } from 'firebase/firestore'; import { db } from '../../../services/initializeFirebase'; @@ -204,6 +205,9 @@ const MatchPage = () => { +
+ +


{matchData.pdfUrl &&