mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 00:18:45 +01:00
Resize calling video containers on video aspect ratio changes
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user