From 687a28f1589f51e856e28763c7f3ff2916212786 Mon Sep 17 00:00:00 2001 From: yaso-meth Date: Wed, 11 Sep 2024 10:14:41 +0200 Subject: [PATCH] browser load time improvements --- .../lib/pages/authentication/signin.dart | 2 +- Frontend/patient_manager/pubspec.yaml | 2 +- Frontend/patient_manager/web/index.html | 27 ++++++++++++------- 3 files changed, 20 insertions(+), 11 deletions(-) diff --git a/Frontend/patient_manager/lib/pages/authentication/signin.dart b/Frontend/patient_manager/lib/pages/authentication/signin.dart index c932a81e..68987a01 100644 --- a/Frontend/patient_manager/lib/pages/authentication/signin.dart +++ b/Frontend/patient_manager/lib/pages/authentication/signin.dart @@ -304,7 +304,7 @@ class _SignInState extends State { const SizedBox(height: 10), //Heading Text( - 'Sign In', + 'Sign In Now', style: TextStyle( fontSize: 25, fontWeight: FontWeight.bold, diff --git a/Frontend/patient_manager/pubspec.yaml b/Frontend/patient_manager/pubspec.yaml index 0570f4d9..d66ad9fc 100644 --- a/Frontend/patient_manager/pubspec.yaml +++ b/Frontend/patient_manager/pubspec.yaml @@ -132,7 +132,7 @@ flutter_native_splash: # The image parameter allows you to specify an image used in the splash screen. It must be a # png file and should be sized for 4x pixel density. - image: images\logo_light.png + image: images/logo_light.png # The branding property allows you to specify an image used as branding in the splash screen. # It must be a png file. It is supported for Android, iOS and the Web. For Android 12, diff --git a/Frontend/patient_manager/web/index.html b/Frontend/patient_manager/web/index.html index aee2aace..43f118d6 100644 --- a/Frontend/patient_manager/web/index.html +++ b/Frontend/patient_manager/web/index.html @@ -19,8 +19,13 @@ Mzansi Innovation Hub + + + + - - + @@ -98,15 +104,9 @@ - - - - - + + + + + \ No newline at end of file