latest services ok

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-30 12:39:25 +02:00
parent 11c1e28aaa
commit a562606613
9 changed files with 171 additions and 55 deletions

View File

@@ -3,6 +3,7 @@ import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:flux/core/blocs/session/session_cubit.dart';
import 'package:flux/core/theme/theme.dart';
import 'package:flux/core/utils/extensions.dart';
import 'package:flux/features/home/latest_store_services/ui/latest_store_services_card.dart';
import 'package:flux/features/home/ui/quick_actions_widget.dart';
import 'package:flux/features/master_data/staff/blocs/staff_cubit.dart';
import 'package:go_router/go_router.dart';
@@ -75,12 +76,8 @@ class HomeScreen extends StatelessWidget {
color: Colors.green,
context: context,
),
_buildDashboardWidget(
title: context.l10n.homeLatestServices,
icon: Icons.design_services_outlined,
color: Colors.blue,
context: context,
),
LatestStoreServicesCard(),
_buildDashboardWidget(
title: context.l10n.homeLatestServiceTickets,
icon: Icons.support_agent_outlined,