Add mentions column (Deck)

This commit is contained in:
syuilo
2018-09-16 23:15:02 +09:00
parent 32afe77a26
commit afeb8058b1
4 changed files with 144 additions and 1 deletions

View File

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