add dashboard to phone app

This commit is contained in:
root
2026-05-25 05:10:43 -04:00
parent d04c8ce437
commit 277db06d26
67 changed files with 7872 additions and 570 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ class ReservationCard extends StatelessWidget {
size: 14, color: Color(0xFF9CA3AF)),
const SizedBox(width: 4),
Text(
'\$${reservation.totalAmount.toStringAsFixed(2)}',
'\$${(reservation.totalAmount / 100).toStringAsFixed(2)}',
style: const TextStyle(
fontWeight: FontWeight.w600,
color: Color(0xFF111928),