From e824663cf7000f401dd249a3c9091df68f636b4e Mon Sep 17 00:00:00 2001 From: Aminah Burch Date: Wed, 20 Sep 2023 20:31:44 +0300 Subject: [PATCH] feat(react-app): adds unstaking information text block --- .../react-app/src/views/StakeDashboard.tsx | 22 +++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/packages/react-app/src/views/StakeDashboard.tsx b/packages/react-app/src/views/StakeDashboard.tsx index b5d5fa9..eef3a74 100644 --- a/packages/react-app/src/views/StakeDashboard.tsx +++ b/packages/react-app/src/views/StakeDashboard.tsx @@ -5,7 +5,7 @@ import { Rounds, Navbar } from "../components"; import { useNavigate } from "react-router-dom"; import moment from "moment"; import { gql, useLazyQuery } from "@apollo/client"; -import { UsergroupAddOutlined, LockOutlined } from "@ant-design/icons"; +import { UsergroupAddOutlined, LockOutlined, InfoCircleOutlined } from "@ant-design/icons"; import { getAmountStakedOnMe, formatGtc } from "../components/StakingModal/utils"; import StakingDoneNotificationModal from "../components/StakingModal/StakingDoneNotificationModal"; @@ -294,6 +294,24 @@ function StakeDashboard({ +
+
+
+ +
+

+ Prior Seasons & Unstaking Information: +

+
+ +
+
+

+ Season 18 concluded on August 31st. If you wish to manage stakes from previous seasons, including Alpha, Beta, and Season 18, scroll down to the Viewing Stake for section at the bottom of this page. You can select the relevant round to unstake or restake as needed. +

+
+
+
{roundEnded || (
@@ -324,7 +342,7 @@ function StakeDashboard({