max / quasi
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 | /// |