Change: リアクションデッキのTS化 (WIP)
This commit is contained in:
parent
7c65b6f9df
commit
0c27b62a25
6 changed files with 138 additions and 44 deletions
|
@ -71,6 +71,10 @@ export const ActionBar: React.FC = () => {
|
|||
text: intl.formatMessage(messages.emoji_reactions),
|
||||
to: '/emoji_reactions',
|
||||
},
|
||||
{
|
||||
text: intl.formatMessage(messages.reaction_deck),
|
||||
to: '/reaction_deck',
|
||||
},
|
||||
{ text: intl.formatMessage(messages.lists), to: '/lists' },
|
||||
{
|
||||
text: intl.formatMessage(messages.followed_tags),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue