diff --git a/src/lib/navigator/EventNetwork/Settings.svelte b/src/lib/navigator/EventNetwork/Settings.svelte index c28df72..418057e 100644 --- a/src/lib/navigator/EventNetwork/Settings.svelte +++ b/src/lib/navigator/EventNetwork/Settings.svelte @@ -1,10 +1,9 @@
@@ -140,76 +102,6 @@ {/if}
- -
-
-

Display Limits

- -
- {#if displayLimitsExpanded} - -
-
- - { - const value = parseInt(e.currentTarget.value) || -1; - visualizationConfig.setMaxPublicationIndices(value); - }} - placeholder="-1 for unlimited" - class="w-full text-xs bg-primary-0 dark:bg-primary-1000 border border-gray-300 dark:border-gray-700 rounded-md px-2 py-1 dark:text-white" - /> -
- -
- - { - const value = parseInt(e.currentTarget.value) || -1; - visualizationConfig.setMaxEventsPerIndex(value); - }} - placeholder="-1 for unlimited" - class="w-full text-xs bg-primary-0 dark:bg-primary-1000 border border-gray-300 dark:border-gray-700 rounded-md px-2 py-1 dark:text-white" - /> -
- - -

- Automatically fetch missing referenced events -

-
- {/if} -