From 8d319bca14ea96ac02fbcac4713d9eb22cfcfce0 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Sat, 30 Aug 2025 20:44:08 +0000 Subject: [PATCH] Add search bar to video streaming pages Replace custom header components with a reusable SearchHeader component on the FolxStadlPage and VideoPage, integrating search functionality. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 074b0e4c-6171-43bd-aa98-f9e04623ca14 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/074b0e4c-6171-43bd-aa98-f9e04623ca14/izllXJt --- client/src/pages/FolxStadlPage.tsx | 68 +++--------------------------- client/src/pages/VideoPage.tsx | 48 +++------------------ 2 files changed, 12 insertions(+), 104 deletions(-) diff --git a/client/src/pages/FolxStadlPage.tsx b/client/src/pages/FolxStadlPage.tsx index ff00236..c24146f 100644 --- a/client/src/pages/FolxStadlPage.tsx +++ b/client/src/pages/FolxStadlPage.tsx @@ -6,6 +6,7 @@ import BunnyVideoModal from '@/components/bunny-video-modal'; import { Button } from '@/components/ui/button'; import { useState } from 'react'; import type { Video } from '@shared/schema'; +import SearchHeader from '@/components/search-header'; export default function FolxStadlPage() { const [selectedVideo, setSelectedVideo] = useState