knossos icon indicating copy to clipboard operation
knossos copied to clipboard

add "all versions" link bellow featured versions

Open bdsqqq opened this issue 2 years ago • 2 comments

A couple of friends and I who started using Modrinth recently didn't realize the "versions" tab existed right away. This PR aims to provide a way for users to easily find and access the "versions" tab from the "featured versions" section.

bdsqqq avatar Jun 25 '22 04:06 bdsqqq

Thanks for the feedback! I really liked the approach you suggested of putting the link in the section header. I'll update the code for the pull request to reflect it as soon as I have some time :).

bdsqqq avatar Jun 27 '22 21:06 bdsqqq

imo, it might be better as something like this:

that does look good, probably look a bit better if the () weren't apart of the link

Minenash avatar Jun 30 '22 19:06 Minenash

Is this still being worked on?

triphora avatar Aug 18 '22 16:08 triphora

Changed the label to "(See all)", and moved it to after the "Featured versions" h3.

I kept the ( ) in the link because since the label is inside a span class="links" > nuxt-link > span, it would render "( see all)" eg: see all with an space after the parenthesis. I chose not to mess with the structure to keep this link consistent with the others I found in this file.

Also, to make the link render in the same line as the "Featured versions" h3 I added width: fit-content; and display: inline; to .card-header

On desktop: image

On mobile: image

bdsqqq avatar Aug 24 '22 00:08 bdsqqq

btw, @wafflecoffee sorry for the late response and VERY late update. I put this on my todo list and never got to it. Hope this is still a welcome update as I think it would improve UX.

bdsqqq avatar Aug 24 '22 00:08 bdsqqq