Skip to content

[Bug] Review mode has no icon in pi-extension status bar #554

Description

@guyoron1

Heyaaaaa all : )

Small UX thing I noticed — when you switch to review mode, the status bar shows a blank where the icon should be:

● 🐴 ponytail:  REVIEW

Meanwhile lite gets 🌿, full gets ⚡, ultra gets 🔥 — but review was left out of the levelIcons map even though it's in VALID_MODES. Just needs one more entry:

const levelIcons = { lite: "🌿", full: "⚡", ultra: "🔥", review: "📋" };

Nothing breaking, just looks a bit off without it.

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