Add pending poll vote UI state

Co-authored-by: Yash <yash@signal.org>
This commit is contained in:
trevor-signal
2025-11-10 20:18:30 -05:00
committed by GitHub
parent 3dbab74378
commit 2b99aed14d
5 changed files with 201 additions and 35 deletions

View File

@@ -2358,5 +2358,13 @@
"reasonCategory": "usageTrusted",
"updated": "2025-11-02T17:27:24.705Z",
"reasonDetail": "Map of refs for poll option inputs to manage focus"
},
{
"rule": "React-useRef",
"path": "ts/components/conversation/poll-message/PollMessageContents.dom.tsx",
"line": " const pendingCheckTimer = useRef<NodeJS.Timeout | null>(null);",
"reasonCategory": "usageTrusted",
"updated": "2025-11-06T20:28:00.760Z",
"reasonDetail": "Ref for timer"
}
]