QuiltMC / quiltmc.org

The source for quiltmc.org
https://quiltmc.org
Other
58 stars 48 forks source link

Import utilities: Last version and mod generator #202

Closed ghost closed 5 months ago

ghost commented 5 months ago

This pull request adds three functionalities:

The mod generator might be the one requiring the most testing to flush out any edge case - although I don't particularly care if it breaks on some unrealistic inputs. The generator could definitely have many more functionalities later down the line, such as integrating the Yumi license header plugin, removing the default mixin, adding more default implementation, etc..


See preview on Cloudflare Pages: https://preview-202.quiltmc-org.pages.dev

OroArmor commented 5 months ago

Add a way to type in a version to the latest versions page. Scrolling to find old versions can be annoying

Pyrofab commented 5 months ago

Unfortunately I am not aware of any straightforward solution to combine a search and a select in our current stack, so it would most likely require either a new dependency or some non-trivial development to implement. If we are going for the former, a quick search brought up Tom Select which seems quite straightforward.

ghost commented 5 months ago

Search field has been added

Pyrofab commented 5 months ago

Feels a bit awkward to use with the search field being separate yet linked to the select, but functional enough