From 327582adef99bed77a08ab724894241a1b790431 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Sat, 30 Aug 2025 21:04:22 +0000 Subject: [PATCH] Adjust layout for improved visual presentation across pages Remove unused search header imports and change header positioning to static on multiple pages. 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/Z1wmn8z --- client/src/pages/FolxStadlPage.tsx | 3 +-- client/src/pages/VideoPage.tsx | 3 +-- client/src/pages/home.tsx | 3 +-- client/src/pages/not-found.tsx | 2 +- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/client/src/pages/FolxStadlPage.tsx b/client/src/pages/FolxStadlPage.tsx index 30966ba..a3e6771 100644 --- a/client/src/pages/FolxStadlPage.tsx +++ b/client/src/pages/FolxStadlPage.tsx @@ -6,7 +6,6 @@ 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'; import { Input } from '@/components/ui/input'; import { Search } from 'lucide-react'; @@ -58,7 +57,7 @@ export default function FolxStadlPage() { return (
{/* Header */} -
+
{/* Left side - Logo */} diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx index 90afe62..9fd9e7e 100644 --- a/client/src/pages/VideoPage.tsx +++ b/client/src/pages/VideoPage.tsx @@ -32,7 +32,6 @@ const formatDate = (date: Date | string): string => { }; import { Button } from "@/components/ui/button"; import { Share2, X, Edit3, Menu, Search, ChevronLeft, ChevronRight } from "lucide-react"; -import SearchHeader from "@/components/search-header"; import { Input } from "@/components/ui/input"; import { Link } from "wouter"; import { apiRequest } from "@/lib/queryClient"; @@ -204,7 +203,7 @@ export default function VideoPage() { return (
{/* Header */} -
+
{/* Left side - Logo */} diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 6e51d21..d39cabd 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -1,7 +1,6 @@ import { useState, useEffect } from "react"; import { useQuery } from "@tanstack/react-query"; import { type Video } from "@shared/schema"; -import SearchHeader from "@/components/search-header"; import VideoGrid from "@/components/video-grid"; import { Link } from "wouter"; import { Input } from "@/components/ui/input"; @@ -76,7 +75,7 @@ export default function Home() { return (
{/* Header */} -
+
{/* Left side - Logo */} diff --git a/client/src/pages/not-found.tsx b/client/src/pages/not-found.tsx index 601f435..2a3a721 100644 --- a/client/src/pages/not-found.tsx +++ b/client/src/pages/not-found.tsx @@ -7,7 +7,7 @@ export default function NotFound() { return (
{/* Header - same as other pages */} -
+
{/* Triangle decorations in header */}