Commit Graph

5 Commits

Author SHA1 Message Date
255f3c2d68 Add branded SelfieCamTheme with visual improvements to settings
- Create SelfieCamTheme.swift with rose/magenta-tinted surface colors matching app branding
- Add App-prefixed typealiases (AppSurface, AppAccent, AppStatus, etc.) to avoid Bedrock conflicts
- Add SettingsCard container for visual grouping of related settings
- Update SettingsView with card containers and accent-colored section headers
- Update all settings-related files to use new theme colors
- Pro section uses warning color, Debug section uses error color for visual distinction
2026-01-04 16:54:23 -06:00
66736d39f9 Signed-off-by: Matt Bruce <mbrucedogs@gmail.com> 2026-01-04 16:21:41 -06:00
fe7ab135af Signed-off-by: Matt Bruce <mbrucedogs@gmail.com> 2026-01-04 16:03:50 -06:00
815b91f6ca Update documentation and add branding system integration
Documentation:
- Update README.md with complete feature list and SelfieCam branding
- Update AI_Implementation.md with current architecture and branding details
- Add SelfieCam-specific sections to AGENTS.md (premium, branding, camera)

Features:
- Add branding debug section to SettingsView (icon generator, preview)
- Add BrandingConfig.swift with app colors and launch screen config
- Add LaunchBackground.colorset for seamless launch experience
- Wrap app in AppLaunchView for animated launch screen
2026-01-04 14:43:53 -06:00
fd25942f59 Signed-off-by: Matt Bruce <mbrucedogs@gmail.com> 2026-01-04 10:58:45 -06:00