From a61edee033765d548684f1863bfbadeeaa33bf57 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Tue, 2 Sep 2025 13:38:02 +0000 Subject: [PATCH] Add content type and genre selection to video editing for better categorization Update the admin interface to include dropdowns for selecting content type and genre when editing videos, improving content organization. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 170e18f0-0f13-4eca-8643-546bba1dd8cc Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/170e18f0-0f13-4eca-8643-546bba1dd8cc/mBFpYYY --- client/src/pages/admin.tsx | 81 +++++++++++++++++++------------------- 1 file changed, 41 insertions(+), 40 deletions(-) diff --git a/client/src/pages/admin.tsx b/client/src/pages/admin.tsx index f88862d..15ba42a 100644 --- a/client/src/pages/admin.tsx +++ b/client/src/pages/admin.tsx @@ -345,6 +345,47 @@ function EditVideoDialog({
+ {/* Content Type and Genre - Top Priority */} +
+
+ + +
+ +
+ + +
+
+
-
- - -
- -
- - -