enhance(frontend): リアクションの総数を表示するか設定で選べるように (#13539)

* enhance(frontend): リプライ・リノート・リアクションの総数を表示するか設定で選べるように (MisskeyIO#512)

(cherry picked from commit 3c8475e5ac217f055eab0f6d0aedcbbcb2a2f27c)

* fix: いいねのみの場合は強制的にカウント表示

* make `showReactionsCount` default false

* リアクションだけ

* けしわすれ

* けしわすれ2

---------

Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
This commit is contained in:
かっこかり 2024-03-08 18:13:09 +09:00 committed by GitHub
parent f4a5740412
commit 27f823e882
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 16 additions and 4 deletions

4
locales/index.d.ts vendored
View file

@ -1992,6 +1992,10 @@ export interface Locale extends ILocale {
*
*/
"showNoteActionsOnlyHover": string;
/**
*
*/
"showReactionsCount": string;
/**
*
*/

View file

@ -494,6 +494,7 @@ emojiStyle: "絵文字のスタイル"
native: "ネイティブ"
disableDrawer: "メニューをドロワーで表示しない"
showNoteActionsOnlyHover: "ノートのアクションをホバー時のみ表示する"
showReactionsCount: "ノートのリアクション数を表示する"
noHistory: "履歴はありません"
signinHistory: "ログイン履歴"
enableAdvancedMfm: "高度なMFMを有効にする"