Add reusable native Mod Settings navigation groundwork - #281
Draft
Guffawaffle wants to merge 56 commits into
Draft
Guffawaffle wants to merge 56 commits into
Guffawaffle wants to merge 56 commits into
Conversation
This was referenced Sep 16, 2026
…-target-enforcement
…ability-confirmation
…ability-confirmation
…/preserving-toml-editor
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.
Adds reusable native Mod Settings navigation for grouping controls into pages and collapsible sections.
The catalog separates stable setting identity from page placement, removes empty groups, and rebuilds native contexts safely when views are reused. Shared controls guard stale callbacks and reentrant writes.
This provides the navigation foundation; #282 registers the player-facing settings. Native navigation supports Windows x64 and macOS.
Depends on #277 and #280.
Uses the current modular native adapter, shared typed controls, page cleanup, and collapsed sections. Navigation remains independent of feature-specific registrations.
Validation: Windows release build passed. Settings fixtures passed. Mac ARM players confirmed settings, galaxy controls, and persistence on the combined integration build; Intel Mac runtime testing remains unconfirmed. Platform CI for this PR is tracked separately.