feat: update main, exclusive summary and stock
Build & Deploy iOS to TestFlight / build-and-deploy (push) Waiting to run

This commit is contained in:
Efril
2026-06-24 11:03:28 +07:00
parent 843c11b200
commit 75415cc6ff
11 changed files with 993 additions and 742 deletions
+6 -1
View File
@@ -11,7 +11,12 @@ class MainPage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return AutoTabsRouter.pageView(
routes: [HomeRoute(), OrderRoute(), ReportRoute(), ProfileRoute()],
routes: [
HomeRoute(),
ExclusiveSummaryRoute(),
InventoryRoute(),
ProfileRoute(),
],
physics: const NeverScrollableScrollPhysics(),
builder: (context, child, pageController) {
final tabsRouter = AutoTabsRouter.of(context);
@@ -30,16 +30,16 @@ class _MainBottomNavbarState extends State<MainBottomNavbar> {
label: context.lang.home,
tooltip: context.lang.home,
),
BottomNavigationBarItem(
icon: HugeIcon(icon: HugeIcons.strokeRoundedBorderFull),
label: context.lang.order,
tooltip: context.lang.order,
),
BottomNavigationBarItem(
icon: HugeIcon(icon: HugeIcons.strokeRoundedChart03),
label: context.lang.report,
tooltip: context.lang.report,
),
BottomNavigationBarItem(
icon: HugeIcon(icon: HugeIcons.strokeRoundedPackage),
label: context.lang.stock,
tooltip: context.lang.stock,
),
BottomNavigationBarItem(
icon: HugeIcon(icon: HugeIcons.strokeRoundedUser),
label: context.lang.profile,