Create internal db debugger

This commit is contained in:
Jamie Kyle
2025-08-20 13:00:14 -07:00
committed by GitHub
parent 31544d68a2
commit ae7c2c09a4
9 changed files with 130 additions and 3 deletions

View File

@@ -1501,6 +1501,13 @@
"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",