News • Re: ContentDB - package page redesign
The new re-design isnt too bad, my only issue is that hovering over a mod brings up the tooltip descriptor on the tile below.
As TenPlus1 mentioned, hovering over a package puts the tooltip squarely over top of the package below it. Aside from being annoying to look at, this is slightly unintuitive, and sometimes means that the tooltip is cut off by the bottom of the webpage. The hovered package is also barely highlighted at all, so it's kinda hard to tell what you're hovering over. I would suggest putting the hover info over top of the screenshot like before, and maybe expanding the whole tile to make it more obvious what's being focused. Something like what's shown in the attached screenshot of the CurseForge website (though maybe not quite as exaggerated).
The tooltip appears outside of the tile to avoid obscuring the package image. Originally, it opened to the right side like on Steam but I was struggling to get this to display correctly on all screen sizes and layouts. Thanks for the suggestions though, I'll be sure to refine this in the future. The idea of making it more of an expanding card is quite promising. I'd also like to add a delay so that you need to hover over the tile before the tooltip displays.
[]When clicking the reviews link on a package's main page (the "Positive (100% of 3)" text near the top right), it changes to the "Reviews" tab, but doesn't scroll down to the reviews, so it looks at first like clicking the link has done nothing. []The thumbnail gallery doesn't automatically scroll, so you can move to a screenshot that is out of sight in the little carousel, and you have to manually scroll it if you want to see where you are
Created https://github.com/luanti-org/contentdb/issues/652 and https://github.com/luanti-org/contentdb/issues/653
It's unclear what the difference between "Positive" and "Very Positive" is (number of reviews?). Some packages (like VoxeLibre) have 95% positive reviews and are labeled as "Very Positive," whilst others (such as Thinking With Arrows) have 100% positive reviews but are simply labeled "Positive."
This is based on Steam's review labels. "Positive" requires 80% positive reviews. "Very positive" requires 90% and at least 20 reviews. Thinking with arrows just doesn't have enough reviews yet
Code:
if perc >= 90 and total >= 20:return "Very positive"elif perc >= 80:return "Positive"elif perc >= 70:return "Mostly positive"elif perc >= 40:return "Mixed"elif perc >= 20:return "Mostly negative"else:return "Negative"
Nowhere on a package's main page can I see how many downloads it has. This might seem like a small thing, but not only is it important for helping users gauge a mod's quality and popularity, but (at least in my experience) it often provides authors with small dopamine hits that motivate and encourage them.
Fixed, shown in a "statistics" card on the sidebar. I had removed this as it's shown on the statistics page, but added back as several people have asked
This issue carries over from before the refresh. When I hover over my username to open the dropdown, if I move my cursor too slowly into the popdown, it disappears from my clutches. This can be very annoying. The dropdown should at the very least stay there when I click my username. This only seems to happen after I click the username.
This has been reported before but I've been unable to reproduce this. The issue is https://github.com/luanti-org/contentdb/issues/471
Some user collections seem to be broken: they lead to a page saying "Oops! Something went wrong." For example, this collection near the top of the Minetest Game collection list.
Fixed
Statistics: Posted by rubenwardy — Fri May 29, 2026 11:03
Discussion in the ATmosphere