From e3b00c1c2cddc5a8e863263481f24480d34229b0 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Thu, 28 Aug 2025 19:10:40 +0000 Subject: [PATCH] Remove unused category and tag information from video displays Removes the rendering of video categories and tags from the modal, video card, and video page components in the client. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 2eb1084e-b728-4449-9231-f1665924c8d5 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/2eb1084e-b728-4449-9231-f1665924c8d5/BjeofQf --- client/src/components/bunny-video-modal.tsx | 7 ------- client/src/components/video-card.tsx | 23 --------------------- client/src/pages/VideoPage.tsx | 22 -------------------- 3 files changed, 52 deletions(-) diff --git a/client/src/components/bunny-video-modal.tsx b/client/src/components/bunny-video-modal.tsx index 992d8ff..1754f1e 100644 --- a/client/src/components/bunny-video-modal.tsx +++ b/client/src/components/bunny-video-modal.tsx @@ -263,13 +263,6 @@ export default function BunnyVideoModal({ video, isOpen, onClose, onEdit }: Bunn {formatDate(video.createdAt)} - {video.category && ( -