Closed boscojwho closed 1 year ago
I agree that there is a need for refactoring of the UI. This is my first SwiftUI project, and I was learning it as I was working on it. If that's something you're interested in doing - I'm fine with it.
Seems to be done! Thanks a lot for your help :) Closing.
Will limit the scope of this issue to these top-level views:
Currently, many views have complicated subview trees (multiple nested views, complex if/else statements, difficult to read what view a view modifier is modifying, etc.)
We can get some quick wins for current/future contributors by refactoring subviews into separate, private view builders.
Doing so would improve readability and allow for more rapid iteration in the future.