Add QRCode
This commit is contained in:
parent
b49620efed
commit
0acf45dae6
@ -7,7 +7,8 @@ registerTranslateConfig({
|
||||
loader: lang => fetch(`/language/${lang}.json`).then(res => res.json())
|
||||
})
|
||||
|
||||
import '../components/ButtonIconCopy'
|
||||
import '../components/ButtonIconCopy.js'
|
||||
import '../components/QortalQrcodeGenerator.js'
|
||||
import '@material/mwc-button'
|
||||
import '@material/mwc-checkbox'
|
||||
import '@material/mwc-dialog'
|
||||
@ -500,6 +501,11 @@ class MultiWallet extends LitElement {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.qrcode-pos {
|
||||
margin-top: -180px;
|
||||
margin-left: 425px;
|
||||
}
|
||||
|
||||
@media (max-width: 863px) {
|
||||
.wallet {
|
||||
width: 100%;
|
||||
@ -728,6 +734,9 @@ class MultiWallet extends LitElement {
|
||||
${this.renderSendButton()}
|
||||
</span>
|
||||
</h2>
|
||||
<div class="qrcode-pos">
|
||||
<qortal-qrcode-generator data="${this.getSelectedWalletAddress()}" mode="octet" format="html" auto></qortal-qrcode-generator>
|
||||
</div>
|
||||
<div id="transactions">
|
||||
${this.loading ? html`<paper-spinner-lite style="display: block; margin: 5px auto;" active></paper-spinner-lite>` : ''}
|
||||
<div id="transactionsDOM"></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user