File tree 4 files changed +28
-1
lines changed
resources/images/icons2/20x20
quo2/components/wallet/transaction_summary
status_im2/contexts/quo_preview/wallet
4 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 50
50
(defn divider
51
51
[theme]
52
52
{:height 1
53
- :margin-vertical 4
53
+ :margin-top 4
54
+ :margin-bottom 3
54
55
:background-color (colors/theme-colors colors/neutral-10 colors/neutral-80 theme)})
55
56
56
57
(defn extra-info-header
Original file line number Diff line number Diff line change 12
12
:amount 1500
13
13
:token-logo (quo.resources/get-token :snt )})
14
14
15
+ (def asset-eth
16
+ {:size 24
17
+ :type :token
18
+ :token-name " ETH"
19
+ :amount 75
20
+ :token-logo (quo.resources/get-token :eth )})
21
+
15
22
(def asset-dai
16
23
{:size 24
17
24
:type :token
38
45
:account-name " Piggy bank"
39
46
:emoji " 🐷" })
40
47
48
+ (def collectibles-vault
49
+ {:size 24
50
+ :type :account
51
+ :account-name " Collectibles vault"
52
+ :customization-color :orange
53
+ :emoji " 🎮" })
54
+
41
55
(def aretha-gosling
42
56
{:size 24
43
57
:type :default
50
64
:full-name " James Bond"
51
65
:profile-picture (resources/mock-images :user-picture-male4 )})
52
66
67
+ (def mark-libot
68
+ {:size 24
69
+ :type :default
70
+ :full-name " Mark Libot"
71
+ :profile-picture (resources/mock-images :user-picture-male4 )})
72
+
53
73
(def mainnet
54
74
{:size 24
55
75
:type :network
90
110
(def context-tags
91
111
[{:key asset-snt
92
112
:value " SNT" }
113
+ {:key asset-eth
114
+ :value " ETH" }
93
115
{:key asset-dai
94
116
:value " UNK" }
95
117
{:key asset-collectible
98
120
:value " Account: Trip to Vegas" }
99
121
{:key piggy-bank
100
122
:value " Account: Piggy bank" }
123
+ {:key collectibles-vault
124
+ :value " Account: Collectibles vault" }
101
125
{:key aretha-gosling
102
126
:value " Person: Aretha Gosling" }
127
+ {:key mark-libot
128
+ :value " Person: Mark Libot" }
103
129
{:key james-bond
104
130
:value " Person: James Bond" }
105
131
{:key mainnet
You can’t perform that action at this time.
0 commit comments