File tree Expand file tree Collapse file tree 5 files changed +45
-12
lines changed
node-page/components/logs
staking-page/components/list Expand file tree Collapse file tree 5 files changed +45
-12
lines changed Original file line number Diff line number Diff line change @@ -2715,6 +2715,10 @@ video {
2715
2715
border-top-width : 2px ;
2716
2716
}
2717
2717
2718
+ .border-t {
2719
+ border-top-width : 1px ;
2720
+ }
2721
+
2718
2722
.border-dashed {
2719
2723
border-style : dashed;
2720
2724
}
@@ -3394,6 +3398,26 @@ video {
3394
3398
background-color : rgb (32 34 37 / var (--tw-bg-opacity ));
3395
3399
}
3396
3400
3401
+ .bg-\[\#36393e\] {
3402
+ --tw-bg-opacity : 1 ;
3403
+ background-color : rgb (54 57 62 / var (--tw-bg-opacity ));
3404
+ }
3405
+
3406
+ .bg-\[\#2d3035\] {
3407
+ --tw-bg-opacity : 1 ;
3408
+ background-color : rgb (45 48 53 / var (--tw-bg-opacity ));
3409
+ }
3410
+
3411
+ .bg-\[\#353a3e\] {
3412
+ --tw-bg-opacity : 1 ;
3413
+ background-color : rgb (53 58 62 / var (--tw-bg-opacity ));
3414
+ }
3415
+
3416
+ .bg-\[\#495056\] {
3417
+ --tw-bg-opacity : 1 ;
3418
+ background-color : rgb (73 80 86 / var (--tw-bg-opacity ));
3419
+ }
3420
+
3397
3421
.bg-gradient-to-b {
3398
3422
background-image : -webkit-gradient (linear, left top, left bottom, from (var (--tw-gradient-stops )));
3399
3423
background-image : linear-gradient (to bottom, var (--tw-gradient-stops ));
@@ -3934,6 +3958,11 @@ video {
3934
3958
color : rgb (230 228 228 / var (--tw-text-opacity ));
3935
3959
}
3936
3960
3961
+ .text-amber-200 {
3962
+ --tw-text-opacity : 1 ;
3963
+ color : rgb (253 230 138 / var (--tw-text-opacity ));
3964
+ }
3965
+
3937
3966
.placeholder-gray-400\/ 70::-webkit-input-placeholder {
3938
3967
color : rgb (156 163 175 / 0.7 );
3939
3968
}
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div
3
- class =" w-full h-full col-start-1 col-span-full row-start-2 row-end-12 grid grid-cols-24 grid-rows-12 bg-[#263238 ]"
3
+ class =" w-full h-full col-start-1 col-span-full row-start-2 row-end-12 grid grid-cols-24 grid-rows-12 bg-[#2d3035 ]"
4
4
>
5
5
<LogSidebar />
6
6
<div
10
10
v-for =" (log, index) in limitedLogs"
11
11
:key =" index"
12
12
:class =" `w-full h-full min-h-11 max-h-12 flex justify-start items-center gap-x-2 px-1 py-2 relative cursor-pointer text-[#e6e4e4] ${
13
- index % 2 === 0 ? 'bg-[#2f3337 ] ' : 'bg-[#202225]'
13
+ index % 2 === 0 ? 'bg-[#495056 ] ' : 'bg-[#202225]'
14
14
} overflow-y-hidden overflow-x-scroll whitespace-pre text-nowrap`"
15
15
@click =" copy(log)"
16
16
@mouseenter =" hoveredLogIndex = index"
17
17
@mouseleave =" hoveredLogIndex = null"
18
18
>
19
- <span class =" text-md font-semibold text-red-500 " >#{{ logsList.length - index }}</span >
19
+ <span class =" text-sm font-semibold text-gray-400 " >#{{ logsList.length - index }}</span >
20
20
<span class =" text-sm font-semibold" >{{ log }}</span >
21
21
<img
22
22
v-if =" hoveredLogIndex === index"
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" w-full h-full col-start-1 col-span-full row-start-12 row-span-1 grid grid-cols-12 bg-[#263238] p-1" >
2
+ <div
3
+ class =" w-full h-full col-start-1 col-span-full row-start-12 row-span-1 grid grid-cols-12 bg-[#2d3035] border-t border-gray-500 p-1"
4
+ >
3
5
<div class =" w-full h-full col-start-1 col-end-6 flex justify-center items-center space-x-2" >
4
6
<span class =" text-sm text-gray-400 font-semibold" >Service ID:</span >
5
- <span class =" text-gray -200 text-sm font-semibold" >
7
+ <span class =" text-amber -200 text-sm font-semibold" >
6
8
{{ client?.config?.serviceID }}
7
9
</span >
8
10
</div >
16
18
/>
17
19
</div >
18
20
<div
19
- class =" w-full h-full col-start-8 col-span-full flex justify-center items-center border border-gray-400 rounded-md"
21
+ class =" w-full h-full col-start-8 col-span-full flex justify-center items-center border border-gray-400 rounded-md bg-gray-200 "
20
22
>
21
- <div class =" w-8 flex justify-evenly items-center px-1 relative bg-[#263238] rounded-sm" >
23
+ <div class =" w-8 flex justify-evenly items-center px-1 relative bg-gray-200 rounded-sm" >
22
24
<svg
23
25
aria-hidden =" true"
24
26
class =" w-5 h-5 text-gray-500 dark:text-gray-400"
36
38
<input
37
39
v-model =" nodeStore.searchLogs"
38
40
type =" search"
39
- class =" z-10 text-gray-400 text-sm rounded-full block w-full px-2 py-1 placeholder-gray-500 bg-transparent"
41
+ class =" z-10 text-gray-700 text-sm rounded-full block w-full px-2 py-1 placeholder-gray-500 bg-transparent"
40
42
placeholder =" Search"
41
43
/>
42
44
</div >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" w-full h-full col-start-1 col-span-full row-start-1 row-end-2 grid grid-cols-12 bg-[#263238]" >
2
+ <div
3
+ class =" w-full h-full col-start-1 col-span-full row-start-1 row-end-2 grid grid-cols-12 bg-[#2d3035] border-b border-gray-500"
4
+ >
3
5
<div class =" w-full h-full col-start-2 col-end-5 flex justify-start items-center space-x-2" >
4
6
<img class =" w-7 h-7" :src =" client.sIcon" alt =" Service Icon" @mousedown.prevent />
5
7
<div class =" text-gray-200 text-lg font-semibold" >{{ client.name }}</div >
6
8
</div >
7
9
<div class =" w-full h-full col-start-5 col-end-8 flex justify-center items-center space-x-2" >
8
10
<span class =" text-sm text-[#dee3e3] font-semibold" >Category:</span >
9
- <span class =" text-amber-300 text-md font-semibold capitalize" >
11
+ <span class =" text-amber-200 text-md font-semibold capitalize" >
10
12
{{ client?.category }}
11
13
</span >
12
14
</div >
13
15
<div class =" w-full h-full col-start-8 col-end-11 flex justify-center items-center space-x-2" >
14
16
<span class =" text-sm text-[#dee3e3] font-semibold" >Version:</span >
15
- <span class =" text-amber-300 text-md font-semibold" >
17
+ <span class =" text-amber-200 text-md font-semibold" >
16
18
{{ client?.config?.imageVersion }}
17
19
</span >
18
20
</div >
Original file line number Diff line number Diff line change @@ -205,8 +205,8 @@ watch(
205
205
() => stakingStore .keys .length ,
206
206
async (newLength , oldLength ) => {
207
207
if (newLength !== oldLength) {
208
- removeDuplicatedDoppelgangerKeys ();
209
208
await listKeys ();
209
+ removeDuplicatedDoppelgangerKeys ();
210
210
}
211
211
}
212
212
);
You can’t perform that action at this time.
0 commit comments