This commit is contained in:
2025-01-22 11:23:14 +02:00
parent fdf3da0b2e
commit 480144b91c

View File

@@ -223,29 +223,29 @@ class _MIHHomeState extends State<MIHHome> {
s: getSec(), s: getSec(),
)); ));
} }
// tileList.add(MIHTile( tileList.add(MIHTile(
// videoID: "NUDdoWrbXNc", videoID: "",
// onTap: () { onTap: () {
// Navigator.of(context).pushNamed('/patient-profile', Navigator.of(context).pushNamed(
// arguments: PatientViewArguments( '/mzansi-ai',
// widget.signedInUser, null, null, null, "personal")); );
// }, },
// tileName: "Patient Profile", tileName: "Mzansi AI",
// tileIcon: Center( tileIcon: Center(
// child: FaIcon( child: FaIcon(
// FontAwesomeIcons.bookMedical, FontAwesomeIcons.robot,
// color: getSec(), color: getSec(),
// size: 200, size: 180,
// ), ),
// ), ),
// // Icon( // Icon(
// // Icons.medication, // Icons.medication,
// // color: getSec(), // color: getSec(),
// // size: 200, // size: 200,
// // ), // ),
// p: getPrim(), p: getPrim(),
// s: getSec(), s: getSec(),
// )); ));
tileList.add(MIHTile( tileList.add(MIHTile(
onTap: () { onTap: () {
Navigator.of(context).pushNamed( Navigator.of(context).pushNamed(
@@ -269,29 +269,6 @@ class _MIHHomeState extends State<MIHHome> {
p: getPrim(), p: getPrim(),
s: getSec(), s: getSec(),
)); ));
tileList.add(MIHTile(
onTap: () {
Navigator.of(context).pushNamed(
'/access-review',
arguments: widget.signedInUser,
);
},
tileName: "Access",
tileIcon: Center(
child: FaIcon(
FontAwesomeIcons.userCheck,
color: getSec(),
size: 170,
),
),
// Icon(
// Icons.check_box_outlined,
// color: getSec(),
// size: 200,
// ),
p: getPrim(),
s: getSec(),
));
tileList.add(MIHTile( tileList.add(MIHTile(
videoID: "", videoID: "",
@@ -318,6 +295,30 @@ class _MIHHomeState extends State<MIHHome> {
s: getSec(), s: getSec(),
)); ));
tileList.add(MIHTile(
onTap: () {
Navigator.of(context).pushNamed(
'/access-review',
arguments: widget.signedInUser,
);
},
tileName: "Access",
tileIcon: Center(
child: FaIcon(
FontAwesomeIcons.userCheck,
color: getSec(),
size: 170,
),
),
// Icon(
// Icons.check_box_outlined,
// color: getSec(),
// size: 200,
// ),
p: getPrim(),
s: getSec(),
));
tileList.add(MIHTile( tileList.add(MIHTile(
videoID: "hbKhlmY_56U", videoID: "hbKhlmY_56U",
onTap: () { onTap: () {