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

Verified status: no visual representation in Pioneer UI #4353

Merged
merged 4 commits into from
Apr 26, 2023

Conversation

RAISEMEUP007
Copy link
Contributor

fixes #4300

@vercel
Copy link

vercel bot commented Apr 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
dao ✅ Ready (Inspect) Visit Preview Apr 24, 2023 6:29pm
pioneer-2 ✅ Ready (Inspect) Visit Preview Apr 24, 2023 6:29pm
pioneer-2-storybook ✅ Ready (Inspect) Visit Preview Apr 24, 2023 6:29pm

Copy link
Contributor

@chrlschwb chrlschwb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@chrlschwb chrlschwb requested a review from thesan April 18, 2023 09:45
@chrlschwb chrlschwb added jsg-code-review community-dev issue suitable for community-dev pipeline labels Apr 18, 2023
Copy link
Member

@thesan thesan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job, just one left over console log to remove please.

@@ -44,6 +45,7 @@ const filterReducer = (filters: MemberListFilter, action: Action): MemberListFil
return MemberListEmptyFilter

case 'change':
// console.log(action.field);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// console.log(action.field);

@thesan
Copy link
Member

thesan commented Apr 20, 2023

@AnttoLion one more thing: the Gleev account shows when filtering verified accounts but doesn't have a tick mark. Could you check why please ? It's the only verified account I could find that isn't a FM too.

image

Copy link
Member

@thesan thesan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AnttoLion it all looks good to me but the CI blocked the PR because apparently the code style of VerifiedMemberIcon.tsx and useMembers.ts don't fully follow the Prettier config. You can solve this by running yarn lint:fix (if it fails pull the dev branch because this script was fixed in the Ephesus release).

Copy link
Member

@thesan thesan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect! Thank you 🙏

@thesan thesan merged commit bea24a4 into Joystream:dev Apr 26, 2023
@RAISEMEUP007
Copy link
Contributor Author

Thank you very much for all of your guidance @thesan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-dev issue suitable for community-dev pipeline
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Verified status: no visual representation in Pioneer UI
3 participants