From 2fc58a780e5a1f5e40b3d8d18ae6cc1d0dfd8bc1 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 28 Nov 2021 20:29:37 +0900 Subject: [PATCH] =?UTF-8?q?feat(client):=20Renote=E3=81=AA=E3=83=8E?= =?UTF-8?q?=E3=83=BC=E3=83=88=E8=A9=B3=E7=B4=B0=E3=83=9A=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=81=8B=E3=82=89=E5=85=83=E3=81=AE=E3=83=8E=E3=83=BC=E3=83=88?= =?UTF-8?q?=E3=83=9A=E3=83=BC=E3=82=B8=E3=81=AB=E9=81=B7=E7=A7=BB=E3=81=A7?= =?UTF-8?q?=E3=81=8D=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + packages/client/src/components/note-detailed.vue | 6 +++++- packages/client/src/components/note-header.vue | 2 +- packages/client/src/components/note.sub.vue | 2 +- packages/client/src/components/notification.vue | 2 +- packages/client/src/filters/note.ts | 2 +- packages/client/src/pages/user/index.photos.vue | 2 +- packages/client/src/ui/chat/note-header.vue | 2 +- 8 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba346f762..7c38d6027 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ ### Improvements - API: /antennas/notes API で日付による絞り込みができるように - クライアント: アンケートに投票する際に確認ダイアログを出すように +- クライアント: Renoteなノート詳細ページから元のノートページに遷移できるように ### Bugfixes - クライアント: ログインにおいてパスワードが誤っている際のエラーメッセージが正しく表示されない問題を修正 diff --git a/packages/client/src/components/note-detailed.vue b/packages/client/src/components/note-detailed.vue index 378dd6516..03f6a767f 100644 --- a/packages/client/src/components/note-detailed.vue +++ b/packages/client/src/components/note-detailed.vue @@ -84,7 +84,9 @@