From 3714cb7367d43e0ddf681283e5ad2c1712b59a44 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Thu, 4 Sep 2025 14:30:03 +0000 Subject: [PATCH] Update branding to use a new vibrant red color scheme Apply the new primary red color #da234d across various UI components, including buttons, loaders, logos, and progress bars, to refresh the platform's visual identity. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 946a0075-7e32-454b-b348-9e7f576d7f45 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/60d372ff-2c10-46c7-b01b-10c3435136b0/946a0075-7e32-454b-b348-9e7f576d7f45/C6hzfGb --- client/src/components/CookieConsent.tsx | 6 +++--- client/src/components/loading-spinner.tsx | 2 +- client/src/components/netflix-grid.tsx | 6 +++--- client/src/components/search-header.tsx | 2 +- client/src/components/thumbnail-generator.tsx | 2 +- client/src/components/video-ads.tsx | 2 +- client/src/components/video-card.tsx | 4 ++-- client/src/components/video-grid.tsx | 6 +++--- client/src/components/video-modal.tsx | 2 +- client/src/pages/FolxStadlPage.tsx | 16 ++++++++-------- client/src/pages/GeschichteLiedPage.tsx | 16 ++++++++-------- client/src/pages/GipfelstammtischPage.tsx | 16 ++++++++-------- client/src/pages/VideoPage.tsx | 16 ++++++++-------- client/src/pages/home.tsx | 2 +- client/src/pages/not-found.tsx | 14 +++++++------- 15 files changed, 56 insertions(+), 56 deletions(-) diff --git a/client/src/components/CookieConsent.tsx b/client/src/components/CookieConsent.tsx index c2b58b9..1a20283 100644 --- a/client/src/components/CookieConsent.tsx +++ b/client/src/components/CookieConsent.tsx @@ -98,7 +98,7 @@ export default function CookieConsent() {
-
+

Cookie-Einstellungen

@@ -120,7 +120,7 @@ export default function CookieConsent() {
@@ -213,7 +213,7 @@ export default function CookieConsent() {
diff --git a/client/src/components/loading-spinner.tsx b/client/src/components/loading-spinner.tsx index cc5801f..5ec1b8b 100644 --- a/client/src/components/loading-spinner.tsx +++ b/client/src/components/loading-spinner.tsx @@ -19,7 +19,7 @@ export function LoadingSpinner({ size = 'md', text = 'Amazing Content', classNam return (
-
+
{text}
diff --git a/client/src/components/netflix-grid.tsx b/client/src/components/netflix-grid.tsx index 754c762..4e8d279 100644 --- a/client/src/components/netflix-grid.tsx +++ b/client/src/components/netflix-grid.tsx @@ -146,7 +146,7 @@ export default function NetflixGrid({ videos, isLoading }: NetflixGridProps) { return (
-
+

video.folx.tv

@@ -159,7 +159,7 @@ export default function NetflixGrid({ videos, isLoading }: NetflixGridProps) { if (videos.length === 0) { return (
-
+
@@ -472,7 +472,7 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate }} className={`rounded-full transition-colors duration-300 ease-in-out ${ index === currentIndex - ? 'bg-gradient-to-r from-[#e91e63] to-[#e91e63]' + ? 'bg-gradient-to-r from-[#da234d] to-[#da234d]' : 'bg-white/25 hover:bg-white/40' }`} style={{ diff --git a/client/src/components/search-header.tsx b/client/src/components/search-header.tsx index 29aa749..cc981a6 100644 --- a/client/src/components/search-header.tsx +++ b/client/src/components/search-header.tsx @@ -57,7 +57,7 @@ export default function SearchHeader({
-
+

video.folx.tv

diff --git a/client/src/components/thumbnail-generator.tsx b/client/src/components/thumbnail-generator.tsx index 116799b..c8f7ec3 100644 --- a/client/src/components/thumbnail-generator.tsx +++ b/client/src/components/thumbnail-generator.tsx @@ -272,7 +272,7 @@ export default function ThumbnailGenerator({ {!isVideoLoaded && (
-
+
video.folx.tv
diff --git a/client/src/components/video-ads.tsx b/client/src/components/video-ads.tsx index bb42fd0..5be5f8e 100644 --- a/client/src/components/video-ads.tsx +++ b/client/src/components/video-ads.tsx @@ -28,7 +28,7 @@ export default function VideoAds({ videoId }: VideoAdsProps) { return (
-
+
video.folx.tv
diff --git a/client/src/components/video-card.tsx b/client/src/components/video-card.tsx index 0a6b9b8..60b174f 100644 --- a/client/src/components/video-card.tsx +++ b/client/src/components/video-card.tsx @@ -309,13 +309,13 @@ export default function VideoCard({ video, onClick, className = "", hideOverlay {duration > 0 && (
{/* Glow effect */}
{/* Progress dot at the end */} -
+
)} diff --git a/client/src/components/video-grid.tsx b/client/src/components/video-grid.tsx index a036911..2daefeb 100644 --- a/client/src/components/video-grid.tsx +++ b/client/src/components/video-grid.tsx @@ -36,7 +36,7 @@ export default function VideoGrid({ videos, isLoading, hasMore, onLoadMore, view return (
-
+

video.folx.tv

@@ -49,7 +49,7 @@ export default function VideoGrid({ videos, isLoading, hasMore, onLoadMore, view if (videos.length === 0) { return (
-
+
@@ -88,7 +88,7 @@ export default function VideoGrid({ videos, isLoading, hasMore, onLoadMore, view > {isLoading ? ( <> -
+
Loading more... diff --git a/client/src/components/video-modal.tsx b/client/src/components/video-modal.tsx index ea17aac..8116a8f 100644 --- a/client/src/components/video-modal.tsx +++ b/client/src/components/video-modal.tsx @@ -505,7 +505,7 @@ export default function VideoModal({ video, isOpen, onClose, enableAds = true }: data-testid="progress-bar" >
0 ? (currentTime / duration) * 100 : 0}%` }} /> diff --git a/client/src/pages/FolxStadlPage.tsx b/client/src/pages/FolxStadlPage.tsx index bb55725..40f4504 100644 --- a/client/src/pages/FolxStadlPage.tsx +++ b/client/src/pages/FolxStadlPage.tsx @@ -80,7 +80,7 @@ export default function FolxStadlPage() { return (
-
+

video.folx.tv

@@ -99,7 +99,7 @@ export default function FolxStadlPage() { {/* Left side - Logo */}
-
+

video.folx.tv

@@ -113,19 +113,19 @@ export default function FolxStadlPage() { @@ -285,7 +285,7 @@ export default function FolxStadlPage() { size="sm" onClick={() => setCurrentPage(pageNum)} className={currentPage === pageNum - ? "bg-[#e91e63] text-white border-none shadow-lg h-10 w-10 p-0 flex items-center justify-center" + ? "bg-[#da234d] text-white border-none shadow-lg h-10 w-10 p-0 flex items-center justify-center" : "border-white/20 text-white hover:bg-white/10 h-10 w-10 p-0 flex items-center justify-center" } > @@ -304,7 +304,7 @@ export default function FolxStadlPage() {
{/* Logo */}
-
+

video.folx.tv

diff --git a/client/src/pages/GeschichteLiedPage.tsx b/client/src/pages/GeschichteLiedPage.tsx index fa078a9..649bdca 100644 --- a/client/src/pages/GeschichteLiedPage.tsx +++ b/client/src/pages/GeschichteLiedPage.tsx @@ -82,7 +82,7 @@ export default function GeschichteLiedPage() { return (
-
+

video.folx.tv

@@ -101,7 +101,7 @@ export default function GeschichteLiedPage() { {/* Left side - Logo */}
-
+

video.folx.tv

@@ -115,19 +115,19 @@ export default function GeschichteLiedPage() { @@ -287,7 +287,7 @@ export default function GeschichteLiedPage() { size="sm" onClick={() => setCurrentPage(pageNum)} className={currentPage === pageNum - ? "bg-[#e91e63] text-white border-none shadow-lg h-10 w-10 p-0 flex items-center justify-center" + ? "bg-[#da234d] text-white border-none shadow-lg h-10 w-10 p-0 flex items-center justify-center" : "border-white/20 text-white hover:bg-white/10 h-10 w-10 p-0 flex items-center justify-center" } > @@ -305,7 +305,7 @@ export default function GeschichteLiedPage() {
{/* Logo */}
-
+

video.folx.tv

diff --git a/client/src/pages/GipfelstammtischPage.tsx b/client/src/pages/GipfelstammtischPage.tsx index 8016425..ac97e93 100644 --- a/client/src/pages/GipfelstammtischPage.tsx +++ b/client/src/pages/GipfelstammtischPage.tsx @@ -82,7 +82,7 @@ export default function GipfelstammtischPage() { return (
-
+

video.folx.tv

@@ -101,7 +101,7 @@ export default function GipfelstammtischPage() { {/* Left side - Logo */}
-
+

video.folx.tv

@@ -115,19 +115,19 @@ export default function GipfelstammtischPage() { @@ -287,7 +287,7 @@ export default function GipfelstammtischPage() { size="sm" onClick={() => setCurrentPage(pageNum)} className={currentPage === pageNum - ? "bg-[#e91e63] text-white border-none shadow-lg h-10 w-10 p-0 flex items-center justify-center" + ? "bg-[#da234d] text-white border-none shadow-lg h-10 w-10 p-0 flex items-center justify-center" : "border-white/20 text-white hover:bg-white/10 h-10 w-10 p-0 flex items-center justify-center" } > @@ -305,7 +305,7 @@ export default function GipfelstammtischPage() {
{/* Logo */}
-
+

video.folx.tv

diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx index e37e0be..8f84890 100644 --- a/client/src/pages/VideoPage.tsx +++ b/client/src/pages/VideoPage.tsx @@ -306,7 +306,7 @@ export default function VideoPage() { return (
-
+

video.folx.tv

@@ -320,7 +320,7 @@ export default function VideoPage() { return (
-
+

video.folx.tv

@@ -339,7 +339,7 @@ export default function VideoPage() { {/* Left side - Logo */}
-
+

video.folx.tv

@@ -353,19 +353,19 @@ export default function VideoPage() { @@ -804,7 +804,7 @@ export default function VideoPage() {
{/* Logo */}
-
+
video.folx.tv diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 127e47a..f022aac 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -75,7 +75,7 @@ export default function Home() { {/* Left side - Logo */}
-
+

video.folx.tv

diff --git a/client/src/pages/not-found.tsx b/client/src/pages/not-found.tsx index d7ad750..5a03fa9 100644 --- a/client/src/pages/not-found.tsx +++ b/client/src/pages/not-found.tsx @@ -20,7 +20,7 @@ export default function NotFound() {
- @@ -129,7 +129,7 @@ export default function NotFound() {

@@ -147,7 +147,7 @@ export default function NotFound() {
-
+
video.folx.tv