From b3f62cc10d1fc5fe57a6828bd3b11102acb45187 Mon Sep 17 00:00:00 2001 From: Boris Kubiak Date: Fri, 20 Nov 2020 11:58:31 +0100 Subject: [PATCH] Add the 'show password' feature --- README.md | 2 -- src/assets/fonts/icomoon.woff | Bin 1428 -> 2020 bytes src/assets/icomoon.json | 1 + src/css/fonts.sass | 28 ++++++++++++++++++++-------- src/vue/Description.vue | 1 - src/vue/Input.vue | 2 -- src/vue/Result.vue | 13 +++++++++++-- src/vue/Save.vue | 17 +++++++++++++++-- 8 files changed, 47 insertions(+), 17 deletions(-) create mode 100644 src/assets/icomoon.json diff --git a/README.md b/README.md index 37d88db..c807487 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![Build Status][build-img]][build-link] [![License][license-img]][license-link] [![Maintainability][maint-img]][maint-link] -![Visitors][visitors-img] Browser-based ETH vanity address generator @@ -84,4 +83,3 @@ npm run build [license-link]: https://raw.githubusercontent.com/bokub/vanity-eth/master/LICENSE [maint-img]: https://flat.badgen.net/codeclimate/maintainability/bokub/vanity-eth [maint-link]: https://codeclimate.com/github/bokub/vanity-eth/maintainability -[visitors-img]: https://flat.badgen.net/runkit/vanity-eth-visits-oleal3y7ahxg diff --git a/src/assets/fonts/icomoon.woff b/src/assets/fonts/icomoon.woff index 6f81af3447d1ca87c50b6150e35606add3c17082..64449075ab67a2ecf4c5226f3c43a67cf7ca194f 100644 GIT binary patch delta 1053 zcmYjQOH30{6uoyIoq<9IglPw%d;HLID#=O9YG2RHGZEL8K%UP)I~Jg+N>w zVn$B^zb%zD_}2=FGf%-g)=VJ@e*K_D-(#_PJ09 z5NJp{kezzY0VbzR1rMvNiG|*HbOZonv=HG?FMYh7W8=haQ|#uj&BFTNa4+e)#S9{> z92upoGaenM!lI4h@)Yu5U?>{zBd&#t-{pARne}I6cyx^Vp_fVP7|j@)PUhe#G$qes z7v1M@Ao)hPmGA}?i$w`~y$wU2M4X|IL0QyQ7lIb9SVERmQk$ZmPlb>Uyh`qmDidlY!1J^ThiqbL?&e(x3;=Z7YVbXn9x@WT#DxP zgcPMMh=Ql9ghc+S_L3%BxTdErowB00m8!^_IXP-!BoOFm8*tB4QHcgsaO>L++l0Bc z-0fej3EPAW!BVYOb(OUihpIw~t3Y27MMVjDyjwv;q`V}uJ0&TccPwG#YrlDdJIFuO zB-sd13}@gXS(x_DO17!igPxr(>e|VvLq~}C@8MCgMoyBjR#HTAj=Zj~vkH)I%dRD~ znQ%CA81m@Zp$F|#eq)|8E!BZ$Sd}R;QTXe3yZsytj4nC?fk>fxbpHIHS*P8Y8QvI4 zc)~odrdC^s^%<%BNgbyvk$fOjJovG7Ew|-2Wb^+3;PaR6p9jxm4{JPcHu%&com~K7 qmLEe{=loHm6lPH9cwU7GwBZw6#;?TkN@nOc4loG($A9^YJ;i^pea996 delta 457 zcmXw$%S!@L6o=25>*N!ZeAOmg)FLV)kOChFfkTv33u##lW*RsuC}fb-s-Rtt3)|Pa zMVqu1mMH{oYSCZNvRza}G|(gW3*yyRkdIknHt3s>qMe!gYK(pImA=UsL7y+ixh@u_EF+@#k zVF3MFTc@?rj{&W9Th}6ZT^G7PAGMlbDhv4;ujFt#9g=t2m+`m(DTw%bn>gCA2H(M~ zBLVPyF%X|qfG4y?J69g)}|D!3C`yNc-fDs77I_v@e+WhSXm;`
Address:
Private key: - +
-
@@ -39,6 +39,15 @@ id.appendChild(blockies({seed: addr.toLocaleLowerCase(), scale: 6})); } } + }, + methods: { + revealKey() { + this.reveal = true; + this.$root.$emit('event', 'Reveal'); + }, + openSave() { + this.$root.$emit('event', 'Save'); + } } }; diff --git a/src/vue/Save.vue b/src/vue/Save.vue index c8c3db7..bccdb9d 100644 --- a/src/vue/Save.vue +++ b/src/vue/Save.vue @@ -5,8 +5,11 @@
- +