diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d798f85..48dc6bd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,10 +22,12 @@ jobs: uses: pnpm/action-setup@v2 with: version: 8 - run_install: false - name: Install dependencies - run: pnpm install --frozen-lockfile --prod false + run: | + pnpm add -D next@15.2.4 react@^18.3.1 react-dom@^18.3.1 + pnpm add -D eslint + pnpm install --frozen-lockfile=false - name: Run ESLint run: pnpm run lint \ No newline at end of file diff --git a/app/dashboard/creators/page.tsx b/app/dashboard/creators/page.tsx index 39d776d..ee3a9b6 100644 --- a/app/dashboard/creators/page.tsx +++ b/app/dashboard/creators/page.tsx @@ -134,7 +134,6 @@ export default function CreatorsPage() { } catch (error) { console.error("β Error in fetchData:", error) - setError('There was an error loading your YouTube data. Showing sample data instead.') setStats(mockCreatorStats as { primaryYear: DashboardStats; comparisonYear?: DashboardStats }) } finally { setIsLoading(false) diff --git a/app/dashboard/page.tsx b/app/dashboard/page.tsx index d871212..cff78d9 100644 --- a/app/dashboard/page.tsx +++ b/app/dashboard/page.tsx @@ -67,7 +67,7 @@ const mockStats = { title: "These new computers are getting creepyβ¦ Copilot+ PC first look", channel: "Fireship", count: 12, - videoId: "" + videoId: "hlwcZpEx2IY" }, { title: "iPhone 16/16 Pro Review: Times Have Changed!", @@ -437,8 +437,8 @@ export default function DashboardPage() {
Psst! Before you dive in... π¬
+You'll need your YouTube watch history to get your Wrapped! Don't worry, it's super easy - just follow our quick guide to get your data.
+- Some steps to get us going... + Get your personalized YouTube Wrapped in just 3 simple steps
Get your YouTube watch history from Google Takeout. (It's sooo easy, kinda!)
-1. Wait for Google to prepare your data (this may take a few minutes to several hours - i worry for you if it takes hours π)
+1. Wait for Google to prepare your data (this may take a few minutes to several hours - we really worry for you if it takes hours π)
2. You'll receive an email when your data is ready and you should be good to go!!