From 3c6378c8b9aba7f0c282c75704f6ea20e6345ad0 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Thu, 7 Aug 2025 11:38:10 +0000 Subject: [PATCH] Update branding to reflect the new go4.video domain Update the platform's domain name from g4.video to go4.video across various components and documentation, including the search header, social sharing links, and project README. Replit-Commit-Author: Agent Replit-Commit-Session-Id: d7424866-83d1-4486-a212-ac12b4c7becf Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/d7424866-83d1-4486-a212-ac12b4c7becf/bPZsso4 --- client/src/components/search-header.tsx | 6 +++--- client/src/components/video-modal.tsx | 4 ++-- replit.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/client/src/components/search-header.tsx b/client/src/components/search-header.tsx index 2fe8b60..015c8d4 100644 --- a/client/src/components/search-header.tsx +++ b/client/src/components/search-header.tsx @@ -28,10 +28,10 @@ export default function SearchHeader({
-
- +
+
-

g4.video

+

go4.video

diff --git a/client/src/components/video-modal.tsx b/client/src/components/video-modal.tsx index 8d2c896..25eff6d 100644 --- a/client/src/components/video-modal.tsx +++ b/client/src/components/video-modal.tsx @@ -581,7 +581,7 @@ export default function VideoModal({ video, isOpen, onClose }: VideoModalProps)
{ - window.open(`https://twitter.com/intent/tweet?url=${encodeURIComponent(getShareUrl())}&text=${encodeURIComponent(`Watch "${video.title}" on g4.video`)}`, '_blank', 'width=600,height=400'); + window.open(`https://twitter.com/intent/tweet?url=${encodeURIComponent(getShareUrl())}&text=${encodeURIComponent(`Watch "${video.title}" on go4.video`)}`, '_blank', 'width=600,height=400'); setShowShareMenu(false); }} className="flex items-center gap-2 p-2 w-full hover:bg-gray-100 dark:hover:bg-gray-700 rounded cursor-pointer" @@ -592,7 +592,7 @@ export default function VideoModal({ video, isOpen, onClose }: VideoModalProps)
{ - window.open(`https://wa.me/?text=${encodeURIComponent(`Watch "${video.title}" on g4.video: ${getShareUrl()}`)}`, '_blank'); + window.open(`https://wa.me/?text=${encodeURIComponent(`Watch "${video.title}" on go4.video: ${getShareUrl()}`)}`, '_blank'); setShowShareMenu(false); }} className="flex items-center gap-2 p-2 w-full hover:bg-gray-100 dark:hover:bg-gray-700 rounded cursor-pointer" diff --git a/replit.md b/replit.md index cdf163e..d7a4d07 100644 --- a/replit.md +++ b/replit.md @@ -1,8 +1,8 @@ -# g4.video - Professional Video Streaming Platform +# go4.video - Professional Video Streaming Platform ## Overview -g4.video is a fully functional professional video streaming platform that integrates directly with Bunny.net CDN for secure video delivery. The application successfully streams 85 private videos from the user's Bunny.net library through a custom web interface. It features a YouTube-like design with video cards, search functionality, and a professional video player with comprehensive controls including central play button, progress bar, volume control, time display, and fullscreen capabilities. +go4.video is a fully functional professional video streaming platform that integrates directly with Bunny.net CDN for secure video delivery. The application successfully streams 85 private videos from the user's Bunny.net library through a custom web interface. It features a YouTube-like design with video cards, search functionality, and a professional video player with comprehensive controls including central play button, progress bar, volume control, time display, and fullscreen capabilities. ## Recent Changes (August 2025)