Manabu-GT / Manabu-GT/DebugOverlay-Android

[FEATURE] Reorder Debug Overlay tabs / set a default tab

Open
#269 1 comment 1 reaction 1 assignee View on GitHub

@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 DebugTab enum and rendered in DebugPanelDialog.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's Config.
  • Allow specifying a default/initial tab to show when the panel opens.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.