-
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 view after verification #4195
base: feature/4153-view-after-verification-submission
Are you sure you want to change the base?
Add view after verification #4195
Conversation
|
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.
The state looks good, the details in your description regarding required permissions to create a motion are not relevant here though.
ce0508e
to
ec59e27
Compare
18eb06e
to
ccf2345
Compare
Description
This PR adds view for not nominated users (banner is not visible) or users that have successfully validated (banner is not visible and label "Verified" is displayed).
Checking if the user has permission to create a payment motion has also been added (it is only allowed for nominated users or for the owner). Checking is a mock, needs to be replaced with backend data.
Testing
Design
*Figma Link: Standard view user users not nominated
Resolves #4190