diff --git a/Makefile b/Makefile index d7a8fb3..6bbdda3 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ install: node_modules copy_lib copy_samples submodules submodules: git submodule init - git submodule update + git submodule update --recursive --remote build: $(DIST_DIR)/index.html $(DIST_DIR)/styles/index.css $(SCRIPT_DEST) diff --git a/src/header.pug b/src/header.pug index a20b981..4ad6114 100644 --- a/src/header.pug +++ b/src/header.pug @@ -15,8 +15,10 @@ details #notifications include page-notifications.pug -#profile - img(src="/images/user.jpg") - span - | Profile - span.icon-arrow-down +sib-display#profile( + data-fields='username,member.user,member.avatar', + widget-member.avatar='sib-display-img', + widget-member.user='hdapp-userinfo', + bind-user + ) + diff --git a/www/lib/sib-chat b/www/lib/sib-chat index f6d3c2d..7c841f1 160000 --- a/www/lib/sib-chat +++ b/www/lib/sib-chat @@ -1 +1 @@ -Subproject commit f6d3c2d846eabb3e3b236f218ec5878b81597967 +Subproject commit 7c841f1f972b6bbe35608a5c980101dbe117741c diff --git a/www/lib/sib-core b/www/lib/sib-core index 4162a4c..56e754a 160000 --- a/www/lib/sib-core +++ b/www/lib/sib-core @@ -1 +1 @@ -Subproject commit 4162a4cc2d68ab76290a1691760a740634eee953 +Subproject commit 56e754a6c80259ec7a274375044687db42a023e5 diff --git a/www/lib/sib-oidc b/www/lib/sib-oidc index 34a7598..d29cf79 160000 --- a/www/lib/sib-oidc +++ b/www/lib/sib-oidc @@ -1 +1 @@ -Subproject commit 34a75986f9a5d8d4e95e4c8e04743f1be362b752 +Subproject commit d29cf792ad5f818eea604176df83604bf2c2b9e2 diff --git a/www/lib/sib-router b/www/lib/sib-router index e46f24a..d44e9c0 160000 --- a/www/lib/sib-router +++ b/www/lib/sib-router @@ -1 +1 @@ -Subproject commit e46f24ad020d5eeb38a40b42a0f95b9f08a88dd6 +Subproject commit d44e9c0c1cff4cd588be8955d43c35bffcdfa185