Skip to content

Stream layout#6013

Merged
willmcgugan merged 8 commits into
mainfrom
stream-layout
Aug 1, 2025
Merged

Stream layout#6013
willmcgugan merged 8 commits into
mainfrom
stream-layout

Conversation

@willmcgugan

Copy link
Copy Markdown
Member

Adds a new "stream" layout.

The stream layout is essentially a cut-down vertical layout. All widgets are sized to the the full available width (the widget's widths are ignore). All widget's heights are effectively "auto". The max-height rule is respected only if it is in cells (so no fr or percentage units). Overlay and position absolute are also ignored.

Stream is suitable for a scrolling list of widgets such as in an LLM conversation, where the number of widgets could grow quite large. If there are any doubts, stick to vertical

@willmcgugan willmcgugan marked this pull request as draft August 1, 2025 08:37
@willmcgugan willmcgugan marked this pull request as ready for review August 1, 2025 18:23
@willmcgugan willmcgugan merged commit 1c62e1e into main Aug 1, 2025
19 of 23 checks passed
@willmcgugan willmcgugan deleted the stream-layout branch August 1, 2025 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant