From d0a17402916cd380d94fa970b5354513162bf557 Mon Sep 17 00:00:00 2001 From: consultoria-as Date: Wed, 1 Apr 2026 20:28:43 +0000 Subject: [PATCH] fix(pos): eliminar flash de tema al navegar entre paginas MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Script inline en aplica el tema guardado ANTES de que el CSS se renderice. Elimina el flash blanco→oscuro o viceversa. Co-Authored-By: Claude Opus 4.6 (1M context) --- pos/templates/accounting.html | 1 + pos/templates/catalog.html | 1 + pos/templates/config.html | 1 + pos/templates/customers.html | 1 + pos/templates/dashboard.html | 1 + pos/templates/inventory.html | 1 + pos/templates/invoicing.html | 1 + pos/templates/login.html | 1 + pos/templates/pos.html | 1 + pos/templates/reports.html | 1 + 10 files changed, 10 insertions(+) diff --git a/pos/templates/accounting.html b/pos/templates/accounting.html index 16b0c24..55451d3 100644 --- a/pos/templates/accounting.html +++ b/pos/templates/accounting.html @@ -1,6 +1,7 @@ + Contabilidad — Nexus Autoparts POS diff --git a/pos/templates/catalog.html b/pos/templates/catalog.html index 5a26b68..ac331e1 100644 --- a/pos/templates/catalog.html +++ b/pos/templates/catalog.html @@ -1,6 +1,7 @@ + Catálogo — Nexus Autoparts POS diff --git a/pos/templates/config.html b/pos/templates/config.html index b1f4460..56c2fd2 100644 --- a/pos/templates/config.html +++ b/pos/templates/config.html @@ -1,6 +1,7 @@ + Configuración — Nexus Autoparts POS diff --git a/pos/templates/customers.html b/pos/templates/customers.html index 9d34410..6e6f14f 100644 --- a/pos/templates/customers.html +++ b/pos/templates/customers.html @@ -1,6 +1,7 @@ + Nexus Autoparts — Clientes diff --git a/pos/templates/dashboard.html b/pos/templates/dashboard.html index 588196f..22d7893 100644 --- a/pos/templates/dashboard.html +++ b/pos/templates/dashboard.html @@ -1,6 +1,7 @@ + Nexus Autoparts — Dashboard diff --git a/pos/templates/inventory.html b/pos/templates/inventory.html index 165279e..b1dac83 100644 --- a/pos/templates/inventory.html +++ b/pos/templates/inventory.html @@ -1,6 +1,7 @@ + Inventario — Nexus Autoparts POS diff --git a/pos/templates/invoicing.html b/pos/templates/invoicing.html index 869431c..3393026 100644 --- a/pos/templates/invoicing.html +++ b/pos/templates/invoicing.html @@ -1,6 +1,7 @@ + Facturación CFDI — Nexus Autoparts POS diff --git a/pos/templates/login.html b/pos/templates/login.html index 1c1df08..41bef01 100644 --- a/pos/templates/login.html +++ b/pos/templates/login.html @@ -1,6 +1,7 @@ + Nexus Autoparts — Iniciar Sesión diff --git a/pos/templates/pos.html b/pos/templates/pos.html index 40d4ee5..3f71751 100644 --- a/pos/templates/pos.html +++ b/pos/templates/pos.html @@ -1,6 +1,7 @@ + Nexus Autoparts — Punto de Venta diff --git a/pos/templates/reports.html b/pos/templates/reports.html index 219d4d3..c4eb297 100644 --- a/pos/templates/reports.html +++ b/pos/templates/reports.html @@ -1,6 +1,7 @@ + Reportes — Nexus Autoparts POS