From 19fa9a24ab93b29a349c84d9f7a96b406b1339cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=93=E3=81=8B=E3=82=8A?=
<67428053+kakkokari-gtyih@users.noreply.github.com>
Date: Fri, 24 Jul 2026 09:56:39 +0900
Subject: [PATCH] =?UTF-8?q?revert(frontend):=20"=E3=82=BF=E3=82=A4?=
=?UTF-8?q?=E3=83=A0=E3=83=A9=E3=82=A4=E3=83=B3=E3=81=AE=E3=83=AA=E3=82=A2?=
=?UTF-8?q?=E3=83=AB=E3=82=BF=E3=82=A4=E3=83=A0=E6=9B=B4=E6=96=B0=E3=81=AE?=
=?UTF-8?q?=E3=82=A2=E3=83=8B=E3=83=A1=E3=83=BC=E3=82=B7=E3=83=A7=E3=83=B3?=
=?UTF-8?q?=E3=81=A7TransitionGroup=E3=82=92=E4=BD=BF=E7=94=A8=E3=81=97?=
=?UTF-8?q?=E3=81=AA=E3=81=84=E3=82=88=E3=81=86=E3=81=AB"=20(#17787)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Revert "perf(frontend): タイムラインのリアルタイム更新のアニメーションでTransitionGroupを使用しないように (#17708)"
This reverts commit 152e0fc48c402c6312597ed382b6115346ce073e.
---
CHANGELOG.md | 1 -
.../components/MkStreamingNotesTimeline.vue | 86 +++++++-----
.../MkStreamingNotificationsTimeline.vue | 68 +++++++---
.../components/MkStreamingTimelineItem.vue | 127 ------------------
packages/frontend/src/utility/paginator.ts | 47 +------
5 files changed, 103 insertions(+), 226 deletions(-)
delete mode 100644 packages/frontend/src/components/MkStreamingTimelineItem.vue
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bc38a03e13..61acf1fa7b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,7 +29,6 @@
- Fix: 幅が狭い画面で動画の再生が困難な問題を修正
- Fix: 一部の画像のみセンシティブなとき、ビューワー内で画像を切り替えるとセンシティブな画像がそのまま表示される問題を修正
- Fix: 一部の画像をビューワーで読み込んだ際に正しく表示されない問題を修正
-- Enhance: タイムラインの読み込みパフォーマンスを改善
- Enhance: タブがバックグラウンドの間は必要ない定期更新処理を停止するように
- Fix: 「画像を新しいタブで開く」が機能しなくなっていた問題を修正
- Fix: デバイスタイプをスマートフォンに固定している状態で画面幅が広いとき、画面左上のアイコンが表示されない問題を修正
diff --git a/packages/frontend/src/components/MkStreamingNotesTimeline.vue b/packages/frontend/src/components/MkStreamingNotesTimeline.vue
index 7905318543..0182a96416 100644
--- a/packages/frontend/src/components/MkStreamingNotesTimeline.vue
+++ b/packages/frontend/src/components/MkStreamingNotesTimeline.vue
@@ -19,15 +19,18 @@ SPDX-License-Identifier: AGPL-3.0-only
-
-
-
+
+
+
{{ getSeparatorInfo(paginator.items.value[i -1].createdAt, note.createdAt)?.prevText }}
@@ -35,15 +38,15 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
+
+