Skip to content
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

fix #518: added switch to allow manual ABI specification #520

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

heueristik
Copy link

As discussed, I added the possibility to manually specify the ABI to allow interaction with proxied functions (see #518).
DAOs are currently not visible on Rinkeby (see #519), I couldn't test it with an actual transaction.
Because this is the first time I am working with react, it needs a proper review. Maybe things can be done more elegantly.

@heueristik heueristik added P1 🔜 'We need to do this ASAP' issues T1: App 📱 User-facing issues S1: Feature 👨‍🎨 Adding new stuff labels Jan 6, 2022
@@ -12,6 +12,7 @@ import {
SPACING,
Info,
} from '@aragon/ui';
import Switch from '@material-ui/core/Switch';
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't know how to use components/Switchs/BlueSwitch.tsx and didn't find an example.

@heueristik
Copy link
Author

heueristik commented Jan 18, 2022

@heueristik
Copy link
Author

We need this to be merged because the AN DAO should be able to remove signers from a Gnosis Safe multi-sig.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 🔜 'We need to do this ASAP' issues S1: Feature 👨‍🎨 Adding new stuff T1: App 📱 User-facing issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants