-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Main menu server tab mods button #15561
Conversation
I wonder how much non-geek players would care. I fear that is more noisy than helpful. Why should I want to know mods before entering a server? |
The plan I had in mind was that the "clients" button would be upgraded to a "more info" button, and the formspec updated to show both clients & mods (and everything else we want to add there in the future) |
It's manly a preparation to add mod search.
Yeah, I also thought about this, but then made it separate to not create too much noise in the dialog. |
I agree, I think its okay to leave it as a button for now. Now to your PR itself: |
That's not possible, since servers don't send information about modpacks. |
|
In terms of looking for a ( IMO it would be better to add a button (or use hypertext for the list) to perform a ContentDB search of the mod name. (That said, this is technically not guaranteed to be fully accurate either given the presence of custom mods, but IMO it should be safe to assume that most mods on servers come from CDB (or git, but whether a mod is retrieved from CDB or git should not matter for figuring out modnames) or derive from mods hosted on CDB or related sources) |
I think grouping by "underscore prefix" is a nice to have feature (while definitely imperfect and not a must have). If two mods share a common prefix, they are probably related. In particular this applies to game mods like Ideally the server should probably send the hierarchical structure of the mods though. |
Ok, I added a group by underscore prefix feature. |
Looks good! I really like that you're both able to expand all and check out individual ones. For me the "back"-button was confusing, at first sight I thought it would bring me back from the "modpack view" back to showing all mods. Maybe label it "OK" like in the clients dialog. "Exit" might be an option too. |
9d417b3
to
b1e3001
Compare
I also replaced |
Resolved suggestions, and added the grayed out URL icon. |
I've sent you a PR (cx384#3) which switches this to a |
28450f4
to
37b6685
Compare
Merged. (and rebased) |
Yeah, I don't know either. I thought it was a bit neater since it still preserves the grouping visually, but it's not much different. Feel free to remove it to simplify things a bit. |
Let's keep it for now. |
Co-authored-by: Lars Müller <[email protected]>
3ab7e89
to
305a1ef
Compare
Fixes #8782
It is an extension of #15425
How does the PR work?
Screenshots
Click me
To do
Ready for Review.
How to test