From 2c4a8a8a649fc87b2f3ca2de22144ea8bef04c72 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 4 Feb 2026 02:30:23 +0000 Subject: [PATCH] feat: add complete web UI for configuration and video generation - Add dashboard page with quick actions and progress overview - Add settings page for Qwen TTS, Reddit scraper, and video configuration - Add backgrounds page for uploading custom video/audio backgrounds - Add videos page for viewing and downloading generated content - Add TTS connection test endpoint - Update docker-compose for standalone operation - Create unified CSS and JavaScript for consistent UI experience https://claude.ai/code/session_01HLLH3WjpmRzvaoY6eYSFAD --- GUI/backgrounds.html | 419 +++++++++---------- GUI/dashboard.html | 233 +++++++++++ GUI/settings.html | 907 +++++++++++++++-------------------------- GUI/static/css/app.css | 774 +++++++++++++++++++++++++++++++++++ GUI/static/js/app.js | 174 ++++++++ GUI/videos.html | 141 +++++++ docker-compose.yml | 36 +- progress_gui.py | 458 ++++++++++++++++++++- 8 files changed, 2295 insertions(+), 847 deletions(-) create mode 100644 GUI/dashboard.html create mode 100644 GUI/static/css/app.css create mode 100644 GUI/static/js/app.js create mode 100644 GUI/videos.html diff --git a/GUI/backgrounds.html b/GUI/backgrounds.html index 541e39f..f13dc3d 100644 --- a/GUI/backgrounds.html +++ b/GUI/backgrounds.html @@ -1,263 +1,210 @@ -{% extends "layout.html" %} -{% block main %} - - -