-
Notifications
You must be signed in to change notification settings - Fork 22
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(gno/dao): add GetMembersJSON to voting module interface & retrieve it from UI #1343
fix(gno/dao): add GetMembersJSON to voting module interface & retrieve it from UI #1343
Conversation
…ori-dapp into e2e-test-dao-creation-gno
…dev/mikaelvallenet/feat/register-dao-to-profile-realm
…into dev/mikaelvallenet/feat/gno-display-dao-members
✅ Deploy Preview for teritori-dapp ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for testitori ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -1,12 +1,12 @@ | |||
import { Buffer } from "buffer"; |
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.
this is not related to this PR, no?
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.
hmm it just make roles a props and remove the fakeRoles,
but indeed, it's more a step that could be done in another PR or in the one for insert role manager.
Should i open another PR ?
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.
yes please because the scope of this PR is clearly defined and we can merge the fix right now where the role removal needs a bit more polish when there is no roles IMO
✅ Deploy Preview for gno-dapp ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Co-authored-by: n0izn0iz <[email protected]>
…hub.com:TERITORI/teritori-dapp into dev/mikaelvallenet/feat/gno-display-dao-members
Signed-off-by: Norman Meier <[email protected]>
Update & fix the flow to get members
Depends on #1341