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

New 'wallet load create' page #156

Closed
wants to merge 11 commits into from
110 changes: 110 additions & 0 deletions assets/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2722,6 +2722,15 @@ input {
}
}

.topRightButton {
margin: 0;
padding: 0;
position: absolute;
right: 20px;
top: 15px;
z-index: 1000;
}

.closeCross {
color: #fff;
font-size: 20px;
Expand Down Expand Up @@ -3355,4 +3364,105 @@ select.form-control option {
padding-right:17px;
padding-top: 14px;
padding-bottom: 14px;
}

.walletLanding {
transition: all .3s ease-in-out;
overflow: hidden;
}

.walletLanding .landBtn {
background-color:rgba(0, 0, 0, 0.45);
border-radius:10px;
aspect-ratio:1/1;
flex-direction: column;
transition: all 0.125s ease-in-out;
font-weight: 800;
padding: 10px 20px;
margin: 10px;
}

@media (max-width: 992px) {
.walletLanding .landBtn {
aspect-ratio: 1/0.65;
}
}

.walletLanding .landBtn:hover {
background-color:rgba(0, 0, 0, 0.65);
cursor:pointer;
}

.walletLanding .coinstat-icon {
margin-bottom:15px;
}

.walletLanding span {
font-weight:normal;
font-size:11px;
margin-top:3px;
}

.importVanity {
transition: all .3s ease-in-out;
overflow: hidden;
padding: 15px 0px;
}

.advancedLanding {
width: 100%;
margin-top: -10px;
}

.textIcon,
.textIconBack {
display: inline-block;
height: 35px;
font-size: 16px;
background-color: #ffffff17;
border-radius: 25px;
margin-bottom: 12px;
cursor: pointer;
transition: all 0.125s ease-in-out;
padding-right:15px;
}

.textIconBack {
width: 35px;
}

.textIconBack i {
top: 9px !important;
left: 8px;
}

.textIcon .textAdvanced {
position:relative;
top:5px;
margin-left:12px;
font-size: 13px;
}

.textIcon:hover {
background-color:#ffffff1f;
}

.advancedLanding span i,
.textIcon i {
position: relative;
top: 6px;
left: 8px;
margin-left:3px;
}

.vanityLedger {
transition: all .3s ease-in-out;
opacity: 0;
width:0px;
height:0px;
}

.py-3px {
padding-bottom: 3px!important;
padding-top: 3px!important;
}
18 changes: 3 additions & 15 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
# New Features
- PIVX Promos: Create or Redeem on-chain gift codes.
- Dashboard Activity: Detailed transaction history.
- New Database: With modern features and scalability.
- Per-update changelog: You're reading it right now!

# Improvements
- New Landing: landing replaced with a loader.
- New Settings screen design, sleek and intuitive.
- New Explorer: explorer.duddino.com.
- New On-boarding: Streamlined on-boarding process!
- Added 'back' button to Seed Phrase creation.

# Bug Fixes
- Fixed VanityGen from failing.
- Fixed CoinGecko API spam, reducing ratelimits.
- Fixed potential XSS vulnerabilities.
- Fixed Masternodes being loaded from the wrong DB.
- Fixed Activity failing to load on Shield Txs.
- Fixed black screens on Payment Request URLs.
- Fixed Payment Request info staying post-payment.
# Bug Fixes
Loading
Loading