-
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 various states of Motions #4191
base: feature/4157-cancel-modal
Are you sure you want to change the base?
Add various states of Motions #4191
Conversation
…onyDapp into feature/cancel-incorporation-modal
|
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 @agnieszkajarosikloj, just one comment regarding the timeout.
@@ -55,7 +51,31 @@ const IncorporationPage = () => { | |||
}, []); | |||
|
|||
const handlePay = useCallback(() => { | |||
setActiveStageId(StagesEnum.Processing); | |||
setMotions((prevState) => [ |
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.
Please refactor this without the timeout, it is really only useful for reviewing and won't be needed for the interface.
3c07404
to
1f5f6a1
Compare
…olony/colonyDapp into feature/4157-cancel-modal
62d944e
to
ed0c387
Compare
Description
This PR adds section with the history of created Motions. Each motion in the list is a link (hardcoded now) and a tag with the motion status (pending, failed or passed, also hardcoded).
New stuff ✨
Design
Resolves #4188