{#if calculateDisplayedValue !== undefined}
-
{calculateDisplayedValue(value)}
+
{calculateDisplayedValue(value)}
{/if}
diff --git a/Apps/frontend/src/const.js b/Apps/frontend/src/const.js
index ca21f599..523d436c 100644
--- a/Apps/frontend/src/const.js
+++ b/Apps/frontend/src/const.js
@@ -41,7 +41,7 @@ export const MIN_AMPLITUDE = 0.0;
export const MAX_AMPLITUDE = NUM_INTERVALS_HORIZONTAL / 2;
export const WAVE_CURSOR_SIZE = 50;
-export const MIN_CONTROL_PANEL_BOTTOM_HEIGHT = 280; //px
+export const MIN_CONTROL_PANEL_BOTTOM_HEIGHT = 304; //px
/* FRONTEND CONFIG */
export const BASE_URL = import.meta.env.VITE_BASE_URL;
diff --git a/Apps/frontend/src/rest/ChannelConfigController.js b/Apps/frontend/src/rest/ChannelConfigController.js
index 72572965..db4bb022 100644
--- a/Apps/frontend/src/rest/ChannelConfigController.js
+++ b/Apps/frontend/src/rest/ChannelConfigController.js
@@ -14,7 +14,7 @@ export function getAllChannelConfig() {
},
})
.then((response) => response.data)
- .catch(function (_) {
+ .catch(function () {
console.error(ERR_MSG_COULD_NOT_RETRIEVE_CHANNEL_CONFIG);
});
return response;
diff --git a/Apps/frontend/src/views/ChannelConfigControlPanel.svelte b/Apps/frontend/src/views/ChannelConfigControlPanel.svelte
deleted file mode 100644
index 7eafc4f5..00000000
--- a/Apps/frontend/src/views/ChannelConfigControlPanel.svelte
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-{#if $presetPopupOpen}
-
-
-
{LABEL_HEADER_LOAD_FROM_LIST_CHANNEL_CONFIG}
-
-
-
-
-
{LABEL_HEADER_CREATE_CHANNEL_CONFIG}
-
-
-
-
-
-
diff --git a/Apps/frontend/src/views/ControlPanelBottom.svelte b/Apps/frontend/src/views/ControlPanelBottom.svelte
index 64ad2254..22798b31 100644
--- a/Apps/frontend/src/views/ControlPanelBottom.svelte
+++ b/Apps/frontend/src/views/ControlPanelBottom.svelte
@@ -22,87 +22,83 @@