mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Import card-as-card, board-as-card. Add styling. Missing details and links
This commit is contained in:
parent
061a13e46e
commit
5644ef66af
5 changed files with 159 additions and 25 deletions
|
|
@ -6,4 +6,13 @@ BlazeComponent.extendComponent({
|
|||
template() {
|
||||
return 'minicard';
|
||||
},
|
||||
importedCard() {
|
||||
return this.currentData().type === 'cardType-importedCard';
|
||||
},
|
||||
importedBoard() {
|
||||
return this.currentData().type === 'cardType-importedBoard';
|
||||
},
|
||||
imported() {
|
||||
return this.importedCard() || this.importedBoard();
|
||||
},
|
||||
}).register('minicard');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue