displaying members data => wip

This commit is contained in:
Gaelle Morin 2018-12-18 17:59:11 +01:00
parent 486fc1ae20
commit 80e95b8910
3 changed files with 8 additions and 15 deletions

View File

@ -1,11 +1,11 @@
{
"dev": {
"sdn": "http://127.0.0.1:8000",
//"sdn": "https://test-paris.happy-dev.fr",
//"sdn": "http://127.0.0.1:8000",
"sdn": "https://test-paris.happy-dev.fr",
"cdn": "https://cdn.happy-dev.fr",
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
//"client_id": "833925"
"client_id": "499509"
"client_id": "833925"
//"client_id": "499509"
},
"prod": {
"sdn": "https://test-paris.happy-dev.fr",

View File

@ -8,9 +8,9 @@ div.grid-layer
sib-display#profiles-list(
data-src=`${sdn}/members/`,
data-fields='header, infos, groups, role, more',
set-header='picture, user, pseudonym, bio, send, city, country',
set-infos='cell, roles, user.email, foaf:homepage, skills',
set-pseudonym='before-pseudo,pseudo'
set-header='picture, user, pseudonym, bio, send',
set-infos='cell, user.roles, user.email, phone, skills',
set-pseudonym='before-pseudo,pseudo',
value-before-pseudo='@',
value-more='read more...',
template-more='hdapp-link-more',
@ -19,7 +19,6 @@ div.grid-layer
template-send='chat-link',
widget-picture='sib-display-img',
widget-user='hdapp-userinfo',
widget-foaf:hompage='hdapp-hyperlink',
widget-roles='sib-display-lookuplist',
widget-skills='sib-display-lookuplist',

View File

@ -9,18 +9,12 @@
}
& > div {
background: violet;
display: flex;
flex-wrap: wrap;
grid-column-start: start;
grid-column-end: end;
justify-content: space-between;
margin-bottom: 1em;
/*grid-row-start: middle;
grid-row-end: end;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
grid-gap: 1em;*/
&:first-of-type {
color: $color-black2;
@ -29,7 +23,7 @@
white-space: nowrap;
&::before, &::after {
border-top: 1px solid $color-grey-light5;
border-top: 1px solid $color-grey-light2;
content: '';
position: relative;
top: 0.5em;