feature: new page to display info about a circle and add members

- New styles for "add users" drodown
- New custom widget to display members
- Use of the permission system
This commit is contained in:
Gaëlle Morin
2019-09-25 16:16:17 +02:00
parent 61be5d780c
commit 5a865693a1
15 changed files with 312 additions and 135 deletions

View File

@ -0,0 +1,16 @@
include hd-user-avatar.pug
sib-widget(name='team-template')
template
sib-display(
data-src="${await value}"
fields='account.picture, sup(name, groups), sub(profile.city)'
widget-account.picture='hd-user-avatar'
widget-groups='hd-user-groups'
multiple-groups=''
)
sib-widget(name='hd-user-groups')
template ${await value.name}

View File

@ -21,3 +21,4 @@ sib-widget(name='team-template')
data-src="${value.user ? value.user['@id'] : ''}"
fields='username'
)