snapshot-labs / sx-monorepo

Snapshot monorepo
https://snapshot.box
MIT License
14 stars 12 forks source link

feat: collapse results into "Others" if more than 6 are there #374

Closed Sekhmet closed 4 months ago

Sekhmet commented 4 months ago

Summary

If more than 6 results are there "Others" button will be visible to summarise options that you can expand.

There is special case if there are 7 results - last option won't be collapsed into "Others" because it would basically hide single choice and add extra friction to see it.

Closes: https://github.com/snapshot-labs/sx-monorepo/issues/233

How to test

  1. Go to http://localhost:8080/#/s:cvx.eth/proposal/0xc8666fbf22c09c9eb0e21ab961814f43ee99aaff14a96b23351c633ce9fae8e7
  2. You see "Others" summary.
  3. You can expand votes on click.

Screenshots

image