From c15655defeb9616cfdde83b477307c94cb3058cd Mon Sep 17 00:00:00 2001
From: Max Behzadi <69126271+MaxTheGeeek@users.noreply.github.com>
Date: Fri, 21 Feb 2025 16:48:04 +0100
Subject: [PATCH] FIX: Release Fixes (#2194)
* ADD: logs to debug
* FIX: lines warning
* FIX: removing imported dplg key
* REMOVE: log
* FIX: fetching dplg interval
* ADD: fetching dplg interval
* FIX: some fixes on lines
* REMOVE: CSM Website Link
* REMOVE: Log for prysm keystore mod change
* FIX: only get csm stats if lcom is running
* FIX: csm in queue value
* FIX: CSM stats somewhat
* FIX: missing translation
* FIX: preline issue
* FIX: wrong pass for dplg
* REMOVE: comments & logs
* FIX: open app twice
* FIX: format
---------
Co-authored-by: NeoPlays <80448387+NeoPlays@users.noreply.github.com>
---
launcher/src/App.vue | 10 +-
launcher/src/backend/Monitoring.js | 1 +
.../src/backend/ValidatorAccountManager.js | 3 +-
launcher/src/backend/web3/CSM.js | 10 +-
launcher/src/background.js | 290 +++++++++---------
.../components/widgets/CsmStateWidget.vue | 23 +-
.../components/widgets/IdKeyCsm.vue | 29 +-
.../UI/edit-page/components/edit/EditBody.vue | 2 +-
.../components/UI/node-page/NodeScreen.vue | 1 +
.../UI/node-page/components/node/NodeBody.vue | 2 +-
.../UI/staking-page/StakingScreen.vue | 11 +-
.../staking-page/components/list/ListBody.vue | 38 ++-
.../components/list/rows/DoppelGCheckRow.vue | 41 +--
.../components/client-commands/ButtonBox.vue | 14 +-
.../src/components/layers/ConnectionLine.vue | 17 +-
launcher/src/composables/importKey.js | 16 +-
launcher/src/composables/validators.js | 17 +-
launcher/src/languages/en.json | 3 +-
18 files changed, 256 insertions(+), 272 deletions(-)
diff --git a/launcher/src/App.vue b/launcher/src/App.vue
index 30232dbf9b..e3691fcd9c 100755
--- a/launcher/src/App.vue
+++ b/launcher/src/App.vue
@@ -3,8 +3,14 @@
-