mirror of
https://github.com/stablyai/orca
synced 2026-04-21 14:17:16 +00:00
823 B
823 B
Split Groups PR 4: Split-Group UI Scaffolding
This branch adds the split-group UI pieces, but does not mount them in the main workspace host yet.
Scope:
- add
TabGroupPanel,TabGroupSplitLayout, anduseTabGroupController - add split-group actions to tab menus and tab-bar affordances
- add the follow-up design note for the architecture
What Is Actually Hooked Up In This PR:
- the new split-group components compile and exist in the tree
- tab-bar level split-group affordances are present in the component layer
What Is Not Hooked Up Yet:
Terminal.tsxdoes not mountTabGroupSplitLayoutin this branch- users still see the legacy single-surface renderer
- no feature switch exists here because the code path is not wired in yet
Non-goals:
- no rollout to users
- no main-renderer ownership change yet