Add settings page and sidebar server controls - #55
Merged
Conversation
Blaizzy
marked this pull request as ready for review
July 23, 2026 15:58
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.
Summary
Blaizzy/nativfor the signed-in user to starSMAppServiceWhy
Core app controls were scattered or unavailable from the main window. This gives users direct access to settings and server lifecycle actions without turning Settings into a dropdown.
The report menu also needed a native clickable label: the earlier invisible overlay normalized its appearance but prevented reliable menu activation. The visible native menu label now receives clicks while retaining the gray footer styling.
GitHub requires an authenticated account write to star a repository. Because Nativ has no GitHub OAuth integration, the heart opens the repository for the signed-in user to confirm the star instead of silently modifying their account.
User impact
Users can open a dedicated Settings page, check for updates, manage launch at login, toggle the local server, support the project on GitHub, and report categorized issues directly from the sidebar footer.
Validation
origin/mainxcodebuild -project Nativ.xcodeproj -scheme Nativ -configuration Debug -derivedDataPath build/XcodeDerivedData CODE_SIGNING_ALLOWED=NO clean build