Skip to content

Fix black-square video bug and integrate video player into parallax l…#144

Open
alexwelcing wants to merge 1 commit intomainfrom
claude/fix-video-display-NHzRy
Open

Fix black-square video bug and integrate video player into parallax l…#144
alexwelcing wants to merge 1 commit intomainfrom
claude/fix-video-display-NHzRy

Conversation

@alexwelcing
Copy link
Copy Markdown
Owner

…ayout

  • DeskSurface: add onError handler to MediaVideo that hides the entire media item when its Supabase-hosted video URL fails to load, eliminating the broken black-square overlay on the article page

  • [slug].tsx: remove the misplaced YouTube iframe from Depth 0 (top of article); add a full-bleed Depth 3 "Wonderland" video section at the back of the parallax layout with styled VideoSection/VideoFrame/VideoLabel components matching the gold+cyan brutalist aesthetic

  • [slug].tsx: auto-discover local video files at build time — getStaticProps now checks for public/images/article-videos/{slug}.mp4 and passes localVideoPath as a prop; the Depth 3 player renders a native

https://claude.ai/code/session_01ABxLXwbjHdsrH61j2btcAK

…ayout

- DeskSurface: add onError handler to MediaVideo that hides the entire
  media item when its Supabase-hosted video URL fails to load, eliminating
  the broken black-square overlay on the article page

- [slug].tsx: remove the misplaced YouTube iframe from Depth 0 (top of
  article); add a full-bleed Depth 3 "Wonderland" video section at the
  back of the parallax layout with styled VideoSection/VideoFrame/VideoLabel
  components matching the gold+cyan brutalist aesthetic

- [slug].tsx: auto-discover local video files at build time — getStaticProps
  now checks for public/images/article-videos/{slug}.mp4 and passes
  localVideoPath as a prop; the Depth 3 player renders a native <video>
  for local files or a YouTube <iframe> for videoURL frontmatter values

https://claude.ai/code/session_01ABxLXwbjHdsrH61j2btcAK
@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
next-docs-search Ready Ready Preview, Comment Feb 18, 2026 2:44am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants