diff --git a/docs/offline.html b/docs/offline.html index 4471f3b..0aca4d0 100644 --- a/docs/offline.html +++ b/docs/offline.html @@ -62,6 +62,22 @@ + + + + + + +

Blah Blah

+

Blah Blah

+

Blah Blah

+

Blah Blah

+

Blah Blah

+
+
+ + + @@ -154,6 +170,7 @@ // --- DATA --- data: { wallet: { + tab: 0, // 0: 'privatekey', 1: 'mnemonics', 2: 'keystorefile' type: 'keystorefile', // 'mnemonics', // 'privatekey', 'keystorefile' mnemonics: null, keystoreFile: null, @@ -220,6 +237,12 @@ // approved: false, // ERC-721 & ERC-1155 ApprovalForAll // }, + tabs: [ + { name: 'privatekey', text: 'Private Key' }, + { name: 'mnemonics', text: 'Mnemonics' }, + { name: 'keystorefile', text: 'Keystore File' }, + ], + walletTypeOptions: [ { value: 'privatekey', text: 'Private Key' }, { value: 'mnemonics', text: 'Mnemonic Seed Phrase' }, @@ -340,6 +363,10 @@ // --- METHODS --- methods: { + updateURL(where) { + console.log(moment().format("HH:mm:ss") + " TODO updateURL: " + where); + }, + async recomputeWallet() { console.log(moment().format("HH:mm:ss") + " recomputeWallet: " + JSON.stringify(this.wallet)); if (this.wallet.type == 'privatekey') {