libretro / libretro/RetroArch

[Feature Request] Add right arrow icon to indicate submenu entries

Open
#18,803 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature request
Dominant language
C
Stars
14.1k
Forks
2.2k
Avg merge
7h 35m
Merged PRs (30d)
51

Description

Description

Currently, there is no visual distinction between regular menu entries and those that open a submenu (a new page or panel of options). This makes it hard for users to anticipate submenu behavior.

Proposed Solution

Add a right-pointing arrow icon (▶) aligned to the right side of submenu entries. This standard UI convention (common in apps like Firefox) clearly signals expandability or navigation to a submenu.[1]

If implemented, the arrow should be visible whether the menu is selected or not:

Image Image
Current behavior

For comparison, here is the current GUI layout:

Image Image
Context

Submenu entries trigger secondary menus without executing actions, unlike direct menu commands. This change would resolve the lack of affordance noted in the current design.

References:

1:

Image

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.

Research direction

No source file, test, or entry point is identified in the issue. Start by locating the menu rendering code in RetroArch and trace how submenu entries are distinguished; done means submenu entries show a right-pointing arrow in both selected and unselected states without changing direct commands.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.