Skip to content

Commit

Permalink
Merge pull request #501 from persistenceOne/tnc
Browse files Browse the repository at this point in the history
chore: feedback changes
  • Loading branch information
blackpanther1881 authored Jan 4, 2024
2 parents 8c13e00 + b10c1ed commit 627df95
Show file tree
Hide file tree
Showing 26 changed files with 469 additions and 442 deletions.
11 changes: 6 additions & 5 deletions src/assets/scss/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ body {
font-family: "Poppins", sans-serif;
font-weight: 500;
font-size: 12px;
line-height: 150%;
color: #2e3239;
}
}
Expand Down Expand Up @@ -749,7 +748,7 @@ body {

.inner-grid {
display: inline-block;
width: 50px;
max-width: 150px;
text-align: center;
}

Expand All @@ -758,10 +757,12 @@ body {
font-weight: 600;
font-size: 12px;
line-height: 180%;
text-decoration-line: underline;
color: #5f646c;
color: #FCFCFC;
cursor: pointer;
padding: 0 5px;
padding: 5px 10px;
background: #e50913;
border-radius: 4px;
margin-right: 4px;
}

.amount-warning {
Expand Down
26 changes: 14 additions & 12 deletions src/assets/scss/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/assets/scss/index.css.map

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions src/assets/scss/views/_dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -789,20 +789,21 @@
display: -webkit-flex;
align-items: center;
justify-content: center;
padding: 20px 30px;
padding: 20px 40px;
border: 1px solid;
border-radius: 6px;

&:nth-child(2) {
&:last-child {
//padding: 0px 20px;
margin: 0 20px;
margin: 0 0 0 30px;
}

.line {
display: flex;
display: -webkit-flex;
justify-content: space-between;
padding-bottom: 10px;
align-items: center;

&:nth-child(3) {
padding-bottom: 0;
Expand Down Expand Up @@ -837,7 +838,6 @@
.value {
font-weight: 600;
font-size: 14px;
line-height: 150%;
text-align: right;
font-family: 'Poppins', sans-serif;
}
Expand All @@ -854,9 +854,10 @@
background: rgba(29, 158, 97, 0.15);
color: #1D9E61;
font-size: 12px;
padding: 3px 10px;
padding: 5px 10px;
display: inline !important;
margin: 0px 5px;
margin: 0px 4px;
border-radius: 4px;
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions src/components/Banner/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ const Banner = () => {
</div>
<div className={!bannerOne ? "d-none" : "top-banner-section"}>
<p className="content">
Users being affected by geo-blocking can continue to access their
tokens via Keplr, Cosmostation, or Leap wallet. Learn more{" "}
Users affected by geo-blocking are suggested to transfer their
tokens to a new Keplr, Cosmostation, or Leap wallet. Learn more{" "}
<a
className={"link"}
href="https://blog.persistence.one/2023/12/28/how-to-transfer-staked-xprt-from-pwallet-to-keplr-leap-wallet-instantly/"
Expand All @@ -102,8 +102,8 @@ const Banner = () => {
className={!bannerOne ? "d-none" : "top-banner-section initial-banner"}
>
<p className="content">
Users being affected by geo-blocking can continue to access their
tokens via Keplr, Cosmostation, or Leap wallet. Learn more{" "}
Users affected by geo-blocking are suggested to transfer their tokens
to a new Keplr, Cosmostation, or Leap wallet. Learn more{" "}
<a
className={"link"}
href="https://blog.persistence.one/2023/12/28/how-to-transfer-staked-xprt-from-pwallet-to-keplr-leap-wallet-instantly/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ let English = {
TOTAL_BALANCE: "Total Balance",
DELEGATED: "Delegated",
DELEGATABLE: "Delegatable",
CURRENT_PRICE: `Current Price per ${DefaultChainInfo.currency.coinDenom}`,
CURRENT_PRICE: `Current Price`,
CURRENT_VALUE: "Current Value",
AMOUNT_UNDER_VESTING: "Vesting Balance",
TRANSFERABLE_AMOUNT: "Transferable Amount",
Expand Down
6 changes: 3 additions & 3 deletions src/containers/Common/DashboardHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,16 @@ const DashboardHeader = () => {
<div className="info p-3">
<a
className="nav-link primary-medium-color pb-2 pl-2"
href="https://blog.persistence.one/coin-type-migration-faqs/"
href="https://t.me/PersistenceOneChat"
rel="noopener noreferrer"
target="_blank"
onClick={() => onClick(t("HELP"))}
>
{t("FAQs")}
Contact
</a>
<a
className="nav-link primary-medium-color pb-2 pl-2 pb-2"
href="https://notes.persistence.one/s/9l80_chis"
href="https://blog.persistence.one/category/guides/"
rel="noopener noreferrer"
target="_blank"
onClick={() => onClick(t("HELP"))}
Expand Down
2 changes: 1 addition & 1 deletion src/containers/Common/ModalViewUnbondDetails/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const ModalViewUnbondDetails = (props) => {
onClick={handleModal}
title={`View Unbonding ${DefaultChainInfo.currency.coinDenom} Schedule`}
>
{t("VIEW")}
Cancel Unbonding
</span>
</>
);
Expand Down
Loading

0 comments on commit 627df95

Please sign in to comment.