Add mentions column (Deck)
This commit is contained in:
parent
32afe77a26
commit
afeb8058b1
4 changed files with 144 additions and 1 deletions
|
|
@ -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%',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue