code
code copied to clipboard
The Modrinth monorepo containing all code which powers Modrinth!
This PR implements the `open in Modrinth` and `copy lint` for the contextMenu that opens when right-clicking in on a mod in the instance list.  I also removed some...
This PR improves the sorting behavior for mods inside of an instance. name sorting now sorts by logical character and not by ASCII code so uppercase letters do not strictly...
This PR reworks MacCssFix to be a composable instead of a mixin since 1. mixins [shouldn't](https://vuejs.org/api/options-composition.html#mixins) be used any more. 2. the function was called constantly, I don't know how...
reopen of #1207
This PR adds a category selector to the mod's view  this would lay the groundwork to close #1091, #1059, #875 I would add further filter options in additional PRs...
**In the video I show the issue with resource packs, however it also happens with shaders and datapacks, which only have the version for Minecraft Vanilla.** https://github.com/modrinth/code/assets/124934175/0a28012f-48d5-40bc-9100-d0b0ce199568
### Is your suggested enhancement related to a problem? Please describe. I don't like using installers, because zips give me more control in where and how I install software. ###...
**Support Hook Parameters for the Pre-Launch Hook** The parameter/variable names are the same as [MultiMC](https://multimc.org/) and MultiMC-based launchers (e.g., [Prism Launcher](https://prismlauncher.org/)). It's also adapted by some other launchers that are...
for me, this PR increases the updating speed by around 2.5x, from 7.8s to 2.8s This is useful since the update_projects() locks the credentials that are needed by the settings...
resolves https://github.com/modrinth/code/issues/1195 reopens #1201