Apply component to votelog page and voteLogCard. This is not complex one, just replaced QuantityLegend with required information and add container styling for vote legends.
For senate page, I've created component for this page called senateVoteLegendGroup with reduced display logic (only handle where it needed to show, either vote percentage tab or grouped tab) since previous code needs to handle both normal vote information and senate vote information.
Description
QuantityLegend
votelog
page andvoteLogCard
. This is not complex one, just replacedQuantityLegend
with required information and add container styling for vote legends.senateVoteLegendGroup
with reduced display logic (only handle where it needed to show, either vote percentage tab or grouped tab) since previous code needs to handle both normal vote information and senate vote information.