mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-23 18:08:05 +01:00
Fix aspect ratio of ImageOrBlurhash
This commit is contained in:
@@ -1319,6 +1319,13 @@
|
||||
"updated": "2021-12-10T23:24:31.237Z",
|
||||
"reasonDetail": "Doesn't touch the DOM."
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/ImageOrBlurhash.tsx",
|
||||
"line": " const ref = useRef<HTMLImageElement | null>(null);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2025-08-05T17:07:11.678Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/IncomingCallBar.tsx",
|
||||
@@ -1486,34 +1493,6 @@
|
||||
"updated": "2025-06-26T23:23:57.292Z",
|
||||
"reasonDetail": "Holding on to a close function"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/preferences/donations/DonateInputAmount.tsx",
|
||||
"line": " const inputRef = useRef<HTMLInputElement>(null);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2025-08-01T20:31:42.993Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/preferences/donations/DonateInputCardCvc.tsx",
|
||||
"line": " const inputRef = useRef<HTMLInputElement>(null);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2025-07-17T19:33:27.401Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/preferences/donations/DonateInputCardExp.tsx",
|
||||
"line": " const inputRef = useRef<HTMLInputElement>(null);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2025-07-17T19:33:27.401Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/preferences/donations/DonateInputCardNumber.tsx",
|
||||
"line": " const inputRef = useRef<HTMLInputElement>(null);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2025-07-17T19:33:27.401Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/PreferencesLocalBackups.tsx",
|
||||
@@ -2090,6 +2069,34 @@
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2025-02-19T20:14:46.879Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/preferences/donations/DonateInputAmount.tsx",
|
||||
"line": " const inputRef = useRef<HTMLInputElement>(null);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2025-08-01T20:31:42.993Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/preferences/donations/DonateInputCardCvc.tsx",
|
||||
"line": " const inputRef = useRef<HTMLInputElement>(null);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2025-07-17T19:33:27.401Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/preferences/donations/DonateInputCardExp.tsx",
|
||||
"line": " const inputRef = useRef<HTMLInputElement>(null);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2025-07-17T19:33:27.401Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/preferences/donations/DonateInputCardNumber.tsx",
|
||||
"line": " const inputRef = useRef<HTMLInputElement>(null);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2025-07-17T19:33:27.401Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/stickers/StickerButton.tsx",
|
||||
|
||||
Reference in New Issue
Block a user