Refine Harbor mode swap and client delete modal animations
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 13s
Build and Deploy Gateway / deploy (push) Successful in 1s

This commit is contained in:
2026-07-11 15:52:56 +03:00
parent befd41933d
commit aa54be9c9b
2 changed files with 69 additions and 25 deletions

View File

@@ -95,7 +95,8 @@ function HarborBrand({ isGateway, gatewayAvailable, gatewayDirect, busy, onSetGa
<em className="harbor-mode-gateway">Gateway</em>
</span>
<svg className="harbor-mode-swap" viewBox="0 0 18 18" aria-hidden="true">
<path d="M3 6h10m-3-3 3 3-3 3M15 12H5m3 3-3-3 3-3" />
<path className="is-connect" d="M3 6h10m-3-3 3 3-3 3" />
<path className="is-gateway" d="M15 12H5m3 3-3-3 3-3" />
</svg>
<span id="harbor-mode-tooltip" className="harbor-mode-tooltip" role="tooltip">
<strong>{gatewayDirect ? 'Harbor Gateway активен' : 'Harbor Gateway доступен'}</strong>