feat: add styled PWA update modal with auto cache purge

This commit is contained in:
2026-07-24 19:35:13 +04:00
parent f760dfb72c
commit 7f1bdaa2ab
14 changed files with 331 additions and 52 deletions
+1
View File
@@ -168,5 +168,6 @@ if ($categoryId && isset($allCategories[$categoryId])) {
<script src="js/main.js"></script>
<script src="js/categories.js"></script>
<script src="js/pwa-update.js?v=<?php echo filemtime('js/pwa-update.js'); ?>"></script>
</body>
</html>