committed by
Julius Härtl
parent
f71f24c450
commit
501545f2e5
@@ -96,11 +96,21 @@ export default {
|
||||
},
|
||||
visibilityPopover() {
|
||||
return [
|
||||
{
|
||||
action: () => {},
|
||||
icon: 'icon-archive-dark',
|
||||
text: t('deck', 'Assign to me')
|
||||
},
|
||||
{
|
||||
action: () => {},
|
||||
icon: 'icon-archive-dark',
|
||||
text: t('deck', 'Archive card')
|
||||
},
|
||||
{
|
||||
action: () => {},
|
||||
icon: 'icon-delete-dark',
|
||||
text: t('deck', 'Delete card')
|
||||
},
|
||||
{
|
||||
action: () => {},
|
||||
icon: 'icon-settings-dark',
|
||||
|
||||
Reference in New Issue
Block a user