format nodeOverview state badges, review textFilter

- textFilter now remains on compare
This commit is contained in:
Christoph Kluge
2026-01-30 12:51:49 +01:00
parent d397457ce6
commit 2ef1826b12
4 changed files with 64 additions and 66 deletions

View File

@@ -155,8 +155,9 @@
{#if !showCompare}
<TextFilter
{presetProject}
bind:authlevel
bind:roles
{authlevel}
{roles}
{filterBuffer}
setFilter={(filter) => filterComponent.updateFilters(filter)}
/>
{/if}