Added tab view to board members (people, orgs and teams)

This commit is contained in:
helioguardabaxo 2022-09-03 19:36:53 -03:00
parent 05c34cefde
commit ebfabba284
2 changed files with 56 additions and 49 deletions

View file

@ -330,6 +330,14 @@ BlazeComponent.extendComponent({
isLoading() {
return this.loading.get();
},
tabs() {
return [
{ name: TAPi18n.__('people'), slug: 'people' },
{ name: TAPi18n.__('organizations'), slug: 'organizations' },
{ name: TAPi18n.__('teams'), slug: 'teams' },
];
},
}).register('membersWidget');
Template.membersWidget.helpers({