merge wefork

This commit is contained in:
Béranger Campardou 2017-01-13 11:16:37 +01:00
commit f7f5f4a35d
58 changed files with 3757 additions and 544 deletions

View file

@ -13,6 +13,14 @@ BlazeComponent.extendComponent({
return list.findWatcher(Meteor.userId());
},
limitToShowCardsCount() {
return Meteor.user().getLimitToShowCardsCount();
},
showCardsCountForList(count) {
return count > this.limitToShowCardsCount();
},
events() {
return [{
'click .js-open-list-menu': Popup.open('listAction'),