modrinth / code

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

File size display #1878

Closed Madis0 closed 2 years ago

Madis0 commented 2 years ago

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

I want to know how big the mod/modpack is before I download it, so I know whether there are leaner alternatives, how long the download will take, can I even download it right now etc

Describe the solution you'd like

A file size field in the file page

Describe alternatives you've considered

N/A

Additional context

N/A

ubionexd commented 2 years ago

I think to solve this issue some backend changes may be required. Packs already store file sizes, but the backend does not forward these values with knossos.

triphora commented 2 years ago

Added in modrinth/knossos#531 - hover over any Download button.

Madis0 commented 2 years ago

Why hover? That's not very accessible on touch screens or on a quick glance overall.

triphora commented 2 years ago

Lucky for you, it's also available just off to the side of the download button on the version page. image

Madis0 commented 2 years ago

That is much better.