diff --git a/.vscode/settings.json b/.vscode/settings.json index 8c7b6c96..5b71ee67 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,7 +2,6 @@ "eslint.enable": true, "eslint.autoFixOnSave": true, "puglint.enable": true, - "standard.enable": false, "editor.formatOnSave": false, "editor.tabSize": 2, "eslint.validate": [ diff --git a/client/components/editor.vue b/client/components/editor.vue index 33dc2e1c..508f62da 100644 --- a/client/components/editor.vue +++ b/client/components/editor.vue @@ -21,16 +21,27 @@ :size='60' color='#FFF' ) - .subheading Processing - .caption.blue--text.text--lighten-3 Please wait... + .subheading {{ $t('editor:save.processing') }} + .caption.blue--text.text--lighten-3 {{ $t('editor:save.pleaseWait') }} + + v-snackbar( + :color='notification.style' + bottom, + right, + multi-line, + v-model='notificationState' + ) + .text-xs-left + v-icon.mr-3(dark) {{ notification.icon }} + span {{ notification.message }}