2 unresolved threads
Activity
requested review from @doritosxxx
assigned to @avbogomolov_1
7 7 align-items: center; 8 8 } 9 9 10 .device-status__mending-heart-container { 11 position: relative; 12 display: flex; 13 justify-content: center; 14 align-items: center; 15 width: 30%; 16 height: 40%; 17 } 18 changed this line in version 2 of the diff
23 23 const [overlayVisible, setOverlayVisible] = React.useState(false); 24 24 const containerRef = React.useRef<HTMLDivElement>(null); 25 25 26 const callbacks = React.useMemo(() => ({ 27 onMouseEnter: () => { 28 if (checks.length) { 29 setOverlayVisible(true); 30 } mentioned in commit a7940882