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

Invitation lock tooltip (#3479) #3740

Merged

Conversation

traumschule
Copy link
Collaborator

@traumschule traumschule commented Oct 21, 2022

Fixes #3479

Took the liberty to also address Creation fee.

@vercel
Copy link

vercel bot commented Oct 21, 2022

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

Name Status Preview Updated
dao ✅ Ready (Inspect) Visit Preview Oct 21, 2022 at 6:50PM (UTC)
pioneer-2 ✅ Ready (Inspect) Visit Preview Oct 21, 2022 at 6:50PM (UTC)
pioneer-2-storybook ✅ Ready (Inspect) Visit Preview Oct 21, 2022 at 6:50PM (UTC)

@@ -111,7 +113,7 @@ export const BuyMembershipSignModal = ({
<TransactionInfo
title="Creation fee:"
value={membershipPrice?.toBn()}
tooltipText={'Lorem ipsum dolor sit amet consectetur, adipisicing elit.'}
tooltipText={'The price to create a membership.'}
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
tooltipText={'The price to create a membership.'}
tooltipText="The price to create a membership."

Copy link
Contributor

Choose a reason for hiding this comment

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

That would be nice to have before merge

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fixed in #3775.

@WRadoslaw
Copy link
Contributor

@dmtrjsg I don't see any issue for this tooltip change, please feel free to take a look and approve if everything is good

@dmtrjsg
Copy link
Contributor

dmtrjsg commented Oct 27, 2022

LGTM!

@WRadoslaw WRadoslaw merged commit 6f249a2 into Joystream:dev Oct 28, 2022
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 jsg-code-review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tooltip for Invitation Lock
3 participants