mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-22 04:35:31 +02:00
fix(frontend): ノートの詳細表示でリアクション一覧が全件表示されない問題を修正 (#17137)
* fix(frontend): ノートの詳細表示でリアクション一覧が全件表示されない問題を修正 * Update Changelog
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
- Fix: `Mk:C:container` の `borderWidth` が正しく反映されない問題を修正
|
- Fix: `Mk:C:container` の `borderWidth` が正しく反映されない問題を修正
|
||||||
- Fix: mCaptchaが正しく動作しない問題を修正
|
- Fix: mCaptchaが正しく動作しない問題を修正
|
||||||
- Fix: 非ログイン時にリバーシの対局が表示されない問題を修正
|
- Fix: 非ログイン時にリバーシの対局が表示されない問題を修正
|
||||||
|
- Fix: ノートの詳細表示でリアクションが全件表示されない問題を修正
|
||||||
|
|
||||||
### Server
|
### Server
|
||||||
- Enhance: OAuthのクライアント情報取得(Client Information Discovery)において、IndieWeb Living Standard 11 July 2024で定義されているJSONドキュメント形式に対応しました
|
- Enhance: OAuthのクライアント情報取得(Client Information Discovery)において、IndieWeb Living Standard 11 July 2024で定義されているJSONドキュメント形式に対応しました
|
||||||
|
|||||||
@@ -143,7 +143,6 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||||||
:reactionEmojis="$appearNote.reactionEmojis"
|
:reactionEmojis="$appearNote.reactionEmojis"
|
||||||
:myReaction="$appearNote.myReaction"
|
:myReaction="$appearNote.myReaction"
|
||||||
:noteId="appearNote.id"
|
:noteId="appearNote.id"
|
||||||
:maxNumber="16"
|
|
||||||
/>
|
/>
|
||||||
<button class="_button" :class="$style.noteFooterButton" @click="reply()">
|
<button class="_button" :class="$style.noteFooterButton" @click="reply()">
|
||||||
<i class="ti ti-arrow-back-up"></i>
|
<i class="ti ti-arrow-back-up"></i>
|
||||||
|
|||||||
Reference in New Issue
Block a user