You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Subheader inconsistency: List view had title+count on the left and
toggle on the right; Table view had title alone + toggle; Graph view
had title + toggle + slider. The toggle moved between renders. List
page was max-width 72rem auto-centered, Table/Graph were full-width.
- All four list-bearing templates (users/groups/computers/graph) now
use the same .list-page__head structure: .list-page__head-titles
cluster on the left, .list-page__head-controls cluster auto-margined
to the right. Toggle is always the last child of __head-controls so
it stays in a fixed screen position regardless of view.
- .list-table-page and .graph-page now share .list-page's max-width
(72rem) + auto-centering so all three views align gutter-to-gutter.
Dark/console mode (the dark theme also swaps body to monospace —
:root[data-theme="dark"] body { font-family: var(--font-mono); }):
- Native depth slider gets accent-color: var(--accent) so the track
and thumb tint to the theme accent instead of the OS-default white.
- .graph-table and .list-table get explicit color: var(--fg) +
font-family: inherit so headers and body text honour the theme.
- "Relationships" h2 in the graph view gets explicit color: var(--fg)
(Pico's defaults didn't pick it up in dark mode).
- .graph-node__label SVG text gets font-family: inherit so node
labels switch to monospace alongside the body in dark mode.
Active-tab hover: the segmented option used --bg-subtle on hover,
which equals --bg in dark mode and rendered the active option as
black-on-black. Added :not(.--active) so the active option stays
solid through hover.
Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
0 commit comments