kleros-v2 icon indicating copy to clipboard operation
kleros-v2 copied to clipboard

UI: add buttons for dispute maintenance

Open jaybuidl opened this issue 1 year ago • 0 comments

The Next Period button calls KC.passPeriod(dispute.id) The Execute button calls KC.executeRuling(dispute.id) The Distribute Rewards/Penalties button calls KC.execute(dispute.id, dispute.currentRoundIndex, 20)

If the prepareCall fails, make the corresponding button greyed out (disabled), possibly show the error message somewhere (in the console or in a tooltip?).

image

jaybuidl avatar Jun 04 '24 12:06 jaybuidl