diff --git a/packages/client/src/components/MkChatPreview.vue b/packages/client/src/components/MkChatPreview.vue deleted file mode 100644 index 6cd79d74c6..0000000000 --- a/packages/client/src/components/MkChatPreview.vue +++ /dev/null @@ -1,200 +0,0 @@ - - - - - - {{ message.group.name }} - - - - - @{{ - acct(isMe(message) ? message.recipient : message.user) - }} - - - - - {{ i18n.ts.you }}: - - - 📎 - - - - - - - - - diff --git a/packages/client/src/ui/universal.vue b/packages/client/src/ui/universal.vue index 2fb0adb3a7..5ce6e44ba5 100644 --- a/packages/client/src/ui/universal.vue +++ b/packages/client/src/ui/universal.vue @@ -59,6 +59,14 @@ + + + + + - - - - - import("./universal.widgets.vue")); const XSidebar = defineAsyncComponent(() => import("@/ui/_common_/navbar.vue")); @@ -225,10 +215,6 @@ function updateButtonState(): void { return; } if (routerState.includes("/my/notifications")) { - buttonAnimIndex.value = 1; - return; - } - if (routerState.includes("/my/messaging")) { buttonAnimIndex.value = 2; return; }
- {{ i18n.ts.you }}: - - - 📎 -