mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Fun picker improvements
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user