Resize calling video containers on video aspect ratio changes

This commit is contained in:
Scott Nonnenberg
2025-12-31 09:27:43 +10:00
committed by GitHub
parent 4bfdc0719a
commit 38c42f17b2
13 changed files with 485 additions and 113 deletions

View File

@@ -999,6 +999,20 @@
"reasonCategory": "usageTrusted",
"updated": "2024-01-16T22:59:06.336Z"
},
{
"rule": "React-useRef",
"path": "ts/components/CallScreen.dom.tsx",
"line": " const localPreviewRef = React.useRef<HTMLDivElement | null>(null);",
"reasonCategory": "usageTrusted",
"updated": "2025-12-30T20:46:48.849Z"
},
{
"rule": "React-useRef",
"path": "ts/components/CallScreen.dom.tsx",
"line": " const lonelyCallPreviewRef = React.useRef<HTMLDivElement | null>(null);",
"reasonCategory": "usageTrusted",
"updated": "2025-12-30T20:46:48.849Z"
},
{
"rule": "React-useRef",
"path": "ts/components/CallingPendingParticipants.dom.tsx",
@@ -1022,6 +1036,20 @@
"reasonCategory": "usageTrusted",
"updated": "2021-07-30T16:57:33.618Z"
},
{
"rule": "React-useRef",
"path": "ts/components/CallingPip.dom.tsx",
"line": " const lonelyCallPreviewRef = React.useRef<HTMLDivElement | null>(null);",
"reasonCategory": "usageTrusted",
"updated": "2025-12-30T20:46:48.849Z"
},
{
"rule": "React-useRef",
"path": "ts/components/CallingPip.dom.tsx",
"line": " const localPreviewRef = React.useRef<HTMLDivElement | null>(null);",
"reasonCategory": "usageTrusted",
"updated": "2025-12-30T20:46:48.849Z"
},
{
"rule": "React-useRef",
"path": "ts/components/CallingToast.dom.tsx",
@@ -2136,6 +2164,13 @@
"updated": "2025-05-19T22:29:15.758Z",
"reasonDetail": "Holding on to a promise"
},
{
"rule": "React-useRef",
"path": "ts/hooks/useDocumentKeyDown.dom.ts",
"line": " const listenerRef = useRef(listener);",
"reasonCategory": "usageTrusted",
"updated": "2025-12-09T15:37:49.757Z"
},
{
"rule": "React-useRef",
"path": "ts/hooks/useIntersectionObserver.std.ts",
@@ -2335,12 +2370,5 @@
"line": " message.innerHTML = window.SignalContext.i18n('icu:optimizingApplication');",
"reasonCategory": "usageTrusted",
"updated": "2021-09-17T21:02:59.414Z"
},
{
"rule": "React-useRef",
"path": "ts/hooks/useDocumentKeyDown.dom.ts",
"line": " const listenerRef = useRef(listener);",
"reasonCategory": "usageTrusted",
"updated": "2025-12-09T15:37:49.757Z"
}
]