File tree 5 files changed +44
-9
lines changed
5 files changed +44
-9
lines changed Original file line number Diff line number Diff line change
1
+ ### devop
2
+
3
+ - ignore e on mew-input type number [ #315 ] ( https://github.com/MyEtherWallet/mew-components/pull/315 )
4
+
1
5
### Release 1.3.7
6
+
2
7
### devop
8
+
3
9
- remove dapp btn capitalization [ #313 ] ( https://github.com/MyEtherWallet/mew-components/pull/313 )
4
10
- swap notification arrow alignment [ #312 ] ( https://github.com/MyEtherWallet/mew-components/pull/312 )
5
11
- address selector showing invalid identicon [ #311 ] ( https://github.com/MyEtherWallet/mew-components/pull/311 )
6
12
- tooltip alignment [ #304 ] ( https://github.com/MyEtherWallet/mew-components/pull/304 )
7
13
8
-
9
14
### Release 1.3.5
15
+
10
16
### devop
17
+
11
18
- Remove text capital style from mew button [ #306 ] ( https://github.com/MyEtherWallet/mew-components/pull/306 )
12
19
13
20
### fix
21
+
14
22
- use token container for notification swap tokens [ #307 ] ( https://github.com/MyEtherWallet/mew-components/pull/307 )
15
23
- ledger back button [ #308 ] ( https://github.com/MyEtherWallet/mew-components/pull/308 )
16
24
- token display on tablet view [ #309 ] ( https://github.com/MyEtherWallet/mew-components/pull/309 )
17
25
18
-
19
26
### Release 1.3.4
27
+
20
28
### devop
29
+
21
30
- allow users to hide address select save icon [ #302 ] ( https://github.com/MyEtherWallet/mew-components/pull/302 )
22
31
- fix persistent hint [ #303 ] ( https://github.com/MyEtherWallet/mew-components/pull/303 )
23
32
34
43
### fix
35
44
36
45
- mew-address-select showing wrong identicon bug [ #296 ] ( https://github.com/MyEtherWallet/mew-components/pull/296 )
46
+
37
47
### Release 1.1.0
38
48
39
49
### devop
Original file line number Diff line number Diff line change 87
87
class =" dropdown-icon-container d-flex align-center justify-center cursor-pointer full-height"
88
88
@click =" toggle"
89
89
>
90
- <v-icon class =" mew-heading-1 mx-5" > mdi-chevron-down </v-icon >
90
+ <v-icon class =" mew-heading-1 mx-5" >
91
+ mdi-chevron-down
92
+ </v-icon >
91
93
</div >
92
94
</template >
93
95
113
115
v-if =" !item.resolvedAddr || item.resolvedAddr === ''"
114
116
:hash =" item.address"
115
117
/>
116
- <span v-else class =" mew-address" >{{ item.address }}</span >
118
+ <span
119
+ v-else
120
+ class =" mew-address"
121
+ >{{ item.address }}</span >
117
122
</div >
118
123
<div class =" overline primary--text font-weight-medium ml-3" >
119
124
{{ item.nickname }}
Original file line number Diff line number Diff line change 10
10
:src =" blockieImg"
11
11
alt =" Blockie Image"
12
12
style =" display : block ; border-radius : 50% "
13
- / >
13
+ >
14
14
15
15
<!--
16
16
=====================================================================
17
17
Inset shadow on edge of blockie image
18
18
=====================================================================
19
19
-->
20
- <div v-if =" !flat" class =" inset-shadow" />
20
+ <div
21
+ v-if =" !flat"
22
+ class =" inset-shadow"
23
+ />
21
24
</div >
22
- <img v-if =" currency" alt =" icon" class =" currency-icon" :src =" currency" />
25
+ <img
26
+ v-if =" currency"
27
+ alt =" icon"
28
+ class =" currency-icon"
29
+ :src =" currency"
30
+ >
23
31
</div >
24
32
</template >
25
33
Original file line number Diff line number Diff line change 24
24
:append-icon =" showPasswordIcon"
25
25
:readonly =" isReadOnly"
26
26
@click:append =" onPasswordIconClick"
27
+ @keydown.native =" preventCharE($event)"
27
28
validate-on-blur
28
29
height =" 62"
29
30
>
@@ -328,6 +329,9 @@ export default {
328
329
clear (val ) {
329
330
this .inputValue = val ? val : ' ' ;
330
331
},
332
+ preventCharE (e ) {
333
+ if (this .type === ' number' && e .key === ' e' ) e .preventDefault ();
334
+ },
331
335
},
332
336
};
333
337
</script >
Original file line number Diff line number Diff line change 9
9
>
10
10
<!-- Popover trigger -->
11
11
<template #trigger >
12
- <v-icon v-if =" !hideIcon" class =" cursor-pointer" color =" searchText" small >
12
+ <v-icon
13
+ v-if =" !hideIcon"
14
+ class =" cursor-pointer"
15
+ color =" searchText"
16
+ small
17
+ >
13
18
mdi-information
14
19
</v-icon >
15
- <slot name =" activatorSlot" class =" d-flex" />
20
+ <slot
21
+ name =" activatorSlot"
22
+ class =" d-flex"
23
+ />
16
24
</template >
17
25
<!-- Popover content -->
18
26
<slot name =" contentSlot" />
You can’t perform that action at this time.
1 commit comments
github-actions[bot] commentedon Oct 12, 2022
Copy of this build can be found at
https://mewcomponents.mewbuilds.com/069221690577eec1a87c4f03ee5892c5ac07c5d7/index.html
https://www.cloudflare-ipfs.com/ipfs/
Virus Total analysis
https://www.virustotal.com/gui/file/da28db857a6f109a61109b573521815c70b46b79336fbae2b7547a8891311159