From 9086b97709d11074cf9167174de42ba21ca1b239 Mon Sep 17 00:00:00 2001 From: weskubo-cgi <80127167+weskubo-cgi@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:28:26 -0700 Subject: [PATCH] CCFRI-3810 - Landing page html (#551) * Initial updates and console cleanup. * Further style fixes and remove some common console logs. * ccfri-3810 - adjust SmallCard layouts in LandingPage and ReportChanges and fix the button color in those pages --------- Co-authored-by: weskubo-cgi Co-authored-by: Le --- frontend/src/components/LandingPage.vue | 452 +++++++++--------- .../components/guiComponents/LargeCard.vue | 2 +- .../components/guiComponents/SmallCard.vue | 31 +- .../requestChanges/ReportChanges.vue | 133 +++--- frontend/src/store/application.js | 4 - frontend/src/store/auth.js | 5 - frontend/src/store/message.js | 1 - frontend/src/store/navBar.js | 2 - 8 files changed, 298 insertions(+), 332 deletions(-) diff --git a/frontend/src/components/LandingPage.vue b/frontend/src/components/LandingPage.vue index 7306c1b5f..7ac1dec61 100644 --- a/frontend/src/components/LandingPage.vue +++ b/frontend/src/components/LandingPage.vue @@ -1,3 +1,4 @@ +