Manabu-GT / Manabu-GT/DebugOverlay-Android
[FEATURE] Reorder Debug Overlay tabs / set a default tab
Open
@Manabu-GT is already working on this.
Since Aug 5, 2026.
enhancement
- Dominant language
- Kotlin
- Stars
- 245
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
Split out from #256 (item 1) so it can be tracked and worked separately from the "copy whole request and response" feature (item 2, addressed in #268).
Request
It would be nice to be able to change the order of tabs in the Debug Overlay panel, or set a specific tab as the default one shown when the panel opens.
Context
- Tabs are defined via the
DebugTabenum and rendered inDebugPanelDialog.kt(internal/ui/DebugPanelDialog.kt). - Today the tab order is fixed by declaration order in
DebugTab, and the panel always opens to the first tab.
Possible approach (to be refined)
- Allow consumers to configure tab order (and/or which tabs are enabled) via
DebugOverlay'sConfig. - Allow specifying a default/initial tab to show when the panel opens.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.