Remove the video counter display from the modal
Remove the client-side display of the video index from the modal component, specifically within bunny-video-modal.tsx. 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/b1kgyQd
This commit is contained in:
parent
8d30c2a6f8
commit
f74d73860c
@ -365,10 +365,6 @@ export default function BunnyVideoModal({ video, isOpen, onClose, onEdit, videos
|
||||
</Button>
|
||||
|
||||
|
||||
{/* Video counter - always visible but subtle */}
|
||||
<div className="absolute bottom-4 left-1/2 transform -translate-x-1/2 bg-black bg-opacity-30 rounded-full px-3 py-1 text-white text-sm pointer-events-none z-10">
|
||||
{getCurrentVideoIndex() + 1} od {videos.length}
|
||||
</div>
|
||||
</>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user