Draft
Conversation
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
The current UI has been created with Storyboards and follows more closely to the verbiage used in Mac apps. Preliminary support for saving/loading from User Defaults exists, though the app doesn't fully utilize it yet. The current app structure uses MVVM as well, to separate the UI from the business logic. Signed-off-by: Marquis Kurt <software@marquiskurt.net>
Author
The main UI is finished with support for saving and loading data from User Defaults. This will likely get changed when the app will look for an active process of The Witness to randomize. Signed-off-by: Marquis Kurt <software@marquiskurt.net>
Additionally, for Macs running 11.0 or later, the subtext that will update the status of randomization appears as the window's subtitle. Signed-off-by: Marquis Kurt <software@marquiskurt.net>
Author
|
Progress update: I've finished hooking up the UI to a basic view model, which handles storing the settings somewhere. Additionally, I've set up the app so that it loads from and saves to User Defaults when opening/closing the app. I've also made some minor tweaks for Macs running Big Sur and later to use the window's subtitle property. I still need to figure out a good solution for Macs running Catalina and earlier. |
This only appears on Big Sur or later and if the user has selected their preferred accent color on the system to be Multicolor. Signed-off-by: Marquis Kurt <software@marquiskurt.net>
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
|
looks nice so far |
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 PR will keep track of the progress for the Mac port of the randomizer app.