Combine recent raised hands into existing toast

This commit is contained in:
ayumi-signal 2024-01-12 19:44:44 -08:00 committed by GitHub
parent b0b12d4224
commit b574ba531d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 60 additions and 31 deletions

View file

@ -3069,9 +3069,16 @@
{
"rule": "React-useRef",
"path": "ts/components/CallingToastManager.tsx",
"line": " const raisedHandsInLastShownToastRef = useRef<Set<number>>(new Set());",
"line": " const toastLastShownAt = useRef<number>(0);",
"reasonCategory": "usageTrusted",
"updated": "2023-12-05T22:11:41.559Z"
"updated": "2024-01-12T18:56:18.138Z"
},
{
"rule": "React-useRef",
"path": "ts/components/CallingToastManager.tsx",
"line": " const handsForLastShownToast = useRef<Set<number>>(new Set());",
"reasonCategory": "usageTrusted",
"updated": "2024-01-12T18:56:18.138Z"
},
{
"rule": "React-useRef",