ui migration to Sophie Design

This commit is contained in:
simon louvet 2018-11-16 12:31:15 +01:00
parent 2ae3f84adf
commit d6ec6a9cf9
4 changed files with 1067 additions and 1086 deletions

2147
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
- var sdn = process.env.SDN || 'http://127.0.0.1:8000'
- var cdn = process.env.CDN || 'https://cdn.happy-dev.fr'
- var xmpp = 'https://jabber.happy-dev.fr/http-bind/'
- var client_id= = 863031
- var client_id = '863031'

View File

@ -7,7 +7,7 @@ script(src="/lib/oidc-client.js")
script(
src="/lib/sib-oidc/sib-oidc.js"
data-authority=`${sdn}/openid/`,
data-client_id='${client_id}',
data-client_id=`${client_id}`,
data-response_type='id_token token',
data-scope='openid profile email',
data-automaticSilentRenew='true',

View File

@ -25,7 +25,7 @@ nav#navbar
div
div.menu-notification
div.menu-label Groups
div.menu-icon.icon-bubbles
div.menu-icon.icon-bubbles
sib-display(
data-src=`${sdn}/channels/`,
data-fields='name',