Skip to content
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

Open
wants to merge 16 commits into
base: feature/4126-sidebar-locked
Choose a base branch
from

Conversation

agnieszkajarosikloj
Copy link

@agnieszkajarosikloj agnieszkajarosikloj commented Jan 26, 2023

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

Screenshot 2023-01-26 at 12 07 46

Resolves #4131

@agnieszkajarosikloj agnieszkajarosikloj self-assigned this Jan 26, 2023
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@agnieszkajarosikloj agnieszkajarosikloj requested a review from a team January 26, 2023 11:13
Base automatically changed from feature/4125-verify-banner to feature/4126-sidebar-locked March 6, 2023 14:34
Copy link
Member

@arrenv arrenv left a 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.

Comment on lines 82 to 84
icon: <Icon name="usd-coin" appearance={{ size: 'medium' }} />,
amount: '5,300',
currency: 'USDC',
Copy link
Member

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.

Comment on lines 99 to 102
icon: <Icon name="usd-coin" appearance={{ size: 'medium' }} />,
amount: '3,800 / year',
currency: 'USDC',
}}
Copy link
Member

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.

Comment on lines 109 to 111
icon: <Icon name="usd-coin" appearance={{ size: 'medium' }} />,
amount: '3,800 / year',
currency: 'USDC',
Copy link
Member

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.

Comment on lines 92 to 94
icon: <Icon name="usd-coin" appearance={{ size: 'medium' }} />,
amount: '5,300',
currency: 'USDC',
Copy link
Member

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.

@agnieszkajarosikloj agnieszkajarosikloj force-pushed the feature/4131-view-for-unverified-protector branch from ed64f75 to 085b5dd Compare March 13, 2023 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants