From 9a77c7da2a260dff705968d6ad37bd97d21f8ada Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Wed, 23 Nov 2022 08:00:52 +0800 Subject: [PATCH] feat: replying to status --- components/account/AccountInfo.vue | 1 + components/account/AccountInlineInfo.vue | 2 +- components/status/StatusCard.vue | 13 +++++++----- components/status/StatusDetails.vue | 3 ++- components/status/StatusReplyingTo.vue | 25 ++++++++++++++++++++++++ 5 files changed, 37 insertions(+), 7 deletions(-) create mode 100644 components/status/StatusReplyingTo.vue diff --git a/components/account/AccountInfo.vue b/components/account/AccountInfo.vue index ab229e8a..f2118b5f 100644 --- a/components/account/AccountInfo.vue +++ b/components/account/AccountInfo.vue @@ -19,6 +19,7 @@ const { link = true } = defineProps<{

@{{ account.acct }}

+ diff --git a/components/account/AccountInlineInfo.vue b/components/account/AccountInlineInfo.vue index 5dd91468..bd37117d 100644 --- a/components/account/AccountInlineInfo.vue +++ b/components/account/AccountInlineInfo.vue @@ -7,7 +7,7 @@ defineProps<{