From b84acfd7b75337f8999adad7b1a670630e9ee36d Mon Sep 17 00:00:00 2001 From: Tusooa Zhu Date: Tue, 29 Mar 2022 13:56:42 -0400 Subject: [PATCH 1/3] Add controlledShowingLongSubject and toggle in StatusContent props --- src/components/status_content/status_content.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/status_content/status_content.js b/src/components/status_content/status_content.js index e69c3afd..89f0aa51 100644 --- a/src/components/status_content/status_content.js +++ b/src/components/status_content/status_content.js @@ -59,7 +59,9 @@ const StatusContent = { 'controlledShowingTall', 'controlledExpandingSubject', 'controlledToggleShowingTall', - 'controlledToggleExpandingSubject' + 'controlledToggleExpandingSubject', + 'controlledShowingLongSubject', + 'controlledToggleShowingLongSubject' ], data () { return { From 70593e71e642b1f1ea323f2f3b7dc67984f24abb Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 30 Mar 2022 01:24:17 +0300 Subject: [PATCH 2/3] fix error clear icon --- src/components/post_status_form/post_status_form.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index 8c0b74a3..0fdb6dc7 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -282,11 +282,15 @@ class="alert error" > Error: {{ error }} - + > + + Date: Wed, 30 Mar 2022 01:24:53 +0300 Subject: [PATCH 3/3] fix emoji input warning spam --- src/components/emoji_input/emoji_input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/emoji_input/emoji_input.js b/src/components/emoji_input/emoji_input.js index e772bf75..391cc5b5 100644 --- a/src/components/emoji_input/emoji_input.js +++ b/src/components/emoji_input/emoji_input.js @@ -31,7 +31,7 @@ library.add( */ const EmojiInput = { - emits: ['update:modelValue'], + emits: ['update:modelValue', 'shown'], props: { suggest: { /**