From 30152a40cebf0f8c2ee37c45909e196f63057ba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Wed, 3 May 2023 16:21:03 +0200 Subject: [PATCH] feat, style: switch up groups display, add types, add highlight --- webui/src/components/AttributeView.svelte | 11 ++++- webui/src/components/Inspect.svelte | 54 +++++++++++++++-------- 2 files changed, 45 insertions(+), 20 deletions(-) diff --git a/webui/src/components/AttributeView.svelte b/webui/src/components/AttributeView.svelte index 99db197..c1da49f 100644 --- a/webui/src/components/AttributeView.svelte +++ b/webui/src/components/AttributeView.svelte @@ -16,6 +16,7 @@ export let editable = false; export let reverse = false; export let initialWidget: string | undefined = undefined; + export let highlighted = false; let currentWidget: string | undefined; @@ -61,7 +62,7 @@ } -
+

{#if !title && type?.address} @@ -122,6 +123,14 @@