Skip to main content

max / quasi

RegionKind::TabGroup says what it means and stops placing the strip
Author: Max Johnson <me@maxj.phd> · 2026-08-20 16:59 UTC
Signed with PGP, not checked
Commit: 586181e03224bc4c31882ada22c26b479c094187
Parent: 3b403c6
1 file changed, +9 insertions, -1 deletion
@@ -1856,7 +1856,15 @@
1856 1856 /// renderer that lays nothing across still draws every column. A terminal
1857 1857 /// stacking them vertically is honouring this.
1858 1858 Columns,
1859 - /// A set of panes, one visible at a time, with tabs above.
1859 + /// A set of panes, one visible at a time, and a strip that chooses
1860 + /// between them.
1861 + ///
1862 + /// Says nothing about where the strip sits. A row over the panes, a column
1863 + /// beside them, a wrapped run of links under them: all three are the same
1864 + /// member drawn by a renderer that knows its host, the way the strip's
1865 + /// overflow is. MNW's settings sub-nav is a column on a wide viewport and a
1866 + /// wrapped row below the breakpoint, one component and one CSS breakpoint,
1867 + /// and it is a tab group on every count this member makes.
1860 1868 TabGroup,
1861 1869 /// Content over a scrim, taking input until dismissed.
1862 1870 ///