payfrit-app/lib/screens
John Mizerek 4ebfbbc03b Add app branding, splash screen, and fix modifier validation
App Branding:
- New Payfrit app icon (blue gradient with white P logo)
- Custom splash screen with animated logo and tagline
- Android adaptive icon with foreground/background layers
- iOS app icons for all required sizes
- Updated launch screen backgrounds with brand colors

Splash Screen Experience:
- Animated logo with fade-in effect
- "Order. Pay. Go." tagline with staggered animations
- Restaurant list display with search functionality
- Beacon scanning integration from splash
- Smooth transition to menu browse

Modifier Validation Fix:
- Fixed validation to check ALL modifier groups (not just selected items)
- Ensures required selections are enforced for nested modifier groups
- Modifier groups with children now always get validated
- Prevents adding items without required selections

Cart Improvements:
- Better modifier display in cart items
- Improved line item quantity handling
- Enhanced order submission flow

Beacon Scanning:
- Improved beacon detection reliability
- Better handling of multiple beacons
- Enhanced error messaging

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-05 01:55:13 -08:00
..
beacon_scan_screen.dart Add app branding, splash screen, and fix modifier validation 2026-01-05 01:55:13 -08:00
cart_view_screen.dart Add app branding, splash screen, and fix modifier validation 2026-01-05 01:55:13 -08:00
login_screen.dart Enhance UI with Material Design 3 and fix cart quantity handling 2025-12-31 09:40:23 -08:00
menu_browse_screen.dart Add app branding, splash screen, and fix modifier validation 2026-01-05 01:55:13 -08:00
order_home_screen.dart feat: implement user authentication with login screen 2025-12-29 10:01:35 -08:00
restaurant_select_screen.dart Major UI overhaul: restaurant selector, gradients, and scan UX 2026-01-01 18:18:59 -08:00
service_point_select_screen.dart feat: implement user authentication with login screen 2025-12-29 10:01:35 -08:00
splash_screen.dart Add app branding, splash screen, and fix modifier validation 2026-01-05 01:55:13 -08:00