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

This commit is contained in:
まっちゃとーにゅ 2024-03-07 07:28:55 +09:00 committed by GitHub
parent ab48a44142
commit 3c8475e5ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 52 additions and 9 deletions

View file

@ -71,6 +71,9 @@ const defaultStoreSaveKeys: (keyof typeof defaultStore['state'])[] = [
'animation',
'animatedMfm',
'advancedMfm',
'showRepliesCount',
'showRenotesCount',
'showReactionsCount',
'loadRawImages',
'imageNewTab',
'dataSaver',
@ -106,6 +109,7 @@ const defaultStoreSaveKeys: (keyof typeof defaultStore['state'])[] = [
'notificationStackAxis',
'enableCondensedLineForAcct',
'keepScreenOn',
'hideMutedNotes',
'defaultWithReplies',
'disableStreamingTimeline',
'useGroupedNotifications',