-
Notifications
You must be signed in to change notification settings - Fork 371
feat: manage project versions v2 #5049
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
base: main
Are you sure you want to change the base?
Conversation
This reverts commit f90fabc.
…rent project type
apps/frontend/src/components/ui/create-project-version/stages/DetailsStage.vue
Show resolved
Hide resolved
| // NOTE: This needs to be continuously updated as new versions are released. | ||
|
|
||
| // Resource pack format history (full table including development versions) | ||
| export const RESOURCE_PACK_FORMATS = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is really not maintainable, we should be putting this into generated state or using whatever we do for game-versions generation
cc @Prospector
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
best would be getting it from generatedState. but idk if MC gives a way to fetch that data besides web scrapping https://minecraft.wiki/w/Pack_format
apps/frontend/src/components/ui/create-project-version/components/ViewOnlyFileRow.vue
Show resolved
Hide resolved
…ons-v2' of github.com:modrinth/code into truman/project-versions-v2
Changes:
MultiStageModalinfer.jsto use modules and typescript