Initial workflow for donations

Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
ayumi-signal
2025-06-27 13:48:50 -07:00
committed by GitHub
parent f62c53fdee
commit f2241cf613
20 changed files with 1230 additions and 76 deletions

View File

@@ -1480,10 +1480,10 @@
},
{
"rule": "React-useRef",
"path": "ts/components/PreferencesDonations.tsx",
"path": "ts/components/PreferencesDonateFlow.tsx",
"line": " const tryClose = useRef<() => void | undefined>();",
"reasonCategory": "usageTrusted",
"updated": "2025-06-10T19:00:29.489Z",
"updated": "2025-06-26T23:23:57.292Z",
"reasonDetail": "Holding on to a close function"
},
{