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

feat(tinlake-ui): update pool title, fix wording #63

Merged
merged 8 commits into from
Dec 18, 2020
Merged

Conversation

hieronx
Copy link
Contributor

@hieronx hieronx commented Dec 17, 2020

No description provided.

@hieronx hieronx changed the title feat(tinlake-ui): add oversubscribed label in pool title feat(tinlake-ui): update pool title, fix wording Dec 17, 2020
@hieronx hieronx linked an issue Dec 17, 2020 that may be closed by this pull request
@hieronx hieronx linked an issue Dec 18, 2020 that may be closed by this pull request
Copy link
Contributor

@philipstanislaus philipstanislaus left a comment

Choose a reason for hiding this comment

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

Thanks, just 2 comments 🎉

tinlake-ui/components/PoolTitle/index.tsx Outdated Show resolved Hide resolved
@@ -208,7 +208,7 @@ const TrancheOverview: React.FC<Props> = (props: Props) => {
{card === 'redeem' && <RedeemCard {...props} setCard={setCard} updateTrancheData={updateTrancheData} />}

{trancheData?.token && trancheData.token.length > 0 && trancheData.token.length < 7 && (
<AddWalletLink onClick={addToWallet}>Add {trancheData?.token} to your wallet</AddWalletLink>
<AddWalletLink onClick={addToWallet}>Display {trancheData?.token} in your wallet</AddWalletLink>
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure Display is clearer. Can we be a bit more wordy?

Maybe Add this token to your Metamask wallet.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's from Dennis's issue: #69. We should avoid the word "add" at least, since it implies "getting" the token. Whereas "display" avoids this connotation.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I also think it's good to mention the actual token symbol in the text.

Copy link
Contributor

Choose a reason for hiding this comment

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

I find that highly confusing since it’s not displayed anywhere else. But sure, we can improve that another time.

@hieronx hieronx merged commit a226bed into main Dec 18, 2020
@hieronx hieronx deleted the oversubscribed-label branch December 18, 2020 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants