From 0114ed03bf97f86488f6e807b795586418e1160c Mon Sep 17 00:00:00 2001 From: Valentin Boulanger Date: Sat, 25 Jan 2025 12:16:29 +0100 Subject: [PATCH] peripheral selection optimized --- .../src/components/Settings/DeviceCard.svelte | 23 ++++++++++--- .../Settings/InputsOutputsContent.svelte | 33 ++++++++++++++----- 2 files changed, 42 insertions(+), 14 deletions(-) diff --git a/frontend/src/components/Settings/DeviceCard.svelte b/frontend/src/components/Settings/DeviceCard.svelte index cd705f1..85158e0 100644 --- a/frontend/src/components/Settings/DeviceCard.svelte +++ b/frontend/src/components/Settings/DeviceCard.svelte @@ -37,7 +37,7 @@
-
+

{#if disconnected} {/if}{title}

{type} {location != '' ? "- " : ""}{location}
@@ -60,16 +60,29 @@