Nexus-Mods / NexusMods.App

Home of the development of the Nexus Mods App
https://nexus-mods.github.io/NexusMods.App/
GNU General Public License v3.0
1.07k stars 50 forks source link

Collections UI #2254

Open LukeNexusMods opened 1 week ago

LukeNexusMods commented 1 week ago

Continue to implement the collections UI.

Focus on getting the download buttons working for free and premium.

The Install button should work The Download All button should work for premium users and direct free users to the website to subscribe.

The collections tab is added into the main app and is not WIP anymore.

Collections can be turned on and off in the sidebar. - later

@erri120 's Todo list:

insomnious commented 6 days ago

Thresholds and Brushes for styling collection rating:

if rating >= 75
  `SuccessStrongBrush`
if rating >= 50
`WarningStrongBrush`
else
`DangerStrongBrush`