From 84d7a7aa7d5aec71a713cc09cf1a129fc5fabcb1 Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Thu, 5 Feb 2026 13:06:46 +0100 Subject: [PATCH] add running default filter to list name column links if useful --- web/frontend/src/List.root.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/frontend/src/List.root.svelte b/web/frontend/src/List.root.svelte index 6bc1cd8f..239bf5f1 100644 --- a/web/frontend/src/List.root.svelte +++ b/web/frontend/src/List.root.svelte @@ -319,11 +319,11 @@ {#if type == "USER"} - {scrambleNames ? scramble(row.id) : row.id} {:else if type == "PROJECT"} - {scrambleNames ? scramble(row.id) : row.id} {:else}