logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 35dedf8416b423abb867b052d37f14becd0de34a
parent 5970ddf9ac5ed7b7a855ed4c025a2f5f62e256fa
Author: Henry Jameson <me@hjkos.com>
Date:   Mon,  7 Jun 2021 12:24:11 +0300

lint

Diffstat:

Msrc/components/emoji_input/emoji_input.vue2+-
Msrc/components/status_content/status_content.vue10++++++----
2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/components/emoji_input/emoji_input.vue b/src/components/emoji_input/emoji_input.vue @@ -1,9 +1,9 @@ <template> <div + ref="root" v-click-outside="onClickOutside" class="emoji-input" :class="{ 'with-picker': !hideEmojiButton }" - ref='root' > <slot /> <template v-if="enableEmojiPicker"> diff --git a/src/components/status_content/status_content.vue b/src/components/status_content/status_content.vue @@ -8,9 +8,10 @@ > <RichContent class="media-body summary" - @click.prevent="linkClicked" :html="status.summary_raw_html" - :emoji="status.emojis"/> + :emoji="status.emojis" + @click.prevent="linkClicked" + /> <button v-if="longSubject && showingLongSubject" class="button-unstyled -link tall-subject-hider" @@ -43,9 +44,10 @@ v-if="!hideSubjectStatus" :class="{ 'single-line': singleLine }" class="status-content media-body" - @click.prevent="linkClicked" :html="postBodyHtml" - :emoji="status.emojis"/> + :emoji="status.emojis" + @click.prevent="linkClicked" + /> <button v-if="hideSubjectStatus" class="button-unstyled -link cw-status-hider"