From 206c1e268be445ef9614d6fd72342b0e56bef62c Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Thu, 13 Feb 2020 16:08:34 -0800 Subject: [PATCH] Finish the majority of work on vendors page to add/delete/edit. --- bodyshop_translations.babel | 379 +++++++++++++++++- .../profile-my/profile-my.component.jsx | 27 +- .../vendors-form/vendors-form.component.jsx | 114 ++++++ .../vendors-form/vendors-form.container.jsx | 109 +++++ .../vendors-list/vendors-list.component.jsx | 38 +- .../vendors-list/vendors-list.container.jsx | 39 +- client/src/graphql/vendors.queries.js | 26 +- .../shop-vendor.page.component.jsx | 3 + .../shop-vendor.page.container.jsx | 2 +- client/src/translations/en_us/common.json | 27 +- client/src/translations/es/common.json | 27 +- client/src/translations/fr/common.json | 27 +- 12 files changed, 757 insertions(+), 61 deletions(-) create mode 100644 client/src/components/vendors-form/vendors-form.component.jsx create mode 100644 client/src/components/vendors-form/vendors-form.container.jsx diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index 66b40af7a..d24d8bcd7 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -1,4 +1,4 @@ - +