Done! The license plate is now editable when in edit mode. When you tap "Edit" in the car detail view, the license plate will become a text field that you can modify. It includes the same formatting options as when adding a new car (uppercase characters, no autocorrection) and is right-aligned to match the existing design pattern.
Perfect! I've implemented both features:
- Editable license plate: In edit mode, the license plate becomes a text field in the car detail view
- Settings page: Added a gear icon in the top left that opens a settings sheet containing:
- About section with app icon, name, and credits
- IAP tip jar with three tiers (coffee, lunch, dinner) using StoreKit 2
The IAP implementation includes proper loading states, purchase flow, success alerts, and prevents multiple simultaneous purchases. You'll need to set up the corresponding products in App Store Connect with the product IDs: com.nicwise.rucord.tip.coffee, com.nicwise.rucord.tip.lunch, and com.nicwise.rucord.tip.dinner.
Done! Added a website link button under the "Created by" section that opens https://fastchicken.co.nz/rucord in the user's default browser.
Added! Now the About section has both website links - one to your site and one to ampcode.com.
Done! Changed "Visit website" to "Rucord website".
Done! Updated the link text to "Ampcode - Agentic Coding".
Done! Committed and pushed the changes to GitHub. The commit includes the editable license plate feature and the new settings page with IAP tip functionality.