Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Currently proposals only show votes or deposits. We don't show required thresholds to succeed or pass.
I.e. in PolkadotJs

Describe alternatives you've considered
Display a bar that shows current votings/deposits and the thresholds. Negative votes could come from the right so we can show the threshold for those on the right. @jbibla ideas?
Additional context
Or we could have two bars, one for the Yes (Ayes) and another one for the Nos (Nays)
we probably want to only show 1 bar.
i think the way to do it is to have yes votes / deposits on the left and the threshold relative to the yes votes / deposits.
can you make some sketch for this like you did for the seed confirmation? Thanks
here is a bar with council voting threshold:

here is polkassembly's version of what we show

every proposal type we support has some combination of votes / deposits and a threshold which i think we should (one day) display using the same component.