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

@ -226,6 +226,18 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'device',
default: true,
},
showRepliesCount: {
where: 'device',
default: true,
},
showRenotesCount: {
where: 'device',
default: true,
},
showReactionsCount: {
where: 'device',
default: true,
},
enableQuickAddMfmFunction: {
where: 'device',
default: false,
@ -434,10 +446,10 @@ export const defaultStore = markRaw(new Storage('base', {
sfxVolume: 1,
},
},
hemisphere: {
hemisphere: {
where: 'device',
default: hemisphere as 'N' | 'S',
},
},
enableHorizontalSwipe: {
where: 'device',
default: true,