From 0e459d1224cec7e0b0687f093ec547277a7ae345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=A2=D1=80=D0=BE=D1=88?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Thu, 10 Sep 2026 23:39:16 +0300 Subject: [PATCH] ui: use the same blue style for all three profiler list buttons 'Import profile' now matches 'New profile' and 'Profile from card' (bg-blue-600). SW cache v62 -> v63. --- frontend/index.html | 2 +- frontend/sw.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 16bd583..ba2e505 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -816,7 +816,7 @@
- +
diff --git a/frontend/sw.js b/frontend/sw.js index 05a490d..36ff3d5 100644 --- a/frontend/sw.js +++ b/frontend/sw.js @@ -1,4 +1,4 @@ -const CACHE = 'otaman-v62'; +const CACHE = 'otaman-v63'; const URLS = [ 'index.html', 'help.html',