fixed jira tm-172 and pagination dialog design changed

This commit is contained in:
amirrezaghabeli
2025-10-02 10:10:13 +03:30
parent 720682105d
commit 5f1b939d95
14 changed files with 148 additions and 46 deletions
+5 -1
View File
@@ -32,7 +32,11 @@ class _TabletTendersPageState extends State<TabletTendersPage> {
return Scaffold(
key: key,
backgroundColor: AppColors.backgroundColor,
appBar: tabletAppBar(title: TendersStrings.tendersTitle, key: key),
appBar: tabletAppBar(
title: TendersStrings.tendersTitle,
key: key,
context: context,
),
drawer: const TabletNavigationWidget(currentIndex: 1),
body: Consumer<TendersViewModel>(
builder: (context, viewModel, child) {