Skip to content

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

Description

@Manabu-GT

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions