-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add payment dialog #4161
Add payment dialog #4161
Conversation
|
c91b1df
to
c890ed8
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.
@agnieszkajarosikloj Thank you, looks good to me.
Just the one comment.
*/ | ||
disabled | ||
/> | ||
{/* I'm not sure if 'isVotingExtensionEnabled' is the only condition that should be added here */} |
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, this is fine, you can remove this comment.
30abc95
to
f162ee8
Compare
c890ed8
to
f27c59a
Compare
Description
This PR adds a modal that creates a motion to pay for the incorporation process.
To test go to /incorporation/create route and click Create motion button.
Stage and form values are mocks.
Fee token and amount are mocks as well.
New stuff ✨
Payment dialog.
Figma link 🏗
https://www.figma.com/file/fmnKIUY0LGfEnsOOQloVVX/Korporatio?node-id=976%3A125165&t=QL9myOZFzLOHFXGL-0
Resolves #4151