Mode Tabs
Some content tabs have multiple modes β switchable views within the same tab. Mode tabs appear as a secondary tab bar inside the content area.
Tabs with Modes
| Content Tab | Modes |
|---|---|
| Repository | Summary, Labels, Milestones |
| Git Settings | Summary, Remotes, Submodules, Subtrees, LFS, Sparse Checkout, Configuration |
| Refs | Branches, Worktrees, Tags |
| File | Preview, Edit, History, Details |
Switching Modes
Click a mode tab to switch to that view. The active mode shows an accent-colored underline. Each mode loads lazily β itβs only initialized the first time you select it.
Poppable Modes
Some modes can be popped out into their own standalone content tab:
- Ctrl+Click a poppable mode tab to pop it out immediately
- Right-click > Open in New Tab for the same effect
When a mode is popped out:
- The parent tab shows a placeholder with View Tab and Return Here buttons
- Closing the popped-out tab returns the mode inline to its parent
Poppable Modes
| Parent Tab | Poppable Modes |
|---|---|
| Repository | Labels, Milestones |
| Git Settings | Remotes, Submodules, Subtrees, LFS |
Non-poppable modes (like File > Preview/Edit) always render inside their parent tab.