Skip to content

[BUG] [v1.1.0] Memory row uses hard-drive icon (disk) instead of RAM-style memory icon #37638

@kaneko81-J

Description

@kaneko81-J

Project

ide

Description

In SystemSpecsDialog (src/components/SystemSpecs.tsx), the Memory block uses . That glyph reads as disk storage, not system RAM. Elsewhere in the app (e.g. debugger MemoryInspector.tsx) the memory icon name is used for memory-related UI, so the About dialog is inconsistent and easy to misread.

Error Message

Debug Logs

System Information

OS: Ubuntu · Bounty Challenge: v1.1.0

Screenshots

Image

Steps to Reproduce

Open Help → About.
Find the Memory row in the specs list.
Note the left icon: it is the hard drive symbol, while the copy describes RAM (total / used memory).

Expected Behavior

The Memory row should use an icon that matches RAM (e.g. the existing memory icon used in other panels), not storage.

Actual Behavior

Line 281 uses name="hard-drive", which suggests disk, not memory.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingideIssues related to IDEvalidValid issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions