Skip to content

Add spaced used metric to system info in the dash#47

Merged
Ryzee119 merged 5 commits into
xemu-project:masterfrom
MasonT8198:feat/toggleable_space
May 16, 2026
Merged

Add spaced used metric to system info in the dash#47
Ryzee119 merged 5 commits into
xemu-project:masterfrom
MasonT8198:feat/toggleable_space

Conversation

@MasonT8198

@MasonT8198 MasonT8198 commented May 9, 2026

Copy link
Copy Markdown
Contributor

This came up as part of a conversation with a user where it wasn't incredibly clear as to the used space on their drive, and it was a fair point given a lot of tools do show that metric in the form of used space, instead of available space, and I think it does appear better formatted that way.

image

I initially wanted to ditch the space available part entirely, but I figured that I'd add it as a toggle that way it'd be more likely to be accepted :p

image

@MasonT8198

Copy link
Copy Markdown
Contributor Author

I would still kind of like it to just be used space as it does present a lot cleaner from an enduser facing perspective, and it removes a lot of the extra logic making the code simpler for the page, but it's up to you all, thank you Ryzee for putting in the effort on making this look so good

Comment thread menu_system_info.c Outdated
Comment thread menu_system_info.c Outdated
Comment thread menu_system_info.c Outdated
}
}

push_line(line++, toggle_space_display, show_used_space ? "Press A to show Available Space" : "Press A to show Used Space");

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Personally I'd just set it to used space without a toggle, which feels more aligned with how Windows (and macOS) displays it, given that the user base seems to be largely made of Windows users.

If we do have a toggle it feels like it'd be better as a persistent config file setting rather than something users would have to interact with on each boot.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes this is how I felt about it as well. this was more meant to be a rough draft to see if it could be changed to solely used space, I'd like to remove everything else, but was waiting for you/ryzee/matt to give some criticism.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

following this conversation, I changed this around to only reflect being used space like I initially intended to do this

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I think just going with '% used' is reasonable. Not sure we need to have a toggle or have this be configurable.

Comment thread menu_system_info.c Outdated
Comment thread menu_system_info.c Outdated
Comment thread menu_system_info.c Outdated
Comment thread menu_system_info.c Outdated
@mborgerson mborgerson requested a review from Ryzee119 May 14, 2026 20:04
@Ryzee119 Ryzee119 merged commit 8cb5e52 into xemu-project:master May 16, 2026
1 check passed
@Ryzee119

Copy link
Copy Markdown
Collaborator

Thanks! Happy with this change 😃

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants