From 873e81556d065b18239f106e592b07a412bc1456 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Fri, 14 Aug 2020 15:50:36 -0700 Subject: [PATCH] Added new HTML editor with some breaking changes. --- bodyshop_translations.babel | 2 +- client/package.json | 1 + .../form-fields-changed-alert.component.jsx | 2 +- .../components/header/header.component.jsx | 572 +++++++++--------- ...-template-editor-save-button.component.jsx | 43 +- .../shop-template-editor.component.jsx | 55 +- .../shop-template-editor.container.jsx | 4 +- client/src/graphql/templates.queries.js | 3 +- .../shop-templates.container.js | 4 +- client/src/translations/en_us/common.json | 12 +- client/yarn.lock | 5 + .../down.yaml | 5 + .../up.yaml | 6 + .../down.yaml | 31 + .../up.yaml | 32 + .../down.yaml | 35 ++ .../up.yaml | 36 ++ .../down.yaml | 34 ++ .../up.yaml | 35 ++ hasura/migrations/metadata.yaml | 15 +- 20 files changed, 574 insertions(+), 358 deletions(-) create mode 100644 hasura/migrations/1597428970612_alter_table_public_templates_add_column_jsontemplate/down.yaml create mode 100644 hasura/migrations/1597428970612_alter_table_public_templates_add_column_jsontemplate/up.yaml create mode 100644 hasura/migrations/1597428983824_update_permission_user_public_table_templates/down.yaml create mode 100644 hasura/migrations/1597428983824_update_permission_user_public_table_templates/up.yaml create mode 100644 hasura/migrations/1597428991518_update_permission_user_public_table_templates/down.yaml create mode 100644 hasura/migrations/1597428991518_update_permission_user_public_table_templates/up.yaml create mode 100644 hasura/migrations/1597428999933_update_permission_user_public_table_templates/down.yaml create mode 100644 hasura/migrations/1597428999933_update_permission_user_public_table_templates/up.yaml diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index f00f14d7c..f5d11cc77 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -1,4 +1,4 @@ - +