From c3edd4142033234598b57e592cdcd12b7ce833f1 Mon Sep 17 00:00:00 2001 From: limina1 Date: Mon, 23 Jun 2025 15:22:03 -0400 Subject: [PATCH] Invert person and hashtag selections --- src/lib/navigator/EventNetwork/Legend.svelte | 34 ++++++++++++++++---- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/src/lib/navigator/EventNetwork/Legend.svelte b/src/lib/navigator/EventNetwork/Legend.svelte index 38cec1b..4889c4e 100644 --- a/src/lib/navigator/EventNetwork/Legend.svelte +++ b/src/lib/navigator/EventNetwork/Legend.svelte @@ -393,13 +393,33 @@ {#if showPersonNodes && personAnchors.length > 0} -

- {#if totalPersonCount > displayedPersonCount} - Displaying {displayedPersonCount} of {totalPersonCount} people found. Click to toggle visibility: - {:else} - {personAnchors.length} people found. Click to toggle visibility: - {/if} -

+
+

+ {#if totalPersonCount > displayedPersonCount} + Displaying {displayedPersonCount} of {totalPersonCount} people found: + {:else} + {personAnchors.length} people found: + {/if} +

+ + +
+