Features:
- Custom color button in Light Color section (rainbow gradient icon)
- Tapping opens color picker sheet with:
- Live color preview
- Native iOS ColorPicker
- Tips for best ring light colors
- Custom color syncs across devices via iCloud
- Premium-gated with crown icon indicator
Storage:
- CustomColorRGB struct for Codable-compatible color storage
- RGB values stored separately in SyncedSettings
- Color converts to/from UIColor for RGB extraction
UI:
- Rainbow gradient when not selected, solid custom color when selected
- Sheet with Apply/Cancel buttons
- Color preview bar at top of picker
Changes:
1. Camera preview now fills available space (not forced square)
- Maintains proper aspect ratio for captured photos
- Controls overlay on top of preview
2. Ring size now limited based on screen dimensions
- Maximum is 1/4 of smaller screen dimension
- Prevents content from shifting off-screen
3. Removed light intensity slider
- Was causing color changes (opacity approach)
- Ring light now always at full brightness
4. Removed crown icon from main screen
- Pro upgrade moved to Settings > Pro section
- Cleaner camera interface
5. Smaller top icons
- Grid and settings buttons use .body font
- Less visual clutter
Features:
- Full-screen PostCapturePreviewView after photo/video capture
- Auto-save to Photo Library (on by default, configurable in Settings)
- Toast notification when saved
- Retake button to discard and return to camera
- Share button with native iOS Share Sheet
- Edit mode with smoothing and glow intensity sliders
- Premium tools teaser in edit view
- Video/boomerang auto-playback with loop support
Settings:
- Added 'Auto-Save' toggle in Capture section
- Syncs across devices via iCloud
Architecture:
- CapturedMedia enum for photo/video/boomerang types
- ShareSheet UIViewControllerRepresentable wrapper
- Toast system in CameraViewModel