modrinth / code

The Modrinth monorepo containing all code which powers Modrinth!
https://modrinth.com
Other
921 stars 171 forks source link

Compact/grid viewing mode #1831

Closed Pythagoras-314 closed 1 year ago

Pythagoras-314 commented 2 years ago

Is your feature request related to a problem? Please describe.

Currently the cards for mods are quite large, and take up tons of space on the screen. I'm only able to see 3, 4 mods at once without zooming out.

Screen Shot 2022-08-13 at 12 04 28 AM

Describe the solution you'd like

As people have suggested on the discord, a potential compact mode could work, as shown in these mockups from the discord.

To save more space, just the icons for a category or statistic could be displayed, compared to the icon and text. For example, instead of "fabric" next to the icon, it could just be the icon and you'd hover your cursor over it to display what it is. For statistics (downloads, follows) having the number displayed next to it would still be optimal. As for long descriptions or tons of categories, having a "..." icon that you click on to display the rest of the info (either by expanding the mod's card a bit or a popup widget) would be optimal.

image

image

Describe alternatives you've considered

Other than that, implementing the just-icon system below to regular viewing mode is an option, but it hinders its purpose of displaying more info in trade for taking up space.

Additional context

To save more space, just the icons for a category or statistic could be displayed, compared to the icon and text. For example, instead of "fabric" next to the icon, it could just be the icon and you'd hover your cursor over it to display what it is. For statistics (downloads, follows) having the number displayed next to it would still be optimal. As for long descriptions or tons of categories, having a "..." icon that you click on to display the rest of the info (either by expanding the mod's card a bit or a popup widget) would be optimal.

Minenash commented 2 years ago

modrinth/knossos#363 has probably the most compact view, but that's kinda because it uses the whole width instead of having a filters panel

RobertRR11 commented 1 year ago

Gallery and grid view has been added in modrinth/knossos#773 and can now be seen in resource packs and shaders by default https://modrinth.com/resourcepacks

Prospector commented 1 year ago

I know we don't have a compact mode exactly, but I hope grid mode satisfies this issue for the most part. Gonna close.