Improve call link admin UI transition

This commit is contained in:
trevor-signal
2026-02-09 16:52:07 -05:00
committed by GitHub
parent a6df1d3515
commit b11bf88244
2 changed files with 82 additions and 124 deletions

View File

@@ -1021,14 +1021,6 @@
"updated": "2024-06-28T01:22:22.509Z",
"reasonDetail": "For outside click handling"
},
{
"rule": "React-useRef",
"path": "ts/components/CallingPendingParticipants.dom.tsx",
"line": " const lastParticipantRef = React.useRef<ConversationType | undefined>();",
"reasonCategory": "usageTrusted",
"updated": "2024-09-20T02:11:27.851Z",
"reasonDetail": "For fading out, to keep showing the last known participant"
},
{
"rule": "React-useRef",
"path": "ts/components/CallingPip.dom.tsx",