payfrit-app/lib/screens
John Mizerek 80fdc80e3f Add visual improvements with images to menu screen
- Add business header hero image with logo overlay
- Add business logo in app bar
- Add category header images with gradient overlay
- Add item thumbnail images (64x64)
- Images load from server with PNG/JPG fallbacks
- Placeholder icons shown when images unavailable

Image sources:
- Business headers: /uploads/headers/{BusinessID}
- Business logos: /uploads/logos/{BusinessID}
- Category images: /uploads/categories/{CategoryID}
- Item images: /uploads/items/{ItemID}

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 12:41:59 -08:00
..
beacon_scan_screen.dart Add production API support and fix login flow 2025-12-31 12:04:50 -08:00
cart_view_screen.dart Fix inactive item filtering and radio button behavior 2026-01-01 11:43:04 -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 visual improvements with images to menu screen 2026-01-01 12:41:59 -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 Add production API support and fix login flow 2025-12-31 12:04:50 -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 production API support and fix login flow 2025-12-31 12:04:50 -08:00