mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Move Profile Editor into the new Settings Tab
This commit is contained in:
@@ -771,6 +771,14 @@
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2024-03-26T17:14:14.370Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/AvatarEditor.tsx",
|
||||
"line": " const tryClose = useRef<() => void | undefined>();",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2025-05-24T03:40:20.019Z",
|
||||
"reasonDetail": "Holding on to a close function"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/AvatarTextEditor.tsx",
|
||||
@@ -1414,6 +1422,14 @@
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2021-07-30T16:57:33.618Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/ProfileEditor.tsx",
|
||||
"line": " const tryClose = useRef<() => void | undefined>();",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2025-05-24T03:23:25.769Z",
|
||||
"reasonDetail": "Holding on to a close function"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/QrCode.tsx",
|
||||
@@ -1572,6 +1588,22 @@
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-08-10T00:23:35.320Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/UsernameEditor.tsx",
|
||||
"line": " const tryClose = useRef<() => void | undefined>();",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2025-05-28T00:57:39.376Z",
|
||||
"reasonDetail": "Holding on to a close function"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/UsernameLinkEditor.tsx",
|
||||
"line": " const tryClose = useRef<() => void | undefined>();",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2025-05-28T00:57:39.376Z",
|
||||
"reasonDetail": "Holding on to a close function"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/conversation/AttachmentStatusIcon.tsx",
|
||||
|
||||
Reference in New Issue
Block a user