Remove chainnodes rpc and fixed progress bar #36

Open
tornadocontrib wants to merge 3 commits from tornadocontrib/classic-ui:fix-progress into development
2 changed files with 5 additions and 3 deletions
Showing only changes of commit 6886d81823 - Show all commits

View File

@ -18,9 +18,9 @@
</template>
<template v-slot:description>{{ notice.description }}</template>
</i18n>
<a v-if="notice.nova" href="https://nova.tornado.ws/" target="_blank" rel="noopener noreferrer">
<!-- a v-if="notice.nova" href="https://nova.tornado.ws/" target="_blank" rel="noopener noreferrer">
Tornado Cash Nova
</a>
</a -->
<a
v-if="notice.txHash"
:href="txExplorerUrl(notice.txHash)"

View File

@ -64,7 +64,7 @@ export default {
},
created() {
this.checkRecoveryKey()
this.newNotify()
// this.newNotify()
this.$store.dispatch('fees/setDefaultGasPrice')
},
mounted() {
@ -125,6 +125,7 @@ export default {
width: 440
})
},
/**
newNotify() {
const hasNotify = window.localStorage.getItem('hasNotify')
@ -144,6 +145,7 @@ export default {
window.localStorage.setItem('hasNotify', true)
}
},
**/
handleOpenModal() {
const recoveryKey = this.$sessionStorage.getItem(this.accounts.encrypt)
if (recoveryKey) {