[Feature Request] Add version number in the tile list view #368

Closed
opened 2024-12-10 04:19:02 +00:00 by timmehz · 1 comment
timmehz commented 2024-12-10 04:19:02 +00:00 (Migrated from github.com)

Overview

I would use the tile list view if there was an indicator what version the game would run in, this should be a simple feature since the old Ryujinx (and this one) already says the version of the game in non-game tile list. Here is a example of what it could look like

Smaller details

implement a version number for tile view in games.

Nature of request

Quality of Life and Improvement to tile view for games.

Why would this feature be useful?

If this feature is implemented it would be easy to tell what version the game would run in.

### Overview I would use the tile list view if there was an indicator what version the game would run in, this should be a simple feature since the old Ryujinx (and this one) already says the version of the game in non-game tile list. [Here is a example of what it could look like](https://prnt.sc/XdifNGtVzG_3) ### Smaller details implement a version number for tile view in games. ### Nature of request Quality of Life and Improvement to tile view for games. ### Why would this feature be useful? If this feature is implemented it would be easy to tell what version the game would run in.
GreemDev commented 2024-12-10 04:25:21 +00:00 (Migrated from github.com)

The entire point of grid view is that it's minimalist and shows barely any information outside of the name (if enabled) and the game icon.
If you want more information...use the list view. It has more information for a reason.

If I were to add this I'd have to add a toggle to show/hide game version just like the game title, since there would be a non-zero amount of users who don't like the change.
That is a recipe for a messy (and potentially buggy, as mess usually means you don't look into each part as closely) implementation.
As it is parts of the Grid/List views are messy, this would just make it worse.
Then inevitably people would want more than just the game name/version, then I'd need to add toggles for that, etc. It would be a spiral of changes, worsening the code quality, when the functionality desired is already present.

The entire point of grid view is that it's minimalist and shows barely any information outside of the name (if enabled) and the game icon. If you want more information...use the list view. It has more information for a reason. If I were to add this I'd have to add a toggle to show/hide game version just like the game title, since there would be a non-zero amount of users who don't like the change. That is a recipe for a messy (and potentially buggy, as mess usually means you don't look into each part as closely) implementation. As it is parts of the Grid/List views are messy, this would just make it worse. Then inevitably people would want more than just the game name/version, then I'd need to add toggles for that, etc. It would be a spiral of changes, worsening the code quality, when the functionality desired is already present.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MeloNX/Ryujinx-ryubing#368
No description provided.