Show ready-to-download documents in media gallery

This commit is contained in:
Fedor Indutny
2025-09-23 11:53:41 -07:00
committed by GitHub
parent e9ea20bb73
commit 9c97d3e73c
30 changed files with 481 additions and 314 deletions

View File

@@ -1507,6 +1507,13 @@
"updated": "2025-06-26T23:23:57.292Z",
"reasonDetail": "Holding on to a close function"
},
{
"rule": "React-useRef",
"path": "ts/components/PreferencesInternal.tsx",
"line": " const prevAbortControlerRef = useRef<AbortController | null>(null);",
"reasonCategory": "usageTrusted",
"updated": "2025-08-20T18:18:34.081Z"
},
{
"rule": "React-useRef",
"path": "ts/components/PreferencesLocalBackups.tsx",
@@ -1515,13 +1522,6 @@
"updated": "2025-05-30T22:48:14.420Z",
"reasonDetail": "For focusing the settings backup key viewer textarea"
},
{
"rule": "React-useRef",
"path": "ts/components/PreferencesInternal.tsx",
"line": " const prevAbortControlerRef = useRef<AbortController | null>(null);",
"reasonCategory": "usageTrusted",
"updated": "2025-08-20T18:18:34.081Z"
},
{
"rule": "React-useRef",
"path": "ts/components/ProfileEditor.tsx",
@@ -1711,13 +1711,6 @@
"updated": "2025-05-28T00:57:39.376Z",
"reasonDetail": "Holding on to a close function"
},
{
"rule": "React-useRef",
"path": "ts/components/conversation/AttachmentStatusIcon.tsx",
"line": " const timerRef = useRef<NodeJS.Timeout | undefined>();",
"reasonCategory": "usageTrusted",
"updated": "2025-02-21T04:17:59.239Z"
},
{
"rule": "React-useRef",
"path": "ts/components/conversation/CallingNotification.tsx",