mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Group member label improvements
This commit is contained in:
@@ -1879,6 +1879,13 @@
|
||||
"updated": "2025-06-05T12:55:51.245Z",
|
||||
"reasonDetail": "Used for merging refs for reactions container"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/conversation/MessageContextMenu.dom.tsx",
|
||||
"line": " const shouldReturnFocusToTrigger = useRef(true);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2025-12-19T16:03:53.849Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/conversation/MessageDetail.dom.tsx",
|
||||
@@ -1946,6 +1953,14 @@
|
||||
"updated": "2025-05-19T23:20:52.448Z",
|
||||
"reasonDetail": "Holding on to a close function"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/conversation/conversation-details/GroupMemberLabelEditor.dom.tsx",
|
||||
"line": " const messageContainer = useRef<HTMLDivElement | null>(null);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2026-02-03T20:48:35.470Z",
|
||||
"reasonDetail": "A container passed to <Message/>"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/conversation/media-gallery/MediaGallery.dom.tsx",
|
||||
@@ -2386,12 +2401,5 @@
|
||||
"line": " message.innerHTML = window.SignalContext.i18n('icu:optimizingApplication');",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2021-09-17T21:02:59.414Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/conversation/MessageContextMenu.dom.tsx",
|
||||
"line": " const shouldReturnFocusToTrigger = useRef(true);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2025-12-19T16:03:53.849Z"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user