From a3be2a772ad4191c07b46bff5d7739a2aecd3273 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 15 Jun 2019 17:05:56 -0400 Subject: [PATCH] feat: editor modals translations --- .eslintrc.yml | 4 +- client/components/common/duration-picker.vue | 12 +-- client/components/common/user-search.vue | 6 +- client/components/editor/editor-markdown.vue | 71 ++++++--------- .../editor/editor-modal-editorselect.vue | 4 +- .../components/editor/editor-modal-media.vue | 91 ++++++++++--------- .../editor/editor-modal-properties.vue | 44 ++++----- .../editor/editor-modal-unsaved.vue | 8 +- 8 files changed, 112 insertions(+), 128 deletions(-) diff --git a/.eslintrc.yml b/.eslintrc.yml index 18546da0..bd160fe0 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -1,6 +1,6 @@ extends: - requarks - - plugin:vue/recommended + - plugin:vue/strongly-recommended env: node: true jest: true @@ -12,4 +12,4 @@ globals: document: false navigator: false window: false - FuseBox: false \ No newline at end of file + FuseBox: false diff --git a/client/components/common/duration-picker.vue b/client/components/common/duration-picker.vue index ff091549..483dfac8 100644 --- a/client/components/common/duration-picker.vue +++ b/client/components/common/duration-picker.vue @@ -1,6 +1,6 @@