From d397457ce6977f59fe9cad2fd3ebed0606e10536 Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Thu, 29 Jan 2026 18:05:03 +0100 Subject: [PATCH] disable forced filter reset on compare --- web/frontend/src/Jobs.root.svelte | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/web/frontend/src/Jobs.root.svelte b/web/frontend/src/Jobs.root.svelte index a34e8727..45c70bff 100644 --- a/web/frontend/src/Jobs.root.svelte +++ b/web/frontend/src/Jobs.root.svelte @@ -37,6 +37,7 @@ /* Const Init */ const { query: initq } = init(); const ccconfig = getContext("cc-config"); + const matchedJobCompareLimit = 500; /* State Init */ let filterComponent = $state(); // see why here: https://stackoverflow.com/questions/58287729/how-can-i-export-a-function-from-a-svelte-component-that-changes-a-value-in-the @@ -169,12 +170,12 @@ {/if}
-