Refactor/redesign video tiles

This commit is contained in:
Robin
2023-12-01 17:43:09 -05:00
parent 0ab3e0e090
commit b2bc8edcc1
28 changed files with 1086 additions and 709 deletions

View File

@@ -112,7 +112,7 @@ export function useVideoGridLayout(hasScreenshareFeeds: boolean): {
return { layout: layoutRef.current, setLayout };
}
const GAP = 8;
const GAP = 20;
function useIsMounted(): MutableRefObject<boolean> {
const isMountedRef = useRef<boolean>(false);