From e707778490e9050a88ec84976ad4bded23d07401 Mon Sep 17 00:00:00 2001 From: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> Date: Mon, 16 Jan 2023 22:38:47 +0530 Subject: [PATCH] feat: Revamp editor for message and article (#6145) Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Co-authored-by: Muhsin Keloth --- .../components/widgets/WootWriter/Editor.vue | 40 ++--- .../widgets/WootWriter/FullEditor.vue | 167 ++++++++++++++++++ .../widgets/mentions/MentionBox.vue | 49 ++--- .../helpcenter/components/ArticleEditor.vue | 42 +++-- .../stories/ArticleEditor.stories.js | 2 +- package.json | 5 +- yarn.lock | 75 +++++++- 7 files changed, 307 insertions(+), 73 deletions(-) create mode 100644 app/javascript/dashboard/components/widgets/WootWriter/FullEditor.vue diff --git a/app/javascript/dashboard/components/widgets/WootWriter/Editor.vue b/app/javascript/dashboard/components/widgets/WootWriter/Editor.vue index 5552f9149..9117504ca 100644 --- a/app/javascript/dashboard/components/widgets/WootWriter/Editor.vue +++ b/app/javascript/dashboard/components/widgets/WootWriter/Editor.vue @@ -15,29 +15,25 @@ diff --git a/app/javascript/dashboard/components/widgets/mentions/MentionBox.vue b/app/javascript/dashboard/components/widgets/mentions/MentionBox.vue index 4613d8357..b5c353973 100644 --- a/app/javascript/dashboard/components/widgets/mentions/MentionBox.vue +++ b/app/javascript/dashboard/components/widgets/mentions/MentionBox.vue @@ -1,22 +1,23 @@