From a26cedbdd40141603d36d67385c4be0874f2a3d8 Mon Sep 17 00:00:00 2001 From: Shinigami Date: Sun, 11 Dec 2022 16:43:23 +0100 Subject: [PATCH] feat: add bot label (#392) --- components/account/AccountBotIndicator.vue | 5 +++++ components/account/AccountHeader.vue | 13 ++++++++----- components/account/AccountInfo.vue | 13 ++++++++----- components/status/StatusCard.vue | 1 + 4 files changed, 22 insertions(+), 10 deletions(-) create mode 100644 components/account/AccountBotIndicator.vue diff --git a/components/account/AccountBotIndicator.vue b/components/account/AccountBotIndicator.vue new file mode 100644 index 00000000..9f9c6aee --- /dev/null +++ b/components/account/AccountBotIndicator.vue @@ -0,0 +1,5 @@ + diff --git a/components/account/AccountHeader.vue b/components/account/AccountHeader.vue index 776b21cf..68e054b0 100644 --- a/components/account/AccountHeader.vue +++ b/components/account/AccountHeader.vue @@ -76,11 +76,14 @@ watchEffect(() => {
- +
+ + +
diff --git a/components/account/AccountInfo.vue b/components/account/AccountInfo.vue index 1b9f9679..7ed0e444 100644 --- a/components/account/AccountInfo.vue +++ b/components/account/AccountInfo.vue @@ -20,11 +20,14 @@ defineOptions({
- +
+ + +
diff --git a/components/status/StatusCard.vue b/components/status/StatusCard.vue index 516d1282..1a9c011f 100644 --- a/components/status/StatusCard.vue +++ b/components/status/StatusCard.vue @@ -85,6 +85,7 @@ const avatarOnAvatar = $(computedEager(() => useFeatureFlags().experimentalAvata
+