Skip to content

Stream layout #6013

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Aug 1, 2025
Merged

Stream layout #6013

merged 8 commits into from
Aug 1, 2025

Conversation

willmcgugan
Copy link
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