mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-23 18:08:05 +01:00
New Group administration: update title and avatar
This commit is contained in:
@@ -14473,7 +14473,7 @@
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/AvatarInput.js",
|
||||
"line": " const fileInputRef = react_1.useRef(null);",
|
||||
"lineNumber": 40,
|
||||
"lineNumber": 47,
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2021-03-01T18:34:36.638Z",
|
||||
"reasonDetail": "Needed to trigger a click on a 'file' input. Doesn't update the DOM."
|
||||
@@ -14482,7 +14482,7 @@
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/AvatarInput.js",
|
||||
"line": " const menuTriggerRef = react_1.useRef(null);",
|
||||
"lineNumber": 43,
|
||||
"lineNumber": 50,
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2021-03-01T18:34:36.638Z",
|
||||
"reasonDetail": "Used to reference popup menu"
|
||||
@@ -15045,6 +15045,24 @@
|
||||
"updated": "2019-07-31T00:19:18.696Z",
|
||||
"reasonDetail": "Timeline needs to interact with its child List directly"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/conversation/conversation-details/EditConversationAttributesModal.js",
|
||||
"line": " const startingTitleRef = react_1.useRef(externalTitle);",
|
||||
"lineNumber": 42,
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2021-03-05T22:52:40.572Z",
|
||||
"reasonDetail": "Doesn't interact with the DOM."
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/conversation/conversation-details/EditConversationAttributesModal.js",
|
||||
"line": " const startingAvatarPathRef = react_1.useRef(externalAvatarPath);",
|
||||
"lineNumber": 43,
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2021-03-05T22:52:40.572Z",
|
||||
"reasonDetail": "Doesn't interact with the DOM."
|
||||
},
|
||||
{
|
||||
"rule": "React-createRef",
|
||||
"path": "ts/components/conversation/media-gallery/MediaGallery.js",
|
||||
|
||||
Reference in New Issue
Block a user