order page

This commit is contained in:
efrilm
2025-10-27 21:55:19 +07:00
parent b8eefcbac0
commit 8bd61eb58e
38 changed files with 8795 additions and 89 deletions
@@ -30,7 +30,11 @@ class HomeRightTitle extends StatelessWidget {
children: [
Expanded(
child: Row(
children: [_buildButton('Daftar Pesanan', Icons.list, () {})],
children: [
_buildButton('Daftar Pesanan', Icons.list, () {
context.router.push(OrderRoute(status: 'pending'));
}),
],
),
),
Expanded(