scaffold-eth / OP-RetroPGF3-Discovery-Voting

Create the voting and discovery process for OP retroactive public goods funding for badgeholders
https://op-retropgf3-discovery-voting.vercel.app
MIT License
14 stars 14 forks source link

Easier editing of allocation in My Ballot page #109

Closed ZakGriffith closed 11 months ago

ZakGriffith commented 11 months ago

Currently editing the allocation on the My Ballot page requires clicking the three dot icon, then hitting edit, then changing the value and saving. Lets make that easier and use an input and delete button just like how we do it in the List edit distribution page.

Current My Ballot page: image

Easier solution(But no need to include the greyed out, previous, distribution like in this List screenshot):
image

The input should be auto populated with the current allocation and also check for any allocations higher than the max. If they do type in a bigger number than allowed we should limit the number in the input and maybe even give them a warning message similar to the one in this modal:

image

escottalexander commented 11 months ago

I will tackle this one.