feature/cmdk-attribute-filter #150

Merged
hsiegeln merged 13 commits from feature/cmdk-attribute-filter into main 2026-04-24 13:49:25 +02:00
Showing only changes of commit 56c41814fc - Show all commits

View File

@@ -277,7 +277,7 @@ export default function Dashboard({ onExchangeSelect, activeExchangeId }: Dashbo
<span className={tableStyles.tableMeta}>
{rows.length.toLocaleString()} of {(searchResult?.total ?? 0).toLocaleString()} exchanges
</span>
{!textFilter && <Badge label="AUTO" color="success" />}
{!textFilter && attributeFilters.length === 0 && <Badge label="AUTO" color="success" />}
</div>
</div>