Fun picker improvements

This commit is contained in:
Jamie Kyle
2025-03-26 12:35:32 -07:00
committed by GitHub
parent 427f91f903
commit b0653d06fe
142 changed files with 3581 additions and 1280 deletions

View File

@@ -2113,6 +2113,27 @@
"reasonCategory": "usageTrusted",
"updated": "2025-02-19T20:14:46.879Z"
},
{
"rule": "React-useRef",
"path": "ts/components/fun/FunGif.tsx",
"line": " const ref = useRef<HTMLVideoElement>(null);",
"reasonCategory": "usageTrusted",
"updated": "2025-03-21T23:22:07.920Z"
},
{
"rule": "React-useRef",
"path": "ts/components/fun/FunGif.tsx",
"line": " const timerRef = useRef<ReturnType<typeof setTimeout>>();",
"reasonCategory": "usageTrusted",
"updated": "2025-03-21T23:22:07.920Z"
},
{
"rule": "React-useRef",
"path": "ts/components/fun/FunGif.tsx",
"line": " const videoRef = useRef<HTMLVideoElement>(null);",
"reasonCategory": "usageTrusted",
"updated": "2025-03-24T18:57:50.198Z"
},
{
"rule": "React-useRef",
"path": "ts/components/stickers/StickerButton.tsx",