-
v0.1.62 Stable
released this
2026-07-05 16:50:33 +00:00 | 1043 commits to main since this releaseFixed
- The page always fits the browser window again — and a section never exceeds one green
screen. v0.1.61's fixed 810px terminals were 24 dashboard rows (double a real terminal's
line pitch), so three of them overflowed every window on load. Pane height is now
min(equal share of the window, 480px)— 480px being one 80x24 IBM-i terminal window
(24 lines × 20px terminal leading, ≈ sticky header + 13 rows) — with the chrome MEASURED
from the DOM (body.offsetHeightminus the panes) rather than assumed, so the header/footer
line-wrapping at green-screen widths is accounted for exactly. Verified fit=true by headless
probe at 1280×800, 1440×1000, 1440×2400 (panes capped at 480px), and 660×640 with sections
folded. The v0.1.61 invariant stands: opening a row fold never resizes a pane — fold content
and the rows beneath it scroll inside the virtual terminal.
Included changes (v0.1.61 -> v0.1.62)
a0cb3af2a01ffix(dashboard): page fits the window; a pane never exceeds one green screen
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- The page always fits the browser window again — and a section never exceeds one green