-
Notifications
You must be signed in to change notification settings - Fork 290
Bugs again #703
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
Bugs again #703
Conversation
"minHeight": 700, | ||
"minWidth": 1100, | ||
"minHeight": 500, | ||
"minWidth": 900, |
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.
Thank you! Could the minimum width please be decreased further? 🙏
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 change is unfortunately going to be reverted for this PR. It's still going to be fixed/changed, but there are issues that crop up that need to all be sorted so will probably be pushed to the next PR
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.
reviewed around half. it doesn't compile on mac yet so waiting for that
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.
Looks mostly good. Updating/changing modpack versions is pretty broken if you unlock the instance though.
If you install an old version fabulously optimized, unlock it, then update each mod individually or use the update all button, and then update the modpack, the mods will be installed twice. I believe this is because it is checking for versions and not projects.
I also think the update modpack button in the instance should use the change modpack versions modal. I think it will communicate to the user better what version they are installing and serves as a confirm modal.
Also, I think the 2 loading bars when updating/changing modpack version should be fixed. It is pretty confusing as a user.
ref="instanceComponents" | ||
:key="instance.path" | ||
:key="instance.path + instance.install_stage" |
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.
hmm, this seems like a hacky workaround. i'll see if there's a better way when I do my commit
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.
* Allow moderators to edit version info * Clippy fix
Non issue adds:
Modpack
Fixes #194
Fixes #229
Fixes #505
Fixes #665 partially by setting it always to be 'required'. A full solution where options can be selected on export is needed still
Logs
Fixes #385
Fixes #387
Fixes #536
Fixes #593
Fixes #686
Fixes #698 (and notably deletes cache of old modrinth_logs)
Fixes #706
Neoforge
Fixes #684
Fixes #695
Fixes #702
Random
Fixes #272
Fixes #389 (for now just adds a little detail. If it doesnt help, we'll make it a separate point)
Fixes #470
Fixes #491
Fixes #498
Fixes #503
Fixes #527
Fixes #580
Fixes #588
Fixes #589
Fixes #591
Fixes #595 (both as an actual fix with unix standard and adds temporary code for loading versions exported this way)
Fixes #598
Fixes #603 (though perhaps will be further fixed by Jai's PR)
Fixes #605
Fixes #609
Fixes #621
fixes #623
Fixes #624
Fixes #626
Fixes #628
Fixes #662
Fixes #665
Fixes #666
Fixes #667
Fixes #681
Fixes #685
Fixes #687
Fixes #688
Fixes #689 (I think)
EDIT: (not 669 anymore)