Group member label improvements

This commit is contained in:
Scott Nonnenberg
2026-02-05 03:17:50 +10:00
committed by GitHub
parent f9bd84445c
commit e6278fded7
33 changed files with 663 additions and 83 deletions

View File

@@ -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"
}
]