add hashtag block modal

This commit is contained in:
Ren Amamiya
2023-07-25 17:06:18 +07:00
parent a4e03a59eb
commit 8d761caf3e
6 changed files with 193 additions and 77 deletions

View File

@@ -1,3 +1,4 @@
export const COMPOSE_SHORTCUT = 'meta+n';
export const ADD_IMAGEBLOCK_SHORTCUT = 'meta+i';
export const ADD_FEEDBLOCK_SHORTCUT = 'meta+f';
export const ADD_HASHTAGBLOCK_SHORTCUT = 'meta+t';