Skip to content

Commit

Permalink
fix: UI adjustment in labels in receive tab
Browse files Browse the repository at this point in the history
  • Loading branch information
jplomas committed Nov 16, 2020
1 parent 4d7f18c commit bf375c1
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .electrify/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ app.on('ready', function() {
if (process.platform === 'darwin') {
app.setAboutPanelOptions({
applicationName: "QRL Wallet",
applicationVersion: "1.6.0",
applicationVersion: "1.6.1",
version: "Electron 1.8.8",
copyright: "Die QRL Stiftung, Zug Switzerland",
credits: "The QRL Developers"
Expand Down
2 changes: 1 addition & 1 deletion .electrify/package-lock.json

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

2 changes: 1 addition & 1 deletion .electrify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "QRLWallet",
"productName": "QRLWallet",
"projectName": "qrl-wallet",
"version": "1.6.0",
"version": "1.6.1",
"main": "index.js",
"dependencies": {
"electrify-qrl": "0.2.3",
Expand Down
2 changes: 1 addition & 1 deletion imports/startup/both/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import './nodes.js'
SHOR_PER_QUANTA = 1000000000

// qrl-wallet Version
WALLET_VERSION = '1.6.0'
WALLET_VERSION = '1.6.1'

// qrl.proto sha256 sum for each release of QRL Node
QRLPROTO_SHA256 = [
Expand Down
8 changes: 4 additions & 4 deletions imports/ui/pages/transfer/transfer.html
Original file line number Diff line number Diff line change
Expand Up @@ -776,13 +776,13 @@ <h4>Your Public QRL Address</h4>
<div class="ui stackable grid">
<div class="sixteen wide column left aligned">
<h4>Address Details</h4>
<div class="ui label">Signature Scheme: {{addressValidation.signatureScheme}}</div>
<div class="ui label" style="color: #000 !important;">Signature Scheme: {{addressValidation.signatureScheme}}</div>
<br /><br />
<div class="ui label">Tree Height: {{addressValidation.height}}</div>
<div class="ui label" style="color: #000 !important;">Tree Height: {{addressValidation.height}}</div>
<br /><br />
<div class="ui label">Total Signatures: {{addressValidation.totalSignatures}}</div>
<div class="ui label" style="color: #000 !important;">Total Signatures: {{addressValidation.totalSignatures}}</div>
<br /><br />
<div class="ui label">Hash Function: {{addressValidation.hashFunction}}</div>
<div class="ui label" style="color: #000 !important;">Hash Function: {{addressValidation.hashFunction}}</div>
<br /><br />
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qrl-wallet",
"version": "1.6.0",
"version": "1.6.1",
"description": "QRL Wallet",
"author": "The QRL Contributors",
"license": "MIT",
Expand Down

0 comments on commit bf375c1

Please sign in to comment.