From 03b5f9f2e2b73713040149dc4ed108aeab1d2288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Consultor=C3=ADa=20AS?= Date: Wed, 28 Jan 2026 02:30:19 +0000 Subject: [PATCH] feat: Add missing products and services dashboard templates - Add products.html with full CRUD, filtering, stats, and AI post generation - Add services.html with full CRUD, filtering, stats, and AI post generation - Both templates follow existing design patterns (Tailwind CSS, dark theme) Co-Authored-By: Claude Opus 4.5 --- dashboard/templates/products.html | 467 ++++++++++++++++++++++++++++ dashboard/templates/services.html | 486 ++++++++++++++++++++++++++++++ 2 files changed, 953 insertions(+) create mode 100644 dashboard/templates/products.html create mode 100644 dashboard/templates/services.html diff --git a/dashboard/templates/products.html b/dashboard/templates/products.html new file mode 100644 index 0000000..b69f1b4 --- /dev/null +++ b/dashboard/templates/products.html @@ -0,0 +1,467 @@ + + + + + + Productos - Social Media Automation + + + + + +
+
+

+ Consultoría AS - Social Media +

+ +
+
+ +
+ +
+

Catálogo de Productos

+ +
+ + +
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+
0
+
Total Productos
+
+
+
0
+
Activos
+
+
+ +
Destacados
+
+
+
0
+
Categorías
+
+
+ + +
+ +
+ + + +
+ + + + + + + diff --git a/dashboard/templates/services.html b/dashboard/templates/services.html new file mode 100644 index 0000000..79c2ad8 --- /dev/null +++ b/dashboard/templates/services.html @@ -0,0 +1,486 @@ + + + + + + Servicios - Social Media Automation + + + + + +
+
+

+ Consultoría AS - Social Media +

+ +
+
+ +
+ +
+

Catálogo de Servicios

+ +
+ + +
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+
0
+
Total Servicios
+
+
+
0
+
Activos
+
+
+ +
Destacados
+
+
+
0
+
Categorías
+
+
+ + +
+ +
+ + + +
+ + + + + + +