From bf02152fbc3c313d020054cd30eeb4289f631255 Mon Sep 17 00:00:00 2001
From: syuilo <4439005+syuilo@users.noreply.github.com>
Date: Sat, 22 Feb 2025 21:18:43 +0900
Subject: [PATCH] Update mute-block.vue
---
.../src/pages/settings/mute-block.vue | 217 ++++++++++--------
1 file changed, 121 insertions(+), 96 deletions(-)
diff --git a/packages/frontend/src/pages/settings/mute-block.vue b/packages/frontend/src/pages/settings/mute-block.vue
index 793d52ea84..4aac2a25bd 100644
--- a/packages/frontend/src/pages/settings/mute-block.vue
+++ b/packages/frontend/src/pages/settings/mute-block.vue
@@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-only
@@ -29,119 +29,144 @@ SPDX-License-Identifier: AGPL-3.0-only
-
-
- {{ i18n.ts.hardWordMute }}
+
+
+
+ {{ i18n.ts.hardWordMute }}
-
- {{ i18n.ts.hardWordMuteDescription }}
-
-
-
+
+ {{ i18n.ts.hardWordMuteDescription }}
+
+
+
+
-
-
- {{ i18n.ts.instanceMute }}
+
+
+
+ {{ i18n.ts.instanceMute }}
-
-
+
+
+
-
-
- {{ i18n.ts.mutedUsers }} ({{ i18n.ts.renote }})
+
+
+
+ {{ i18n.ts.mutedUsers }} ({{ i18n.ts.renote }})
-
-
-
-
![]()
-
{{ i18n.ts.noUsers }}
-
-
+
+
+
+
![]()
+
{{ i18n.ts.noUsers }}
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
-
- {{ i18n.ts.mutedUsers }}
+
+
+
+ {{ i18n.ts.mutedUsers }}
-
-
-
-
![]()
-
{{ i18n.ts.noUsers }}
-
-
+
+
+
+
![]()
+
{{ i18n.ts.noUsers }}
+
+
-
-
-
-
-
-
-
-
-
-
-
-
Muted at:
-
Period: {{ new Date(item.expiresAt).toLocaleString() }}
-
Period: {{ i18n.ts.indefinitely }}
+
+
+
+
+
+
+
+
+
+
+
+
Muted at:
+
Period: {{ new Date(item.expiresAt).toLocaleString() }}
+
Period: {{ i18n.ts.indefinitely }}
+
-
-
-
-
+
+
+
+
-
-
- {{ i18n.ts.blockedUsers }}
+
+
+
+ {{ i18n.ts.blockedUsers }}
-
-
-
-
![]()
-
{{ i18n.ts.noUsers }}
-
-
+
+
+
+
![]()
+
{{ i18n.ts.noUsers }}
+
+
-
-
-
-
-
-
-
-
-
-
-
-
Blocked at:
-
Period: {{ new Date(item.expiresAt).toLocaleString() }}
-
Period: {{ i18n.ts.indefinitely }}
+
+
+
+
+
+
+
+
+
+
+
+
Blocked at:
+
Period: {{ new Date(item.expiresAt).toLocaleString() }}
+
Period: {{ i18n.ts.indefinitely }}
+
-
-
-
-
+
+
+
+