Commit dc4df59
committed
fix(dashboard/config): pair Tags & Cleanup with Sidekick, push Experimental to bottom
The previous layout left two regular-width cards each occupying half a row:
┌─────────┐ ┌─────────┐
│ ... │ │ ... │
├─────────┴─┴─────────┤
│ SIDEKICK │ ← right slot empty
├─────────────────────┤
│ EXPERIMENTAL │ ← full-width
├─────────────────────┤
│ TAGS & CLEANUP │ ← right slot empty
└─────────────────────┘
Reordered so Sidekick and Tags & Cleanup pair on one row (both regular
width), and Experimental closes the form full-width:
┌─────────┐ ┌─────────┐
│ SIDEKICK│ │ TAGS & │
│ │ │ CLEANUP │
├─────────┴─┴─────────┤
│ EXPERIMENTAL │
└─────────────────────┘
Tags & Cleanup is still excluded from the auto-render `<For>` (the same
filter at line 593), it just renders directly after Sidekick now instead
of dangling at the very bottom. Experimental remains the last card so the
"advanced/opt-in" surface stays at the form bottom, where users who don't
enable anything see its empty default state without it pushing other
config above the fold.
Verified: dashboard frontend build clean (147 KB bundle), biome clean.1 parent 74ed7db commit dc4df59
1 file changed
Lines changed: 22 additions & 18 deletions
Lines changed: 22 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1533 | 1533 | | |
1534 | 1534 | | |
1535 | 1535 | | |
| 1536 | + | |
| 1537 | + | |
| 1538 | + | |
| 1539 | + | |
| 1540 | + | |
| 1541 | + | |
| 1542 | + | |
| 1543 | + | |
| 1544 | + | |
| 1545 | + | |
| 1546 | + | |
| 1547 | + | |
| 1548 | + | |
| 1549 | + | |
| 1550 | + | |
| 1551 | + | |
| 1552 | + | |
| 1553 | + | |
| 1554 | + | |
| 1555 | + | |
| 1556 | + | |
1536 | 1557 | | |
1537 | | - | |
| 1558 | + | |
1538 | 1559 | | |
1539 | 1560 | | |
1540 | 1561 | | |
| |||
1873 | 1894 | | |
1874 | 1895 | | |
1875 | 1896 | | |
1876 | | - | |
1877 | | - | |
1878 | | - | |
1879 | | - | |
1880 | | - | |
1881 | | - | |
1882 | | - | |
1883 | | - | |
1884 | | - | |
1885 | | - | |
1886 | | - | |
1887 | | - | |
1888 | | - | |
1889 | | - | |
1890 | | - | |
1891 | | - | |
1892 | | - | |
1893 | 1897 | | |
1894 | 1898 | | |
1895 | 1899 | | |
| |||
0 commit comments