Update documentation to reflect SwiftUI-based UI#82
Merged
Conversation
Replace all Storyboard references with SwiftUI in README.md and AGENTS.md, reflecting the application's current SwiftUI foundation. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates repository documentation to reflect that Moped’s UI is now SwiftUI-based rather than Storyboard-based, aligning contributor guidance with the current architecture.
Changes:
- Update
README.mdto describe the app as SwiftUI-based instead of Storyboard-based. - Update
AGENTS.mdproject context and contribution/validation guidance to reference SwiftUI workflows instead of Storyboards.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| README.md | Replaces “fully Storyboard based” wording with SwiftUI-oriented description in the project overview. |
| AGENTS.md | Updates contributor guidelines and validation steps to reference SwiftUI instead of Storyboard editing. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- README: clarify "SwiftUI-based with AppKit integration" (NSViewRepresentable is in use)
- README: fix grammar ("built with Swift and the latest Cocoa APIs")
- AGENTS.md: drop "identifiers" (none are used); use "view hierarchy and structure"
- AGENTS.md: soften preview validation step (no PreviewProvider exists yet)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
README.mdandAGENTS.mdChanges
Note: The historical entry in
RELEASE.md("Preferences window migrated from Storyboard to SwiftUI") was intentionally left unchanged as it accurately describes a past migration event.Test plan
🤖 Generated with Claude Code