zkparty / trusted-setup-frontend

The KZG Ceremony web browser implementation
https://ceremony.ethereum.org
229 stars 66 forks source link

UI changes - round 5 #117

Closed tvanepps closed 1 year ago

tvanepps commented 1 year ago

image

image

image

image

image

image

image

image

image

image

image

NicoSerranoP commented 1 year ago

12. In the Entropy Input page we are computing the PoT pubkeys that might be needed to be double signed with a wallet provider. In some computers it might take a little longer to compute, in this situation we get the waiting icon for a couple of seconds and we hide the button to avoid double clicking on it

25. I was not able to replicate the bug but I added a window.scrollTo() to see if it solves it.

14. I added the same shadow as FAQ and Records rows. The problem is that I feel it still does not look as heavy as those elements. I feel it is because the button has this triangular shape and makes the shadow follow it a little bit up. Check image below: image

10,13,16. Go back arrow: I delete the header in production (see image below) but I will leave it in testnet to show the "TESTNET CEREMONY" text. image image

24. I could not put margin in the bottom of the receipt (to make it appear that the yellow section ended but you could keep scrolling). To solve the "Download Receipt" button being too below I move it right after the title "Sequencer Acknowledgment" and added some padding (increase empty space of the receipt) at the bottom. Check image below: image

27. This bug appears to be caused because of translations not being updated. I hope to end tomorrow in order to send the update translations and fix this ASAP.