amend window to always include menu

This commit is contained in:
Yasien Mac Mini 2025-05-28 10:51:43 +02:00
parent 10b77eb51c
commit 6f5a28678b
31 changed files with 565 additions and 957 deletions

View file

@ -170,7 +170,6 @@ class _BuildPatientsListState extends State<BuildMihPatientSearchList> {
builder: (context) => MihPackageWindow(
fullscreen: false,
windowTitle: "Patient Appointment",
windowTools: null,
onWindowTapClose: () {
Navigator.pop(context);
},
@ -327,7 +326,6 @@ class _BuildPatientsListState extends State<BuildMihPatientSearchList> {
builder: (context) => MihPackageWindow(
fullscreen: false,
windowTitle: "Patient Profile",
windowTools: null,
onWindowTapClose: () {
Navigator.pop(context);
},

View file

@ -103,7 +103,6 @@ class _BuildPatientsListState extends State<BuildMyPatientListList> {
builder: (context) => MihPackageWindow(
fullscreen: false,
windowTitle: "Patient Appointment",
windowTools: null,
onWindowTapClose: () {
Navigator.pop(context);
},
@ -220,7 +219,6 @@ class _BuildPatientsListState extends State<BuildMyPatientListList> {
builder: (context) => MihPackageWindow(
fullscreen: false,
windowTitle: "Patient Profile",
windowTools: null,
onWindowTapClose: () {
Navigator.pop(context);
},

View file

@ -225,7 +225,6 @@ class _WaitingRoomState extends State<WaitingRoom> {
return MihPackageWindow(
fullscreen: false,
windowTitle: "Appointment Type",
windowTools: null,
onWindowTapClose: () {
Navigator.of(context).pop();
},
@ -303,7 +302,6 @@ class _WaitingRoomState extends State<WaitingRoom> {
return MihPackageWindow(
fullscreen: false,
windowTitle: "Add Appointment",
windowTools: null,
onWindowTapClose: () {
Navigator.of(context).pop();
_appointmentDateController.clear();