Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] "Reference Only" lists #9

Open
phinocio opened this issue May 19, 2024 · 2 comments
Open

[Feature] "Reference Only" lists #9

phinocio opened this issue May 19, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@phinocio
Copy link
Owner

phinocio commented May 19, 2024

The idea is that a list marked as "reference only" would serve to indicate that it's sole purpose is as a reference for what mods are in said list. It would disable the download buttons and the show disabled toggle on the modlist.txt view.

The main use-case for this would likely be Wabbajack lists.

One issue with disabling the view disabled toggle is that optional mods - ones that are shipped as disabled - would then also be completely hidden from the UI.

One solution to that is to split up the visibility toggles into 2 different check boxes, but I don't really want to do that.

Also note that due to how files are stored on the server, it's not possible to entirely prevent downloading of a file.

@phinocio phinocio added the enhancement New feature or request label May 19, 2024
@phinocio phinocio self-assigned this May 19, 2024
@phinocio
Copy link
Owner Author

End result for this will probably end up being "do nothing" fwiw

@phinocio
Copy link
Owner Author

The specific issue of

People see 1000 as the number of mods because 400 are disabled, and 300 of those 400 are entirely for dev related purposes, leading to users thinking the list is much larger than it actually is and getting confused

that this could solve, will likely be solved by re-indexing the number of mods based on the state of the show disabled toggle, so that when it is disabled it at least only shows N as the number of mods, where N is the number of enabled mods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant