payfrit-app/lib/models
John Mizerek 65b5b82546 Add customer-to-staff chat feature and group order invites
- Add real-time chat between customers and staff via WebSocket
- Add HTTP polling fallback when WebSocket unavailable
- Chat auto-closes when worker ends conversation with dialog notification
- Add user search API for group order invites (phone/email/name)
- Store group order invites in app state
- Add login check before starting chat with sign-in prompt
- Remove table change button (not allowed currently)
- Fix About screen to show dynamic version from pubspec
- Update snackbar styling to green with black text

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-11 12:08:09 -08:00
..
cart.dart Fix beacon scanning and Bluetooth permissions 2026-01-08 15:09:24 -08:00
chat_message.dart Add customer-to-staff chat feature and group order invites 2026-01-11 12:08:09 -08:00
menu_item.dart Implement complete cart management system 2025-12-29 11:14:19 -08:00
order_detail.dart Add About screen and Order Detail screen with modifiers 2026-01-09 12:41:44 -08:00
order_history.dart Add address management and user account features 2026-01-08 20:22:37 -08:00
restaurant.dart Initial commit (Payfrit Flutter app scaffold) 2025-12-28 12:28:45 -08:00
service_point.dart Initial commit (Payfrit Flutter app scaffold) 2025-12-28 12:28:45 -08:00
user_profile.dart Add address management and user account features 2026-01-08 20:22:37 -08:00