Bump Harbor versions and soften rule editor dimming animation
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 16s
Build and Deploy Gateway / deploy (push) Successful in 6s

This commit is contained in:
2026-07-12 01:48:24 +03:00
parent 7182bc2c1a
commit d4897e5dcf
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.6.14',
gatewayClient: '0.6.13',
macClient: '0.6.15',
gatewayClient: '0.6.14',
gatewayBackend: '0.6.0',
});

View File

@@ -1357,8 +1357,8 @@ p {
}
@keyframes client-delete-content-dim {
0%, 42% { opacity: 1; filter: brightness(1); }
62%, 100% { opacity: 0.28; filter: brightness(0.42) saturate(0.5); }
0%, 42% { opacity: 0.58; filter: brightness(0.55) saturate(0.65) blur(0.7px); }
62%, 100% { opacity: 0.28; filter: brightness(0.42) saturate(0.5) blur(1.5px); }
}
@keyframes client-local-rules-notice {