feature: #39 Display user info in upper right corner
This commit is contained in:
parent
af36edefe4
commit
35c94dc44b
2
Makefile
2
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)
|
||||
|
||||
|
@ -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
|
||||
)
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit f6d3c2d846eabb3e3b236f218ec5878b81597967
|
||||
Subproject commit 7c841f1f972b6bbe35608a5c980101dbe117741c
|
@ -1 +1 @@
|
||||
Subproject commit 4162a4cc2d68ab76290a1691760a740634eee953
|
||||
Subproject commit 56e754a6c80259ec7a274375044687db42a023e5
|
@ -1 +1 @@
|
||||
Subproject commit 34a75986f9a5d8d4e95e4c8e04743f1be362b752
|
||||
Subproject commit d29cf792ad5f818eea604176df83604bf2c2b9e2
|
@ -1 +1 @@
|
||||
Subproject commit e46f24ad020d5eeb38a40b42a0f95b9f08a88dd6
|
||||
Subproject commit d44e9c0c1cff4cd588be8955d43c35bffcdfa185
|
Loading…
Reference in New Issue
Block a user