v1.0.8
Fixed
- Narrow-window layout: the keys list and detail pane squeezed each other
instead of stacking (the detail pane had a hardmin-width: 340pxinside a
non-wrapping flex row), and key rows overflowed because the renderer builds
.key-row-main/-name/-subwhile the stylesheet only defined
.key-info/.key-name/.key-sub, leaving them unstyled with no truncation.
The layout now wraps and stacks, long names and fingerprints ellipsize, and
the sidebar collapses to icons under 900px / 620px breakpoints. Also fixed
the unstyled "public only" badge (.badge.ghost) and made the topbar,
toolbar, export row, deploy options, settings rows and audit table reflow
instead of squashing.
Full Changelog: v1.0.7...v1.0.8