@@ -151,13 +151,6 @@ const newLinks = reactive([
151151 modalsStore .open (" api" )
152152 },
153153 },
154- {
155- icon: " block" ,
156- name: " Run Light Node" ,
157- callback : () => {
158- modalsStore .open (" api" )
159- },
160- },
161154])
162155
163156const handleNavigate = (url ) => {
@@ -239,18 +232,19 @@ const handleNavigate = (url) => {
239232 <Flex align =" center" gap =" 8" >
240233 <Icon
241234 v-if =" nodeStore.status === StatusMap.Started"
242- name =" zap "
243- size =" 12 "
235+ name =" lumina "
236+ size =" 14 "
244237 color =" brand"
245238 :class =" $style.light_node_running_icon"
246239 />
247- <Icon v-else name =" block " size =" 12 " color =" secondary" />
240+ <Icon v-else name =" lumina " size =" 14 " color =" secondary" />
248241
249242 <Text v-if =" nodeStore.status === StatusMap.Started" size =" 13" weight =" 600" color =" primary" >Running</Text >
250- <Text size =" 13" weight =" 600" color =" secondary" >Light Node</Text >
243+ <Text size =" 13" weight =" 600" color =" secondary" >Node</Text >
251244 </Flex >
252245
253- <Icon name =" arrow-narrow-right" size =" 14" color =" secondary" />
246+ <Icon v-if =" nodeStore.status !== StatusMap.Started" name =" arrow-narrow-right" size =" 14" color =" secondary" />
247+ <Text v-else size =" 12" weight =" 600" color =" tertiary" >{{ nodeStore.percentage.toFixed(0) }}%</Text >
254248 </Flex >
255249
256250 <!-- <Flex justify="end" :class="$style.ad">
@@ -265,7 +259,7 @@ const handleNavigate = (url) => {
265259 <Dropdown position =" end" fullWidth >
266260 <Flex align =" center" gap =" 8" justify =" between" :class =" $style.network_selector" >
267261 <Flex align =" center" gap =" 8" >
268- <Icon name =" globe" size =" 12 " :color =" head.synced ? 'brand' : 'red'" />
262+ <Icon name =" globe" size =" 14 " :color =" head.synced ? 'brand' : 'red'" />
269263 <Text size =" 13" weight =" 600" color =" secondary" >
270264 {{ getNetworkName() }}
271265 </Text >
0 commit comments