fix(ui): restore layout — same table everywhere, 50:50 split, full-height sidebar, tab styling
All checks were successful
CI / cleanup-branch (push) Has been skipped
CI / build (push) Successful in 1m2s
CI / docker (push) Successful in 59s
CI / deploy-feature (push) Has been skipped
CI / deploy (push) Successful in 36s

- Sidebar wrapper gets height:100% to fill window
- Route-scoped Exchanges uses same Dashboard table (not compact ExchangeList)
- 50:50 grid split: table on left, diagram on right when route selected
- ContentTabs gets border-bottom and surface background for visibility

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-03-28 14:22:34 +01:00
parent 7ee7076eec
commit 1e6de17084
4 changed files with 59 additions and 64 deletions

View File

@@ -1,5 +1,5 @@
.wrapper {
padding: 0 1.5rem;
padding-top: 0.75rem;
padding-bottom: 0;
padding: 0.625rem 1.5rem 0;
border-bottom: 1px solid var(--border);
background: var(--surface);
}