dOrgJelli
dOrgJelli
https://github.com/web3connect/web3connect
Currently we've hard-coded our state persistence into the UI layer and are using the localStorage of the browser. We should instead be making API calls into the Lib layer, and...
Due to a recent bug fix, we've introduced another bug. When you enter in a number like `0.000000001` into the `Minimum DAO Bounty` text field, it gets converted to "1e-#"...
Choose from a list of Alchemy supported generic actions. Dependent on this issue here: https://github.com/daostack/alchemy/issues/1244
When a user deploys a DAO, save their configuration along with the deployment results (network name, DAOMigrationResult). Allow the user to see past deployments. This will help if they loose...
The SchemeRegistrar can have 2 voting machine configurations. This is partially supported in the library, and not supported at all in the UI.
Upon deploying your DAO, allow the user to select a specific Arc version they'd like to use, instead of just defaulting to latest.
Our front-end testing should be standardized and present for everything we do.