Upstream Jackdaw tab widget for bevy UI - #25515
Open
jbuehler23 wants to merge 4 commits into
Open
Conversation
Contributor
|
The generated |
viridia
approved these changes
Aug 22, 2026
| } | ||
| } | ||
|
|
||
| fn update_tablist_derived_state( |
Contributor
There was a problem hiding this comment.
I'd like to see a comment describing the theory of operation here.
Contributor
Author
There was a problem hiding this comment.
Yep will update!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Objective
Implement the "Tab Deck" item from the widgets roadmap (#19236).
This is the first PR in an effort to upstream the tab and docking functionality built for jackdaw, following the layered design
from the tab panes and docking specification written by @viridia here: https://hackmd.io/@dreamertalin/HkA2okNSzx. This starts with the first PR: headless tab behavior, with no styling.
Solution
bevy_ui_widgets.headless_tabsexample and a release note.Dragging tabs, reodering tabs, styling, and dock layout are all planned for follow-ups
Testing
cargo test -p bevy_ui_widgets tabscargo run --example headless_tabs:Showcase
2026-08-22.21-18-58.mp4
AI Disclaimer
I used an LLM (claude code) to help with the transfer of code from jackdaw to bevy, and to post-check/review before committing/submitting the PR