From b27f866956cae9eff6cede49f6530171b98831ed Mon Sep 17 00:00:00 2001 From: Maria Martinez <77364706+mamartinezmejia@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:03:43 -0700 Subject: [PATCH] feat(fe:FSADT1-1487): Client number screen - clickable client number (#1252) * Cleaned up code * feat(fe:FSADT1-1487): Client number screen - clickable client number * Added ID attribute --- frontend/src/assets/styles/global.scss | 8 ++--- frontend/src/pages/FormBCeIDPage.vue | 2 +- .../src/pages/FormStaffConfirmationPage.vue | 29 +++++++++++++++---- frontend/src/pages/FormStaffPage.vue | 2 +- .../src/pages/FormStaffProcessingPage.vue | 2 +- frontend/src/pages/LandingPage.vue | 8 ++--- frontend/src/pages/LogoutPage.vue | 4 +-- .../pages/FormStaffConfirmationPage.spec.ts | 6 ++-- .../entity/ForestClientLocationEntity.java | 1 - ...chIndividualControllerIntegrationTest.java | 2 -- .../ForestClientContactMapperTest.java | 1 - .../app/mappers/ForestClientMapperTest.java | 1 - 12 files changed, 39 insertions(+), 27 deletions(-) diff --git a/frontend/src/assets/styles/global.scss b/frontend/src/assets/styles/global.scss index 55b4dd72ca..43e8aca81b 100644 --- a/frontend/src/assets/styles/global.scss +++ b/frontend/src/assets/styles/global.scss @@ -803,7 +803,7 @@ cds-actionable-notification * { gap: 1rem; } -.form-footer-group-buttons { +.form-group-buttons { display: flex; gap: 1rem; } @@ -1762,7 +1762,7 @@ div.internal-grouping-01:has(svg.warning) span.body-compact-01 { align-self: stretch; } - .form-footer-group-buttons { + .form-group-buttons { flex-direction: column-reverse; justify-content: flex-end; align-items: stretch; @@ -2041,11 +2041,11 @@ div.internal-grouping-01:has(svg.warning) span.body-compact-01 { margin-left: 16rem; } - div.form-footer-group-buttons { + div.form-group-buttons { gap: 0.5rem; } - div.form-footer-group-buttons cds-button { + div.form-group-buttons cds-button { margin-top: 1rem; } diff --git a/frontend/src/pages/FormBCeIDPage.vue b/frontend/src/pages/FormBCeIDPage.vue index 0bd91c74fb..6b2391a1b6 100644 --- a/frontend/src/pages/FormBCeIDPage.vue +++ b/frontend/src/pages/FormBCeIDPage.vue @@ -606,7 +606,7 @@ watch(submissionLimitError, () => { v-if="!isLast && !progressData[currentTab].valid"> All fields must be filled out correctly to enable the "Next" button below -