-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display a summary of signers before the full list in explorer #1133
Labels
D-easy
Difficulty: easy
good first issue 👋
Good for newcomers
P-low
Priority: low
UX 🌞
User experience
Comments
Alenar
added a commit
that referenced
this issue
Oct 19, 2023
* The list of signers is now hidden behind an accordeon by default. * Some more data are shown in the left column. * The rigth column now hold a stakes breakdown chart. With the mainnet aggregator the list of signers is quite long, making the UI quite cubersome, now the UI will have a fixed size as long as the signers list is hidden (excepted for the genesis certificate that is a little shorter because it don't have signers).
Alenar
added a commit
that referenced
this issue
Oct 19, 2023
* The list of signers and next signers are now behind a single accordeon with one item for each (meaning that you can only show one of them at a time). * Those items are both collapsed by default. * This also means that the card group of the Pending Certificate has now two columns instead of three. * The number of item in each signers list is displayed in paranthesis in the accordeon items title. Like the certificate modal thoses lists were quite longs when querying the mainnet aggregator, this allow to have fixed size for the pending certificate box as long as the user don't expand them.
Alenar
added a commit
that referenced
this issue
Oct 19, 2023
* The list of signers is collapsed behind an accordion by default. * Some more data are shown in the left column. * The rigth column now hold a stakes breakdown chart. With the mainnet aggregator the list of signers is quite long, making the UI quite cubersome, now the UI will have a fixed size as long as the signers list is hidden (excepted for the genesis certificate that is a little shorter because it don't have signers).
Alenar
added a commit
that referenced
this issue
Oct 19, 2023
* The list of signers and next signers are now behind a single accordion with one item for each (meaning that you can only show one of them at a time). * Those items are both collapsed by default. * This also means that the card group of the Pending Certificate has now two columns instead of three. * The number of item in each signers list is displayed in paranthesis in the accordion items title. Like the certificate modal thoses lists were quite longs when querying the mainnet aggregator, this allow to have fixed size for the pending certificate box as long as the user don't expand them.
11 tasks
Alenar
added a commit
that referenced
this issue
Oct 19, 2023
* The list of signers is collapsed behind an accordion by default. * Some more data are shown in the left column. * The rigth column now hold a stakes breakdown chart. With the mainnet aggregator the list of signers is quite long, making the UI quite cubersome, now the UI will have a fixed size as long as the signers list is hidden (excepted for the genesis certificate that is a little shorter because it don't have signers).
Alenar
added a commit
that referenced
this issue
Oct 19, 2023
* The list of signers and next signers are now behind a single accordion with one item for each (meaning that you can only show one of them at a time). * Those items are both collapsed by default. * This also means that the card group of the Pending Certificate has now two columns instead of three. * The number of item in each signers list is displayed in paranthesis in the accordion items title. Like the certificate modal thoses lists were quite longs when querying the mainnet aggregator, this allow to have fixed size for the pending certificate box as long as the user don't expand them.
Alenar
added a commit
that referenced
this issue
Oct 23, 2023
* The list of signers is collapsed behind an accordion by default. * Some more data are shown in the left column. * The rigth column now hold a stakes breakdown chart. With the mainnet aggregator the list of signers is quite long, making the UI quite cubersome, now the UI will have a fixed size as long as the signers list is hidden (excepted for the genesis certificate that is a little shorter because it don't have signers).
Alenar
added a commit
that referenced
this issue
Oct 23, 2023
* The list of signers and next signers are now behind a single accordion with one item for each (meaning that you can only show one of them at a time). * Those items are both collapsed by default. * This also means that the card group of the Pending Certificate has now two columns instead of three. * The number of item in each signers list is displayed in paranthesis in the accordion items title. Like the certificate modal thoses lists were quite longs when querying the mainnet aggregator, this allow to have fixed size for the pending certificate box as long as the user don't expand them.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
D-easy
Difficulty: easy
good first issue 👋
Good for newcomers
P-low
Priority: low
UX 🌞
User experience
Why
As the number of signers of a snapshot increases, displaying the raw list from the
show
button becomes quite cumbersome:Furthermore, it seems what's interesting at first from an end-user perspective is a summary of the list of signers.
What
Instead of showing the full list immediately, first display some basic information like the total stake, the number of signers, and possibly the "shape" of the stake distribution. Then provide a "foldable" box to display the full list.
How
The text was updated successfully, but these errors were encountered: