remove the replied status preview, it takes too much space and looks confusing
This commit is contained in:
parent
acdf081bb1
commit
b6ff0b2bf6
2 changed files with 0 additions and 8 deletions
|
|
@ -6,7 +6,6 @@ import ChatMessageList from 'src/components/chat_message_list/chat_message_list.
|
|||
import PostStatusForm from 'src/components/post_status_form/post_status_form.vue'
|
||||
import QuickFilterSettings from 'src/components/quick_filter_settings/quick_filter_settings.vue'
|
||||
import QuickViewSettings from 'src/components/quick_view_settings/quick_view_settings.vue'
|
||||
import StatusContent from 'src/components/status_content/status_content.vue'
|
||||
import ThreadTree from 'src/components/thread_tree/thread_tree.vue'
|
||||
|
||||
import { useInterfaceStore } from 'src/stores/interface'
|
||||
|
|
@ -427,7 +426,6 @@ const conversation = {
|
|||
QuickViewSettings,
|
||||
ChatMessageList,
|
||||
PostStatusForm,
|
||||
StatusContent,
|
||||
},
|
||||
watch: {
|
||||
statusId(newVal, oldVal) {
|
||||
|
|
|
|||
|
|
@ -224,12 +224,6 @@
|
|||
{{ $t('general.cancel') }}
|
||||
</button>
|
||||
</h4>
|
||||
<StatusContent
|
||||
:status="replyStatus"
|
||||
class="reply-to-preview"
|
||||
compact
|
||||
collapse
|
||||
/>
|
||||
</div>
|
||||
<PostStatusForm
|
||||
class="reply-form"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue