issues
search
aragon
/
gov-app-template
An Aragon OSx simplified UI template for your custom DAO
6
stars
7
forks
source link
Complete proposal execution flows
#73
Closed
brickpop
closed
9 months ago
brickpop
commented
9 months ago
Allow to execute proposals that passed on token voting
Show the execute button only when applicable
Encapsulate the execution logic in two dedicated hooks
Remove the logic-in-UI code
Show the minimum veto voting power
Show the minimum turnout
Display the token symbol to signify that the unit relates to a token balance
Format all the threshold numbers
Other:
Using sequential if/then else flows to detect the proposal status
Adding a "no votes" and "no vetoes" placeholder message
Unify the "active" colours and make "executed" tags look different than "execute"
Display votes consecutively and not in vertical uneven columns
Lighter props passing by using hooks only where needed
Other: