Refine device last-seen text morph animation
Build and Deploy Gateway / build-and-push (push) Successful in 13s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-08-07 13:52:41 +03:00
parent 76b75624b8
commit 36c8438b7f
4 changed files with 12 additions and 27 deletions
-11
View File
@@ -82,17 +82,6 @@ export function DevicesPanel({ open, panelRef, closeRef, onClose }) {
inert={!open ? true : undefined}
>
<div className="client-instructions-sheet client-devices-sheet">
<svg className="client-text-morph-filter" aria-hidden="true">
<defs>
<filter id="client-text-morph-goo">
<feColorMatrix
in="SourceGraphic"
type="matrix"
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 20 -8"
/>
</filter>
</defs>
</svg>
<button
ref={closeRef}
className="client-drawer-close"