-
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 for unverified protector #4158
base: feature/4126-sidebar-locked
Are you sure you want to change the base?
Add view for unverified protector #4158
Conversation
|
373a190
to
385fe33
Compare
385fe33
to
7c41994
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.
Thanks @agnieszkajarosikloj
Mostly looks good, just a few comments, which is not isolated to this PR.
icon: <Icon name="usd-coin" appearance={{ size: 'medium' }} />, | ||
amount: '5,300', | ||
currency: 'USDC', |
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.
These should be in a constants file.
icon: <Icon name="usd-coin" appearance={{ size: 'medium' }} />, | ||
amount: '3,800 / year', | ||
currency: 'USDC', | ||
}} |
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.
These should be in a constants file.
icon: <Icon name="usd-coin" appearance={{ size: 'medium' }} />, | ||
amount: '3,800 / year', | ||
currency: 'USDC', |
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.
These should be in a constants file.
icon: <Icon name="usd-coin" appearance={{ size: 'medium' }} />, | ||
amount: '5,300', | ||
currency: 'USDC', |
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.
These should be in a constants file.
ed64f75
to
085b5dd
Compare
Description
This PR adds view for user who is nominated as a protector and has not been verified yet.
To test this view go to /incorporation/create route and fill in the form. Nominate yourself as protector.
When you confirm the form you should see a banner with verify and remove buttons. You will also see the status (unverified) next to your name in the list of protectors. Status is a mock.
To test the view for non-nominated users, do not add yourself as a protector. After submitting the form, the appropriate labels should appear next to the fields with listed protectors. When you are not nominated, you should not see the banner with Remove and Verify buttons.
Figma link
Resolves #4131