feat: add Attributes column to Dashboard exchanges table

Shows up to 2 attribute badges (color="auto") per row with a +N overflow
indicator; empty rows render a muted dash. Uses CSS module classes only.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-03-26 18:36:53 +01:00
parent eb796f531f
commit 47ff122c48
2 changed files with 37 additions and 0 deletions

View File

@@ -239,6 +239,22 @@
opacity: 1;
}
/* Attributes cell in table */
.attrCell {
display: flex;
gap: 4px;
align-items: center;
}
.attrOverflow {
font-size: 10px;
color: var(--text-muted);
}
.muted {
color: var(--text-muted);
}
/* Open full details link in panel */
.openDetailLink {
background: transparent;