-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gasless propose execution multisig on settings #1184
Conversation
c76dea5
to
c49c97f
Compare
129dfa5
to
c0eddef
Compare
f4ba7fb
to
b3dfa00
Compare
c0eddef
to
1c6b814
Compare
b99e889
to
55d8a81
Compare
957997b
to
b79ed07
Compare
55d8a81
to
2246eaa
Compare
b79ed07
to
3d363c0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, see my one fix, it's stopping me testing the changes as I get a white screen after clicking Next on Define Your Execution Multisig step in DAO creation
37d5918
to
fccccd8
Compare
I have problems integrating the components under `src/containers/manageExecutionMultisig/index.tsx` into the form. For some reason, the `AddAddresses` component causes that the context form `isDirty` to be false at some point, opening the "isDirty" loader and provoking a rerender of the page. When the isDirty is again true, and the page renders the form, it opens the `AccordionMultiple` default value, creating an effect of "open/close" for the gasless settings accordion item. For the moment, I deleted this loader to continue developing this branch meanwhile I talk with @Fabricevladimir to try to find a better solution.
It implements multiple fixes to adapt the form validation to the actual component behavior: - A custom validator for the add address to let the first row to be empty (for ux purposes) - Use the actions validator used on the manage members form - Implement a function to check if the add/remove actions are added. Now, the form should work properly, adding a "new settings" label and disabling the button when needed.
Accurs when go back from review proposal screeb, the empty actions are deleted so they can be undefined.
Avoid flickering Related to 89bca30
When going back and forward or modifying the settings
Not needed anymore, the executive committee members are going to be modified using the edit settings form
962b495
to
6431b4a
Compare
WebApp IPFS Hash: QmSaWU9Frmph4VbbR1VKpipeKnw98hqPUDG5ipeg64Cv9S |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, all good!
Description
Please include a summary of the change and be sure you follow the contributions rules we do provide here
Task: APP-0000
Type of change
Checklist:
CHANGELOG.md
file in the root folder.