From 01cf6785861158033c9723d11e67af2c8d966c6c Mon Sep 17 00:00:00 2001 From: Dalin Akrasi Date: Fri, 31 May 2024 11:38:06 +0100 Subject: [PATCH 001/143] Fix text exiting box constraints when font size changes --- LearningHub.Nhs.WebUI/Styles/nhsuk/pages/landing_page.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LearningHub.Nhs.WebUI/Styles/nhsuk/pages/landing_page.scss b/LearningHub.Nhs.WebUI/Styles/nhsuk/pages/landing_page.scss index 3fef36177..46035670d 100644 --- a/LearningHub.Nhs.WebUI/Styles/nhsuk/pages/landing_page.scss +++ b/LearningHub.Nhs.WebUI/Styles/nhsuk/pages/landing_page.scss @@ -19,7 +19,7 @@ top: 2rem; left: min(50vw - 3.75rem,100vw - 37.5rem); width: 37.5rem; - height: 14rem; + //height: 14rem; padding: 2rem; font-size: 1.5rem; From 257dc659bf9de0ed89b10ebbc1b1faea27334e37 Mon Sep 17 00:00:00 2001 From: Dalin Akrasi Date: Tue, 4 Jun 2024 16:33:21 +0100 Subject: [PATCH 002/143] Remove alternative back button for Role search page --- .../Views/Account/CreateAccountSearchRole.cshtml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/LearningHub.Nhs.WebUI/Views/Account/CreateAccountSearchRole.cshtml b/LearningHub.Nhs.WebUI/Views/Account/CreateAccountSearchRole.cshtml index c74b7ee0e..21c3e60b7 100644 --- a/LearningHub.Nhs.WebUI/Views/Account/CreateAccountSearchRole.cshtml +++ b/LearningHub.Nhs.WebUI/Views/Account/CreateAccountSearchRole.cshtml @@ -15,16 +15,8 @@
- @if (Model.CountryId == "1") - { - - - } - else - { - - - } + + @if (errorHasOccurred) { From 3591fd9e3984a9f6d40a21cff617c02ef508c7e6 Mon Sep 17 00:00:00 2001 From: Dalin Akrasi Date: Mon, 10 Jun 2024 11:39:09 +0100 Subject: [PATCH 003/143] Add non breaking space symbol to symulate space-bar space. Separate names with normal space. --- .../Views/MyAccount/Index.cshtml | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/LearningHub.Nhs.WebUI/Views/MyAccount/Index.cshtml b/LearningHub.Nhs.WebUI/Views/MyAccount/Index.cshtml index cd3cde3ac..d9677b2d5 100644 --- a/LearningHub.Nhs.WebUI/Views/MyAccount/Index.cshtml +++ b/LearningHub.Nhs.WebUI/Views/MyAccount/Index.cshtml @@ -53,7 +53,7 @@
- Change firstname + Change first name
@@ -70,7 +70,7 @@
- Change lastname + Change last name
@@ -86,7 +86,7 @@
- Change preferredname + Change preferred name
@@ -108,7 +108,7 @@
- Change country + Change country
@@ -127,7 +127,7 @@
- Change region + Change region
@@ -159,7 +159,7 @@
- Change primaryemail + Change primary email
@@ -177,7 +177,7 @@
- Change secondryemail + Change secondry email
@@ -209,7 +209,7 @@
- Change password + Change password
@@ -227,7 +227,7 @@
- Change security question 1 + Change security question 1
@@ -244,7 +244,7 @@
- Change security question 2 + Change security question 2
@@ -260,7 +260,7 @@
@Model.JobRole
- Change current role + Change current role
@@ -272,7 +272,7 @@
@Model.MedicalCouncilNo
- Change professional registration number + Change professional registration number
@@ -284,7 +284,7 @@
@Model.Grade
- Change grade + Change grade
@@ -294,7 +294,7 @@
@Model.PrimarySpecialty
- Change primary specialty + Change primary specialty
@@ -304,7 +304,7 @@
@Model.JobStartDate?.ToString("dd MMMM yyyy")
- Change start date + Change start date
@@ -314,7 +314,7 @@
@Html.Raw(Model.PlaceOfWork)
- Change place of work + Change place of work
From 1752d7e772f8e93bd0b95b1af987a97b3aa343cb Mon Sep 17 00:00:00 2001 From: Dalin Akrasi Date: Mon, 10 Jun 2024 12:42:56 +0100 Subject: [PATCH 004/143] Remove external footer tag --- .../Views/Shared/Tenant/LearningHub/_Layout.cshtml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/LearningHub.Nhs.WebUI/Views/Shared/Tenant/LearningHub/_Layout.cshtml b/LearningHub.Nhs.WebUI/Views/Shared/Tenant/LearningHub/_Layout.cshtml index dbacc093d..881907ad9 100644 --- a/LearningHub.Nhs.WebUI/Views/Shared/Tenant/LearningHub/_Layout.cshtml +++ b/LearningHub.Nhs.WebUI/Views/Shared/Tenant/LearningHub/_Layout.cshtml @@ -96,9 +96,8 @@ @* Inject form here *@ -
- -
+ + - + + - - + + \ No newline at end of file From 85b454074bb39ad646def9750304effbc6032d41 Mon Sep 17 00:00:00 2001 From: Dalin Akrasi Date: Wed, 28 Aug 2024 15:25:34 +0100 Subject: [PATCH 059/143] Update NMC Number field error message --- .../CreateAccountProfessionalRegNumber.cshtml | 73 ++++++++++--------- 1 file changed, 37 insertions(+), 36 deletions(-) diff --git a/LearningHub.Nhs.WebUI/Views/Account/CreateAccountProfessionalRegNumber.cshtml b/LearningHub.Nhs.WebUI/Views/Account/CreateAccountProfessionalRegNumber.cshtml index 0bacd45eb..4cfe8e2f2 100644 --- a/LearningHub.Nhs.WebUI/Views/Account/CreateAccountProfessionalRegNumber.cshtml +++ b/LearningHub.Nhs.WebUI/Views/Account/CreateAccountProfessionalRegNumber.cshtml @@ -3,65 +3,66 @@ @model AccountCreationViewModel; @{ - + Layout = ViewData["Layout"].ToString(); var routeData = new Dictionary { { "ReturnToConfirmation", Context.Request.Query["returnToConfirmation"] } }; var errorHasOccurred = !ViewData.ModelState.IsValid; JobRoleBasicViewModel jobDetails = ViewBag.Job; ViewData["Title"] = $"{jobDetails.MedicalCouncilCode} Number"; } -@section styles{ +@section styles { }