diff --git a/attached_assets/image_1754683767968.png b/attached_assets/image_1754683767968.png new file mode 100644 index 0000000..4d07f93 Binary files /dev/null and b/attached_assets/image_1754683767968.png differ diff --git a/client/src/components/video-edit-modal.tsx b/client/src/components/video-edit-modal.tsx index c1463e3..7cf3d7c 100644 --- a/client/src/components/video-edit-modal.tsx +++ b/client/src/components/video-edit-modal.tsx @@ -103,7 +103,10 @@ export default function VideoEditModal({ video, isOpen, onClose }: VideoEditModa return (
-
+
{/* Header */}
@@ -133,6 +136,7 @@ export default function VideoEditModal({ video, isOpen, onClose }: VideoEditModa onChange={(e) => setTitle(e.target.value)} placeholder="Vnesite naslov videoposnetka" className="w-full !bg-gray-700 !text-white !border-gray-500 placeholder:!text-gray-300" + style={{ backgroundColor: '#374151', color: '#ffffff', borderColor: '#6b7280' }} data-testid="input-video-title" />
@@ -148,6 +152,7 @@ export default function VideoEditModal({ video, isOpen, onClose }: VideoEditModa placeholder="Opišite vsebino videoposnetka" rows={4} className="w-full !bg-gray-700 !text-white !border-gray-500 placeholder:!text-gray-300" + style={{ backgroundColor: '#374151', color: '#ffffff', borderColor: '#6b7280' }} data-testid="input-video-description" />
@@ -162,6 +167,7 @@ export default function VideoEditModal({ video, isOpen, onClose }: VideoEditModa onChange={(e) => setCategory(e.target.value)} placeholder="npr. Izobraževanje, Zabava, Tehnologija" className="w-full !bg-gray-700 !text-white !border-gray-500 placeholder:!text-gray-300" + style={{ backgroundColor: '#374151', color: '#ffffff', borderColor: '#6b7280' }} data-testid="input-video-category" />
@@ -176,6 +182,7 @@ export default function VideoEditModal({ video, isOpen, onClose }: VideoEditModa onChange={(e) => setTags(e.target.value)} placeholder="npr. tutorial, spletno programiranje, react" className="w-full !bg-gray-700 !text-white !border-gray-500 placeholder:!text-gray-300" + style={{ backgroundColor: '#374151', color: '#ffffff', borderColor: '#6b7280' }} data-testid="input-video-tags" />
@@ -216,7 +223,10 @@ export default function VideoEditModal({ video, isOpen, onClose }: VideoEditModa className="hidden" data-testid="input-thumbnail-upload" /> -
+
Naloži sliko