logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 9432fcec7ddfce7fd52ee2ba3f0ef531d61d9b46
parent 5768806d1ba65bf49e4313f4a7ace602ae456a89
Author: Tusooa Zhu <tusooa@kazv.moe>
Date:   Sun,  6 Mar 2022 13:50:15 -0500

Make 'Show full conversation' button have left border in embbeded mode

Diffstat:

Msrc/components/conversation/conversation.vue38+++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue @@ -20,29 +20,29 @@ </div> <div class="conversation-body panel-body"> <div - v-if="shouldShowAllConversationButton" - class="conversation-dive-to-top-level-box" - > - <i18n - path="status.show_all_conversation_with_icon" - tag="button" - class="button-unstyled -link" - @click.prevent="diveToTopLevel" - > - <FAIcon - place="icon" - icon="angle-double-left" - /> - <span place="text"> - {{ $tc('status.show_all_conversation', otherTopLevelCount, { numStatus: otherTopLevelCount }) }} - </span> - </i18n> - </div> - <div v-if="isTreeView" class="thread-body" > <div + v-if="shouldShowAllConversationButton" + class="conversation-dive-to-top-level-box" + > + <i18n + path="status.show_all_conversation_with_icon" + tag="button" + class="button-unstyled -link" + @click.prevent="diveToTopLevel" + > + <FAIcon + place="icon" + icon="angle-double-left" + /> + <span place="text"> + {{ $tc('status.show_all_conversation', otherTopLevelCount, { numStatus: otherTopLevelCount }) }} + </span> + </i18n> + </div> + <div v-if="shouldShowAncestors" class="thread-ancestors" >