From 36c8438b7f2268dc4c72f1fe4d90c476cbd34a8b Mon Sep 17 00:00:00 2001 From: Dmitriy Petrov Date: Fri, 7 Aug 2026 13:52:41 +0300 Subject: [PATCH] Refine device last-seen text morph animation --- src/shared/versions.js | 4 ++-- src/web/components/DevicesPanel.jsx | 11 ----------- src/web/styles.css | 21 ++++++++------------- test/web/device-inventory-contract.test.js | 3 ++- 4 files changed, 12 insertions(+), 27 deletions(-) diff --git a/src/shared/versions.js b/src/shared/versions.js index b3f70c1..7a580ed 100644 --- a/src/shared/versions.js +++ b/src/shared/versions.js @@ -1,6 +1,6 @@ export const HARBOR_VERSIONS = Object.freeze({ - macClient: '0.9.2', - gatewayClient: '0.9.2', + macClient: '0.9.3', + gatewayClient: '0.9.3', gatewayBackend: '0.9.0', }); diff --git a/src/web/components/DevicesPanel.jsx b/src/web/components/DevicesPanel.jsx index ff8692a..f4660ae 100644 --- a/src/web/components/DevicesPanel.jsx +++ b/src/web/components/DevicesPanel.jsx @@ -82,17 +82,6 @@ export function DevicesPanel({ open, panelRef, closeRef, onClose }) { inert={!open ? true : undefined} >
-