[Glitch] Change hover cards to not appear until the mouse stops in web UI

Port b728c0e8ce to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko
2024-07-01 17:52:01 +02:00
committed by Claire
parent 92dcc50278
commit dcfd39991b
6 changed files with 131 additions and 55 deletions

View File

@@ -17,7 +17,7 @@ import { useAppSelector, useAppDispatch } from 'flavours/glitch/store';
export const HoverCardAccount = forwardRef<
HTMLDivElement,
{ accountId: string }
{ accountId?: string }
>(({ accountId }, ref) => {
const dispatch = useAppDispatch();