From 79fa7984a192241d2f0ab94d6bb9eb4ef4f20356 Mon Sep 17 00:00:00 2001 From: consultoria-as Date: Thu, 14 May 2026 22:26:42 +0000 Subject: [PATCH] feat(sw): auto-reload page when service worker updates Add updatefound listener in catalog.html that reloads the page automatically when a new service worker is activated. This ensures users get the latest HTML and JS without manual hard refresh. --- pos/templates/catalog.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pos/templates/catalog.html b/pos/templates/catalog.html index a470b88..0a9f7b2 100644 --- a/pos/templates/catalog.html +++ b/pos/templates/catalog.html @@ -293,7 +293,20 @@ - +