Refactor GameCard for better maintainability and readability #121
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 is groundwork for issues
[BUG] Game Thumbnail doesn't save #102
and
[BUG] Adding or deleting custom launch arguments does not save #99
that I will fix. I will split this up as several pull requests, for easier reviewing.
Disables the
opening_brace
swiftlint rule. Reasoning is simple: Xcode 16 has swift-format built-in and the default config clashes with this rule. Xcode's setting is the obvious priority as it improves consistency through an easy to use tool.Refactors the code of
GameCard.swift
. It's now much faster to find each component in this view that has many dependencies. This work lays out the code and allows easier debugging. Zero behavior is changed.