メッセージタイムラインを追加

This commit is contained in:
syuilo
2018-09-18 02:14:12 +09:00
parent 2fad6e6d5f
commit ab83e08bc7
11 changed files with 393 additions and 150 deletions

View File

@ -147,6 +147,15 @@ export default Vue.extend({
type: 'mentions'
});
}
}, {
icon: '%fa:envelope R%',
text: '%i18n:common.deck.direct%',
action: () => {
this.$store.dispatch('settings/addDeckColumn', {
id: uuid(),
type: 'direct'
});
}
}, {
icon: '%fa:list%',
text: '%i18n:common.deck.list%',