Conversation
…te it in the WebSocket server handler.
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 refactors and improves the UI and structure of the macOS client's settings screens, focusing on better visual grouping, clearer sectioning, and enhanced descriptions for users. The changes primarily affect the settings and about views, introducing section headers, consistent styling, and improved descriptions, while also cleaning up and reorganizing some feature toggles.
Settings Screen Refactor and UI Improvements:
headerSectionhelper, clearly dividing the settings into logical groups: Device, Server, Features, Appearance, Menu Bar, Application, and AirSync+. Each section is visually separated with consistent padding, rounded corners, and subtle background coloring for better readability and structure. [1] [2] [3] [4] [5]SettingsFeaturesViewby wrapping each feature group (e.g., Wireless ADB, Clipboard Sync, Notifications, Call Alerts) in a styledVStack, making the UI more organized and visually appealing. [1] [2] [3] [4] [5]About View Enhancements:
Minor Cleanups and Removals:
These changes collectively make the settings and about screens more user-friendly, visually consistent, and easier to navigate.