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

@@ -156,7 +156,9 @@
>
</h4>
<span style="margin-right: 0.5rem;">
<Badge color={stateColors[item?.state? item.state : 'notindb']}>{item?.state? item.state : 'notindb'}</Badge>
<Badge color={stateColors[item?.state? item.state : 'notindb']}>
State: {item?.state? item.state.charAt(0).toUpperCase() + item.state.slice(1) : 'Not in DB'}
</Badge>
</span>
</div>
{#if item?.data}