From bdb3c3091cb1981b2932939b3de9550ba1e1db1b Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Sat, 18 Jan 2025 21:40:53 +0900 Subject: [PATCH] fix(ui): revert deletion of AccountLockIndicator and move it and AccountBotIndicator to next to account name --- components/status/StatusAccountDetails.vue | 6 +++++- components/status/StatusCard.vue | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/components/status/StatusAccountDetails.vue b/components/status/StatusAccountDetails.vue index 224cba85..481d7845 100644 --- a/components/status/StatusAccountDetails.vue +++ b/components/status/StatusAccountDetails.vue @@ -16,6 +16,10 @@ const userSettings = useUserSettings() text-link-rounded > - +
+ + + +
diff --git a/components/status/StatusCard.vue b/components/status/StatusCard.vue index 60f25244..07f2a5b1 100644 --- a/components/status/StatusCard.vue +++ b/components/status/StatusCard.vue @@ -169,7 +169,6 @@ const forceShow = ref(false)
-