From 20f864cd432acdeba646eb5aa9bf17f346aa9bee Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Mon, 13 Jul 2020 09:55:24 -0700 Subject: [PATCH] Added in-session recent items with cross tab support. BOD-178 --- bodyshop_translations.babel | 112 +++++++++++++++++- client/package.json | 1 + client/src/App/App.styles.scss | 1 + .../breadcrumbs/breadcrumbs.component.jsx | 14 ++- .../tech-job-clock-in-form.container.jsx | 5 - .../contract-detail.page.container.jsx | 21 +++- .../courtesy-car-detail.page.container.jsx | 24 +++- .../jobs-detail.page.container.jsx | 23 +++- .../owners-detail.page.container.jsx | 40 +++++-- .../vehicles-detail.page.container.jsx | 27 ++++- .../redux/application/application.reducer.js | 17 ++- client/src/redux/root.reducer.js | 6 +- client/src/redux/store.js | 16 ++- client/src/translations/en_us/common.json | 7 ++ client/src/translations/es/common.json | 7 ++ client/src/translations/fr/common.json | 7 ++ client/src/utils/create-recent-item.js | 9 ++ client/yarn.lock | 64 ++++++++++ 18 files changed, 362 insertions(+), 39 deletions(-) create mode 100644 client/src/utils/create-recent-item.js diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index c1a7af70f..e8977f658 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -1,4 +1,4 @@ - +