From 17577ea4604e89521fea1b1bfbba9e63ca07317a Mon Sep 17 00:00:00 2001 From: Dmitriy Petrov Date: Sun, 12 Jul 2026 12:33:44 +0300 Subject: [PATCH] Bump Harbor client versions and tighten gateway mode animation --- src/shared/versions.js | 4 ++-- src/web/styles.css | 15 ++++++++++++--- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/src/shared/versions.js b/src/shared/versions.js index 4366925..d40b77a 100644 --- a/src/shared/versions.js +++ b/src/shared/versions.js @@ -1,6 +1,6 @@ export const HARBOR_VERSIONS = Object.freeze({ - macClient: '0.7.2', - gatewayClient: '0.7.2', + macClient: '0.7.3', + gatewayClient: '0.7.3', gatewayBackend: '0.7.0', }); diff --git a/src/web/styles.css b/src/web/styles.css index a1ba512..d7758e7 100644 --- a/src/web/styles.css +++ b/src/web/styles.css @@ -450,7 +450,7 @@ p { .harbor-mode-gateway > span { display: block; - animation: harbor-mode-discovered 820ms cubic-bezier(0.16, 1, 0.3, 1) both; + animation: harbor-mode-discovered 520ms cubic-bezier(0.16, 1, 0.3, 1) both; } .harbor-brand.is-gateway-active .harbor-mode-connect { @@ -470,8 +470,8 @@ p { @keyframes harbor-mode-discovered { from { opacity: 0; - filter: blur(5px); - clip-path: inset(0 100% 0 0); + filter: blur(3px); + transform: translateX(-4.8em); } } @@ -529,6 +529,15 @@ p { stroke-width: 1.35; transform: translateY(-50%); transition: color 320ms ease, opacity 320ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1); + animation: harbor-mode-arrows-discovered 520ms cubic-bezier(0.16, 1, 0.3, 1) both; +} + +@keyframes harbor-mode-arrows-discovered { + from { + opacity: 0; + filter: blur(3px); + transform: translate(-48px, -50%); + } } .harbor-mode-swap g,