refactor(ui): drawer replica filter uses DS Select

This commit is contained in:
hsiegeln
2026-04-23 16:13:54 +02:00
parent f31975e0ef
commit e00848dc65
2 changed files with 17 additions and 9 deletions

View File

@@ -49,6 +49,12 @@
font-size: 12px;
}
.replicaLabel {
display: inline-flex;
align-items: center;
gap: 8px;
}
.emptyState {
padding: 16px;
color: var(--text-muted);