From 9af28a9ea4f07589b5aa55b7f2de0c379a8512db Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Tue, 6 May 2025 13:05:57 +0900 Subject: [PATCH] wip --- .../components/MkStreamingNotesTimeline.vue | 1 - .../MkStreamingNotificationsTimeline.vue | 32 +++++++++++++++---- 2 files changed, 25 insertions(+), 8 deletions(-) diff --git a/packages/frontend/src/components/MkStreamingNotesTimeline.vue b/packages/frontend/src/components/MkStreamingNotesTimeline.vue index f7cf07e004..5da7d93284 100644 --- a/packages/frontend/src/components/MkStreamingNotesTimeline.vue +++ b/packages/frontend/src/components/MkStreamingNotesTimeline.vue @@ -532,6 +532,5 @@ defineExpose({ box-sizing: border-box; padding: 16px; background: var(--MI_THEME-panel); - border-top: solid 0.5px var(--MI_THEME-divider); } diff --git a/packages/frontend/src/components/MkStreamingNotificationsTimeline.vue b/packages/frontend/src/components/MkStreamingNotificationsTimeline.vue index 37c274a313..a61607bfd1 100644 --- a/packages/frontend/src/components/MkStreamingNotificationsTimeline.vue +++ b/packages/frontend/src/components/MkStreamingNotificationsTimeline.vue @@ -28,10 +28,15 @@ SPDX-License-Identifier: AGPL-3.0-only :moveClass="$style.transition_x_move" tag="div" > - +
+
+ {{ getSeparatorInfo(paginator.items.value[i -1].createdAt, notification.createdAt).prevText }} + + {{ getSeparatorInfo(paginator.items.value[i -1].createdAt, notification.createdAt).nextText }} +
+ + +