Skip to content

[Bug][alpha]Title bar hides 'Developer' menu even though actions are defined #56

@Maa-ly

Description

@Maa-ly

Project

cortex-ide

Description

The Developer menu exists in DEFAULT_MENUS but is omitted from MENU_LABELS, and the title bar renders from MENU_LABELS only. The menu is unreachable from visible GUI navigation.

Evidence:

  • cortex-ide/src/components/cortex/titlebar/defaultMenus.ts:8 -> export const MENU_LABELS = [
  • cortex-ide/src/components/cortex/titlebar/defaultMenus.ts:80 -> Developer: [
  • cortex-ide/src/components/cortex/CortexTitleBar.tsx:240 ->

Error Message

No explicit error; menu omission is silent in GUI.

Debug Logs

No logs required; menu definitions and rendered labels are out of sync.

System Information

Native GUI: Cortex IDE

Screenshots

Native GUI: Cortex IDE
Artifact is captured from the Cortex GUI; focus screenshots may include a simple issue marker ring.

Screenshot proof

Steps to Reproduce

  1. Launch Cortex IDE in IDE mode.
  2. Inspect the top menu labels in the custom title bar.
  3. Observe the 'Developer' menu is not present.

Expected Behavior

The 'Developer' top-level menu should be visible in the title bar.

Actual Behavior

'Developer' actions are defined but the 'Developer' menu is not rendered.

Additional Context

MENU_LABELS does not include 'Developer'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions