-
Notifications
You must be signed in to change notification settings - Fork 60
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
[SWA-128][FEAT] - Update social links, links to Range Liquidity and new Popup #1889
[SWA-128][FEAT] - Update social links, links to Range Liquidity and new Popup #1889
Conversation
✅ Deploy Preview for swapr ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Let's change the banner text to to be consistent: "Provide concentrated liquidity in Gnosis Chain" I think the most clear term is concentrated liquidity. |
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.
Code looks good, made a few comments to improve little things and some design related stuff.
<ClaimModal | ||
onDismiss={toggleClaimPopup} | ||
newSwprBalance={newSwprBalance} | ||
stakedAmount={stakedTokenAmount?.toFixed(3)} | ||
singleSidedCampaignLink={ | ||
data && !loading ? `/rewards/single-sided-campaign/${data.stakeToken.address}/${data.address}` : undefined | ||
} | ||
/> |
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.
Why are we removing this?
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.
This was a request from @0xVenky as far as I understood in the ticket:
https://linear.app/swaprhq/issue/SWA-128/update-social-links-and-showcase-new-amm-concentrated-liq
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.
Good Job Rorry, just a small typo on the banner. It can be merged after that fix.
export const DISCORD_INVITE_LINK = process.env.DISCORD_INVITE_URL ?? 'https://discord.com/invite/QFkNsjTkzD' | ||
export const LIQUIDITY_V3_LINK = process.env.LIQUIDITY_V3_URL ?? 'https://swapr.liquidity.eth.limo/#/info/pools' |
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.
🔥
…ty to Liquidity V3
…y V3 in the app header
…nner from div into anchor
67a6081
to
1301bfd
Compare
…, included mobile styles
…up and Banner (#1889) * chore(SWA-128): update Discord links * prune(STK-128): remove SWPR ClaimModal component * feat(SWA-128): add new Liquidity V3 header link * feat(SWA-128): create Liquidity V3 popup and update Tostify styles * feat(SWA-128): create the Liquidity V3 banner and place it on our Pools page
…up and Banner (#1889) * chore(SWA-128): update Discord links * prune(STK-128): remove SWPR ClaimModal component * feat(SWA-128): add new Liquidity V3 header link * feat(SWA-128): create Liquidity V3 popup and update Tostify styles * feat(SWA-128): create the Liquidity V3 banner and place it on our Pools page
Fixes: SWA-128
Description
Visual evidence
How to test the changes
https://swapr.liquidity.eth.limo/
, all Discord links should send a correct invitation to Swapr Discord and the Claim modal to claim $SWPR should be unavailable