Added Manage Home Page And Home Settings Page

This commit is contained in:
Mohammad Salameh
2024-04-23 21:58:11 +03:00
parent 8550e81b4e
commit 7e3f68b65f
4 changed files with 288 additions and 3 deletions

View File

@ -4,6 +4,7 @@ import 'package:syncrow_app/features/auth/bloc/auth_cubit.dart';
import 'package:syncrow_app/features/menu/bloc/menu_cubit.dart';
import 'package:syncrow_app/features/menu/view/widgets/home%20management/create_home_view.dart';
import 'package:syncrow_app/features/menu/view/widgets/join_home/join_home_view.dart';
import 'package:syncrow_app/features/menu/view/widgets/manage_home/manage_home_view.dart';
import 'package:syncrow_app/features/menu/view/widgets/menu_list.dart';
import 'package:syncrow_app/features/menu/view/widgets/profile/profile_tab.dart';
import 'package:syncrow_app/features/shared_widgets/default_container.dart';
@ -98,14 +99,14 @@ List<Map<String, Object>> menuSections = [
{
'title': 'Manage Your Home',
'Icon': Assets.homeManagementIconsManageYourHome,
'page': null
'page': const ManageHomeView()
},
],
},
//General Settings
{
'title': 'General Settings',
'color': const Color(0xFF0030CB),
'color': const Color(0xFF023DFE),
'buttons': [
{
'title': 'Voice Assistant',