From 95ba0e1f8af89ac4ebb72b5b59d732fef46fc821 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Thu, 3 Jun 2021 10:02:04 -0700 Subject: [PATCH 1/4] IO-1140 Added release notes integration. --- bodyshop_translations.babel | 23 ++++++++- client/public/index.html | 50 ++++++++++++++++--- client/src/App/App.container.jsx | 10 +++- .../components/header/header.component.jsx | 18 +++---- client/src/index.js | 44 +++++++++------- .../pages/manage/manage.page.component.jsx | 26 +++++++--- client/src/translations/en_us/common.json | 7 +-- client/src/translations/es/common.json | 5 +- client/src/translations/fr/common.json | 5 +- client/src/utils/TemplateConstants.js | 8 +-- 10 files changed, 142 insertions(+), 54 deletions(-) diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index 96ddb91b6..2e39fa216 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -12448,6 +12448,27 @@ + + viewreleasenotes + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + @@ -31034,7 +31055,7 @@ templates - attendance + attendance_detail false diff --git a/client/public/index.html b/client/public/index.html index 697bb87c3..a2dcd066c 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -9,12 +9,50 @@ - + +