From a7efe8356cde5b7073ba78e74f075b7bf043fe4d Mon Sep 17 00:00:00 2001 From: David Cooper Date: Wed, 9 Aug 2023 22:47:04 -0400 Subject: [PATCH] wip --- client/src/main/Header.svelte | 2 +- client/src/main/SettingsModal.svelte | 41 ++++++++++++---------------- client/src/main/player/List.svelte | 5 ++-- 3 files changed, 21 insertions(+), 27 deletions(-) diff --git a/client/src/main/Header.svelte b/client/src/main/Header.svelte index dfdaf9df..6767f5a9 100644 --- a/client/src/main/Header.svelte +++ b/client/src/main/Header.svelte @@ -22,7 +22,7 @@
{#if $config.UI_MODES.includes(0) && $userConfig.uiMode >= 1} - + {/if} + {/if} {/each}
-
User Interface mode:
- -
Audio Output Device:
ON {/if} - {#if $userConfig.uiMode > 0} -
Broadcast Compression:
-
- {$config.BROADCAST_COMPRESSION ? "Enabled" : "Disabled"} -
+
Broadcast Compression:
+
+ {$config.BROADCAST_COMPRESSION ? "Enabled" : "Disabled"} +
-
Station Admin:
- Open in your web browser - {/if} +
Station Admin:
+ Open in your web browser
diff --git a/client/src/main/player/List.svelte b/client/src/main/player/List.svelte index e23c23a9..d45ebe8f 100644 --- a/client/src/main/player/List.svelte +++ b/client/src/main/player/List.svelte @@ -11,7 +11,7 @@
{#each items as item, index (item.generatedId)} {@const isFirstItem = index === 0} -
+
{#if $userConfig.uiMode > 0}