enhance(frontend): refactor and improve ux
This commit is contained in:
parent
de76a66c03
commit
22f99b42f6
6 changed files with 38 additions and 11 deletions
|
|
@ -379,7 +379,8 @@ const keymap = {
|
|||
},
|
||||
} as const satisfies Keymap;
|
||||
|
||||
provide('react', (reaction: string) => {
|
||||
provide(DI.mfmEmojiReactCallback, (reaction) => {
|
||||
sound.playMisskeySfx('reaction');
|
||||
misskeyApi('notes/reactions/create', {
|
||||
noteId: appearNote.value.id,
|
||||
reaction: reaction,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue