Badger-Finance / v2-ui

Badger Protocol Application Interface
http://app.badger.finance/
9 stars 7 forks source link

[feat. request]: Gov Portal Create Proposal Modal #2480

Closed mrbasado closed 1 year ago

mrbasado commented 1 year ago

PROPOSER_ROLE only button on governance page (below the table) that opens a new modal which allows them to call: schedule(address target,uint256 value,// string calldata signature,bytes calldata data,bytes32 predecessor,bytes32 salt,uint256 delay) . The modal will just be a form that has all of these fields.

This modal will also need to support the scheduleBatch() function which takes lists of the Paramaters passed in schedule(). After you fill the form you can click ( + ) button that will add a new form to fill out. use something similar to an Accordion with the form inside Screen Shot 2022-11-14 at 7 44 12 PM