logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 415a823af09b61e7ca7adfe295ad3a5eebc5e8b5
parent 0e323ef248fbf9ae7e2a4a13b859b66dd803d76d
Author: Tusooa Zhu <tusooa@kazv.moe>
Date:   Mon,  7 Mar 2022 19:19:12 -0500

Clean up dead code

Diffstat:

Msrc/components/conversation/conversation.js2--
Msrc/components/conversation/conversation.vue6------
Msrc/components/thread_tree/thread_tree.vue1-
3 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/src/components/conversation/conversation.js b/src/components/conversation/conversation.js @@ -145,8 +145,6 @@ const conversation = { return sortAndFilterConversation(conversation, this.status) }, - conversationDive () { - }, statusMap () { return this.conversation.reduce((res, s) => { res[s.id] = s diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue @@ -230,7 +230,6 @@ } .thread-ancestor-dive-box-inner { padding: $status-margin; - //border-left: 2px solid var(--border, $fallback--border); } .conversation-status { @@ -263,10 +262,5 @@ border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius); border-bottom: 1px solid var(--border, $fallback--border); } - /* &.-expanded { */ - /* .conversation-status:last-child { */ - /* border-bottom: none; */ - /* } */ - /* } */ } </style> diff --git a/src/components/thread_tree/thread_tree.vue b/src/components/thread_tree/thread_tree.vue @@ -119,7 +119,6 @@ .thread-tree-replies-hidden { padding: $status-margin; - //border-top: 1px solid var(--border, $fallback--border); /* Make the button stretch along the whole row */ display: flex; align-items: stretch;