diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2024-03-06 21:08:42 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-06 21:08:42 +0900 |
| commit | 7ead98cbe592e6911e4a54550cb7bb507e782d7c (patch) | |
| tree | 8a8c57c5dda5d6971da212a63e46954ef212a5b0 /packages/frontend/src/components/MkTutorialDialog.Sensitive.vue | |
| parent | Revert "perf: boot.jsの調整" (diff) | |
| download | sharkey-7ead98cbe592e6911e4a54550cb7bb507e782d7c.tar.gz sharkey-7ead98cbe592e6911e4a54550cb7bb507e782d7c.tar.bz2 sharkey-7ead98cbe592e6911e4a54550cb7bb507e782d7c.zip | |
enhance(frontend): リアクションの総数を表示するように (#13532)
* enhance(frontend): リアクションの総数を表示するように
* Update Changelog
* リアクション選択済の色をaccentに
Diffstat (limited to 'packages/frontend/src/components/MkTutorialDialog.Sensitive.vue')
| -rw-r--r-- | packages/frontend/src/components/MkTutorialDialog.Sensitive.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend/src/components/MkTutorialDialog.Sensitive.vue b/packages/frontend/src/components/MkTutorialDialog.Sensitive.vue index b17ec66461..7ae48dcd15 100644 --- a/packages/frontend/src/components/MkTutorialDialog.Sensitive.vue +++ b/packages/frontend/src/components/MkTutorialDialog.Sensitive.vue @@ -58,6 +58,7 @@ const exampleNote = reactive<Misskey.entities.Note>({ reactionAcceptance: null, renoteCount: 0, repliesCount: 1, + reactionCount: 0, reactions: {}, reactionEmojis: {}, fileIds: ['0000000002'], |