jtsage / FS_Mod_Checker

Check your Farming Simulator 2019 or 2022 mod folder for bad files and unused mods.
ISC License
20 stars 3 forks source link

[FEATURE] Misleading conflicts #46

Closed jtsage closed 3 months ago

jtsage commented 3 years ago

So, if a mod as flagged as conflicting, we should visually not (and possibly allow to hide) those mods that are either inactive or missing, so as not to mislead that there is an active problem.

I think this would sort the last of the suggestions from Taco29.

Timeline: next few days.

Dev notes: add a flag isActiveProblem to the conflict loop, flag true if isActive == true and isMissing == false - for those that !isActiveProblem display as text-muted, and add a class name and toggle to remove them from the listing.