From 6226aa3315f44a6ebc7984f9fdccc04c97f455de Mon Sep 17 00:00:00 2001 From: bayge Date: Tue, 23 Jul 2024 22:21:12 +0930 Subject: [PATCH 1/3] Add button for conversion to SPN points --- .../app/routes/$network/dashboard/airdrop/common.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/common.tsx b/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/common.tsx index 6450dc31e..2ea43502c 100644 --- a/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/common.tsx +++ b/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/common.tsx @@ -1895,6 +1895,12 @@ const RecapModal = ({ > Stake your $FLY airdrop + handleClaimYourFly("stake")} + > + Convert to SPN points + ); From 352a26751a5d1c4b99c8bef6914e25a77e1c5c9f Mon Sep 17 00:00:00 2001 From: bayge Date: Tue, 23 Jul 2024 22:23:52 +0930 Subject: [PATCH 2/3] Reenable some informative buttons --- .../app/routes/$network/dashboard/airdrop/common.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/common.tsx b/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/common.tsx index 2ea43502c..0534bd0be 100644 --- a/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/common.tsx +++ b/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/common.tsx @@ -69,7 +69,7 @@ const MAX_STAKING_DAYS = 365; const MINIMUM_FLUID_LIQUIDITY_USD = 10; const AIRDROP_BLOG_POST = - "https://blog.fluidity.money/announcing-the-fluidity-airdrop-and-ico-4c72172acb64"; + "https://blog.fluidity.money/announcing-the-fluidity-airdrop-season-3-fb5890a10e54"; interface IBottleDistribution extends React.HTMLAttributes { bottles: BottleTiers; @@ -1967,7 +1967,6 @@ const RecapModal = ({ size="large" type="external" handleClick={() => window?.open(AIRDROP_BLOG_POST, "_blank")} - disabled > Click here to learn more about $FLY distribution @@ -2011,7 +2010,6 @@ const RecapModal = ({ window?.open(AIRDROP_BLOG_POST, "_blank")} icon={} - disabled > See criteria From 126af16e946e22a5cdb966f0b92a8f376f96bba9 Mon Sep 17 00:00:00 2001 From: bayge Date: Tue, 23 Jul 2024 22:29:20 +0930 Subject: [PATCH 3/3] Space button better --- .../app/routes/$network/dashboard/airdrop/common.tsx | 2 +- web/app.fluidity.money/app/styles/dashboard/airdrop.css | 5 +---- web/app.fluidity.money/app/styles/dashboard/airdrop.scss | 8 +------- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/common.tsx b/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/common.tsx index 0534bd0be..08038d3b0 100644 --- a/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/common.tsx +++ b/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/common.tsx @@ -1899,7 +1899,7 @@ const RecapModal = ({ disabled={true} onClick={() => handleClaimYourFly("stake")} > - Convert to SPN points + Convert to $SPN points ); diff --git a/web/app.fluidity.money/app/styles/dashboard/airdrop.css b/web/app.fluidity.money/app/styles/dashboard/airdrop.css index a582a8e91..5d28e4e6f 100644 --- a/web/app.fluidity.money/app/styles/dashboard/airdrop.css +++ b/web/app.fluidity.money/app/styles/dashboard/airdrop.css @@ -972,12 +972,9 @@ padding-bottom: 20px; } -.recap-fly-count-buttons-spread > button:nth-child(1) { - margin-right: 10px; -} - .recap-fly-count-buttons-spread > button:nth-child(2) { margin-left: 10px; + margin-right: 10px; } .recap-fly-count-buttons-spread-container { diff --git a/web/app.fluidity.money/app/styles/dashboard/airdrop.scss b/web/app.fluidity.money/app/styles/dashboard/airdrop.scss index b305f9871..619fa1333 100644 --- a/web/app.fluidity.money/app/styles/dashboard/airdrop.scss +++ b/web/app.fluidity.money/app/styles/dashboard/airdrop.scss @@ -1110,12 +1110,9 @@ $holo: linear-gradient( padding-bottom: 20px; } -.recap-fly-count-buttons-spread > button:nth-child(1) { - margin-right: 10px; -} - .recap-fly-count-buttons-spread > button:nth-child(2) { margin-left: 10px; + margin-right: 10px; } .recap-fly-count-buttons-spread-container { @@ -1129,9 +1126,6 @@ $holo: linear-gradient( flex-direction: row; } -.recap-you-are-eligible-ethereum-address-delegate-solana { -} - .legal { margin-top: 1em; }