FunctionHeaderLink({
text,
pathname,
className,
testId,
viewPort,
}: {
text: string;
pathname: string;
className
src/layouts/components/Header.tsx:346
FunctionLabelWithInfoTooltipAndChecks({
labelTitle,
value,
comparatorValue,
comparingMinimumValue = false,
proposalStatus,
suffix,
to
src/pages/governance/_components/VotingResult.tsx:579
FunctionPoolPairsCards({
poolPairs,
sortKey,
setSortKey,
sortOrder,
setSortOrder,
})
src/pages/dex/_components/PoolPairsCards.tsx:57
FunctionPoolPairsTable({
poolPairs,
sortKey,
setSortKey,
sortOrder,
setSortOrder,
})
src/pages/dex/_components/PoolPairsTable.tsx:23
FunctionProposalCard({
proposal,
votes,
currentBlockHeight,
currentBlockMedianTime,
userQueryProposalStatus,
}: {
prop
src/pages/governance/_components/ProposalCard.tsx:65
FunctionProposalCards({
proposals,
proposalsVotes,
currentBlockHeight,
currentBlockMedianTime,
userQueryProposalStatus,
}
src/pages/governance/_components/ProposalCard.tsx:30
FunctionProposalDetailPage({
proposal,
proposalVotes,
proposalCreationDate,
currentBlockHeight,
currentBlockMedianTime,
tota
src/pages/governance/[proposalId]/index.page.tsx:36
FunctionProposalRow({
proposal,
votes,
currentBlockHeight,
currentBlockMedianTime,
userQueryProposalStatus,
}: {
prop
src/pages/governance/_components/ProposalTable.tsx:101
FunctionProposalTable({
proposals,
proposalsVotes,
currentBlockHeight,
currentBlockMedianTime,
userQueryProposalStatus,
}
src/pages/governance/_components/ProposalTable.tsx:33
FunctionReadyVoteID({
userSelectedVote,
isLoading,
setIsLoading,
onClose,
voteCommand,
}: {
voteCommand: string;
us
src/pages/governance/_components/ConfirmVoteDialog.tsx:527