- 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>