feature: #39 Display user info in upper right corner
This commit is contained in:
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ install: node_modules copy_lib copy_samples submodules
|
|||||||
|
|
||||||
submodules:
|
submodules:
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update --recursive --remote
|
||||||
|
|
||||||
build: $(DIST_DIR)/index.html $(DIST_DIR)/styles/index.css $(SCRIPT_DEST)
|
build: $(DIST_DIR)/index.html $(DIST_DIR)/styles/index.css $(SCRIPT_DEST)
|
||||||
|
|
||||||
|
@ -15,8 +15,10 @@ details
|
|||||||
#notifications
|
#notifications
|
||||||
include page-notifications.pug
|
include page-notifications.pug
|
||||||
|
|
||||||
#profile
|
sib-display#profile(
|
||||||
img(src="/images/user.jpg")
|
data-fields='username,member.user,member.avatar',
|
||||||
span
|
widget-member.avatar='sib-display-img',
|
||||||
| Profile
|
widget-member.user='hdapp-userinfo',
|
||||||
span.icon-arrow-down
|
bind-user
|
||||||
|
)
|
||||||
|
|
||||||
|
Submodule www/lib/sib-chat updated: f6d3c2d846...7c841f1f97
Submodule www/lib/sib-core updated: 4162a4cc2d...56e754a6c8
Submodule www/lib/sib-oidc updated: 34a75986f9...d29cf792ad
Submodule www/lib/sib-router updated: e46f24ad02...d44e9c0c1c
Reference in New Issue
Block a user