Features:
- Beacon scanner service for detecting nearby beacons
- Beacon cache for offline-first beacon resolution
- Preload cache for instant menu display
- Business selector screen for multi-location support
- Rescan button widget for quick beacon refresh
- Sign-in dialog for guest checkout flow
- Task type model for server tasks
Improvements:
- Enhanced menu browsing with category filtering
- Improved cart view with better modifier display
- Order history with detailed order tracking
- Chat screen improvements
- Better error handling in API service
Fixes:
- CashApp payment return crash fix
- Modifier nesting issues resolved
- Auto-expand modifier groups
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- OrderLineItem now includes itemName, itemParentName, and
isCheckedByDefault from API response
- Cart view displays modifiers as "Category: Selection" format
(e.g., "Select Drink: Coke") instead of just item IDs
- No longer requires menu item lookup for modifier names
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add About Payfrit screen with app info, features, and contact details
- Add Order Detail screen showing line items with non-default modifiers
- Add order_detail model with parent-child line item hierarchy
- Update order history to navigate to detail screen on tap
- Add getOrderDetail API method
- Add about route to app router
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>