From 2597835352ea33bfe6b6c0af4dd07f0f3074092c Mon Sep 17 00:00:00 2001 From: root Date: Thu, 6 Aug 2026 16:05:43 +0000 Subject: [PATCH] fix(mobile): anchor notifications popup to viewport right edge --- public/service-worker.js | 4 ++-- src/components/notifications/NotificationBell.jsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/service-worker.js b/public/service-worker.js index 8bf4d5b..9e88b04 100644 --- a/public/service-worker.js +++ b/public/service-worker.js @@ -1,8 +1,8 @@ const isLocalhost = self.location.hostname === "localhost" || self.location.hostname === "127.0.0.1"; if (!isLocalhost) { - const STATIC_CACHE = "construction-delivery-static-v103"; - const RUNTIME_CACHE = "construction-delivery-runtime-v103"; + const STATIC_CACHE = "construction-delivery-static-v104"; + const RUNTIME_CACHE = "construction-delivery-runtime-v104"; const APP_SHELL_URLS = ["/", "/index.html", "/manifest.webmanifest", "/icons/icon-192.png", "/icons/icon-512.png"]; self.addEventListener("install", (event) => { diff --git a/src/components/notifications/NotificationBell.jsx b/src/components/notifications/NotificationBell.jsx index 5c08a56..0e1a64e 100644 --- a/src/components/notifications/NotificationBell.jsx +++ b/src/components/notifications/NotificationBell.jsx @@ -61,7 +61,7 @@ export function NotificationBell({ notifications, unreadCount, onMarkAsRead, onM {isOpen && ( -
+

Уведомления