merge conflicts
This commit is contained in:
@@ -52,8 +52,13 @@ class DesktopHomePage extends StatelessWidget {
|
||||
_progressBarsRow(homeViewModel),
|
||||
SizedBox(height: 32.0.h()),
|
||||
Padding(
|
||||
padding: EdgeInsets.symmetric(horizontal: 15.0.w()),
|
||||
child: _firstTenderCardsRow(context, homeViewModel),
|
||||
padding: EdgeInsets.symmetric(
|
||||
horizontal: 15.0.w(),
|
||||
),
|
||||
child: _firstTenderCardsRow(
|
||||
context,
|
||||
homeViewModel,
|
||||
),
|
||||
),
|
||||
SizedBox(height: 32.0.h()),
|
||||
_yourTenderText(homeViewModel),
|
||||
@@ -166,8 +171,8 @@ class DesktopHomePage extends StatelessWidget {
|
||||
iconPath: AssetsManager.thumbLike,
|
||||
title: HomeStrings.likedTenders,
|
||||
amount: homeViewModel.feedbackStats?.totalLikes.toString() ?? '0',
|
||||
textColor: AppColors.grey80,
|
||||
enableTap: true,
|
||||
textColor: AppColors.grey50,
|
||||
enableTap: (homeViewModel.feedbackStats?.totalLikes ?? 0) != 0,
|
||||
width: 178,
|
||||
height: 148,
|
||||
onTap: () {
|
||||
|
||||
Reference in New Issue
Block a user