Add mod dependency ordering and management features#120
Merged
Conversation
Add draggable profile mod load-order controls with clearer row separators. Resolve Steam Workshop child dependencies on save/import, tag dependency rows, and topologically sort dependencies before dependents. Warn when manual order is corrected, circular dependency metadata is found, or no valid dependency order remains.
Check dependencies on profile open/save/import without forcing a sort. Add explicit Auto Sort Dependencies, keep drag as the only manual ordering control, and refresh the drop list after button-driven mutations.
Render dependency checks in a collapsed MudBlazor outline so cycles and duplicate dependencies are inspectable without expanding the mod load-order list by default.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds comprehensive Steam Workshop mod dependency management to Quasar config profiles and significantly improves the Mods tab UI and workflow. Dependency checks now automatically add missing mods, flag dependencies, and provide explicit topological sorting with user feedback on issues like cycles or out-of-order dependencies. The Mods tab has been redesigned for better load order editing, visualizes dependency outlines, and ensures Space Engineers mod load order is preserved.
Steam Workshop Mod Dependency Management:
IsDependencyin the profile JSON, but the order is not changed automatically. [1] [2] [3]Mods Tab UI/UX Improvements:
Profile and World Import Integration:
Internal State and Code Refactoring:
These changes ensure that Quasar-managed servers always have a valid, dependency-complete mod configuration, with clear operator control and visibility into mod relationships and load order.