From 2ab208788026d64b076f23a52436f23fd74bbf2e Mon Sep 17 00:00:00 2001 From: GussevPM Date: Mon, 12 May 2025 17:41:40 +0200 Subject: [PATCH 1/3] Show node stats --- components/LeftSidebar.vue | 2 +- pages/stats/index.vue | 2 +- services/config.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/LeftSidebar.vue b/components/LeftSidebar.vue index 4b6f398b..97af62c4 100644 --- a/components/LeftSidebar.vue +++ b/components/LeftSidebar.vue @@ -95,7 +95,7 @@ const mainLinks = reactive([ name: "Ecosystem", path: "/stats?tab=ecosystem", queryParam: {tab: "ecosystem"}, - show: false, + show: true, // show: isMainnet(), }, ], diff --git a/pages/stats/index.vue b/pages/stats/index.vue index 0473c9fd..be7ee25d 100644 --- a/pages/stats/index.vue +++ b/pages/stats/index.vue @@ -77,7 +77,7 @@ const tabs = ref([ }, { name: "ecosystem", - visible: false, + visible: true, // visible: isMainnet(), }, ]) diff --git a/services/config.js b/services/config.js index b625fe45..d67df3e3 100644 --- a/services/config.js +++ b/services/config.js @@ -42,7 +42,7 @@ export const useServerURL = () => { return Server.API.dev default: - return Server.API.dev + return Server.API.mainnet } } @@ -69,7 +69,7 @@ export const useSocketURL = () => { return Server.WSS.dev default: - return Server.WSS.dev + return Server.WSS.mainnet } } From cb3658ddcf0bf335f0aaec9b07a326fd7f9f1e3a Mon Sep 17 00:00:00 2001 From: GussevPM Date: Fri, 16 May 2025 14:40:18 +0200 Subject: [PATCH 2/3] ProbeLab reference --- components/modules/stats/tabs/EcosystemTab.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/components/modules/stats/tabs/EcosystemTab.vue b/components/modules/stats/tabs/EcosystemTab.vue index fe0feba9..67beb7ae 100644 --- a/components/modules/stats/tabs/EcosystemTab.vue +++ b/components/modules/stats/tabs/EcosystemTab.vue @@ -84,6 +84,13 @@ onMounted(async () => { :class="$style.chart_card" /> + + + Data provided by the + ProbeLab + team + + @@ -116,6 +123,11 @@ onMounted(async () => { height: 240px; } +.link { + color: var(--brand); + font-weight: 600; +} + @media (max-width: 1050px) { .chart { /* width: 700px; */ From 1e8d69bc71ba433ae7a40467a741682024e87ae2 Mon Sep 17 00:00:00 2001 From: GussevPM Date: Sat, 24 May 2025 22:12:00 +0200 Subject: [PATCH 3/3] Change visibility --- components/LeftSidebar.vue | 3 +-- components/modules/stats/GeoMap.vue | 2 +- pages/stats/index.vue | 3 +-- services/config.js | 4 ++-- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/components/LeftSidebar.vue b/components/LeftSidebar.vue index 97af62c4..61c43a6e 100644 --- a/components/LeftSidebar.vue +++ b/components/LeftSidebar.vue @@ -95,8 +95,7 @@ const mainLinks = reactive([ name: "Ecosystem", path: "/stats?tab=ecosystem", queryParam: {tab: "ecosystem"}, - show: true, - // show: isMainnet(), + show: isMainnet(), }, ], }, diff --git a/components/modules/stats/GeoMap.vue b/components/modules/stats/GeoMap.vue index aa89cd55..1c6e3353 100644 --- a/components/modules/stats/GeoMap.vue +++ b/components/modules/stats/GeoMap.vue @@ -510,7 +510,7 @@ watch(