From ea000df34a86336dd1ac02a74021bdc8c9d3ca2b Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Mon, 2 Mar 2020 12:50:23 -0800 Subject: [PATCH] WIP for invoice list items on inovice enter --- bodyshop_translations.babel | 91 +++- client/package.json | 2 +- .../invoice-add-line-button.component.jsx | 8 +- .../invoice-enter-modal.component.jsx | 41 +- .../invoice-enter-modal.container.jsx | 2 +- .../invoice-enter-modal.lines.component.jsx | 138 ++++++ .../invoice-enter-modal.table.component.jsx | 2 - .../loading-spinner.component.jsx | 27 +- .../loading-spinner.styles.scss | 5 + .../vehicle-detail-form.component.jsx | 135 +++--- .../vehicle-detail-form.container.jsx | 17 +- client/src/translations/en_us/common.json | 6 + client/src/translations/es/common.json | 6 + client/src/translations/fr/common.json | 6 + client/yarn.lock | 98 ++-- package.json | 10 +- yarn.lock | 425 ++++++++---------- 17 files changed, 573 insertions(+), 446 deletions(-) create mode 100644 client/src/components/invoice-enter-modal/invoice-enter-modal.lines.component.jsx diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index dff302c4d..ec11ee357 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -1,4 +1,4 @@ - +