From 2cdc6b6623bca610a2c39d4e221dd7bb196d3c1e Mon Sep 17 00:00:00 2001 From: Alexandre Bourlier Date: Sat, 7 Jul 2018 14:54:22 +0200 Subject: [PATCH] feature - members page done. search not working and transition to member page not working --- .gitmodules | 6 ++--- dist/lib/sib-chat | 1 + dist/lib/xmpp-chat-component | 1 - index.php | 21 +++++++-------- src/html/dependencies-dev.php | 2 +- src/html/member.html | 28 ++++++++++---------- src/html/members.html | 50 +++++++++++++++++++++++++++-------- src/html/menu.html | 2 +- 8 files changed, 69 insertions(+), 42 deletions(-) create mode 160000 dist/lib/sib-chat delete mode 160000 dist/lib/xmpp-chat-component diff --git a/.gitmodules b/.gitmodules index 07bc462..375c2df 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "dist/lib/webcomponentsjs"] path = dist/lib/webcomponentsjs url = https://github.com/webcomponents/webcomponentsjs -[submodule "dist/lib/xmpp-chat-component"] - path = dist/lib/xmpp-chat-component - url = git@git.happy-dev.fr:happy-dev/xmpp-chat-component.git [submodule "dist/lib/sib-core"] path = dist/lib/sib-core url = git@git.happy-dev.fr:startinblox/sib-core.git [submodule "dist/lib/sib-router"] path = dist/lib/sib-router url = git@git.happy-dev.fr:startinblox/sib-router.git +[submodule "dist/lib/sib-chat"] + path = dist/lib/sib-chat + url = git@git.happy-dev.fr:startinblox/sib-chat.git diff --git a/dist/lib/sib-chat b/dist/lib/sib-chat new file mode 160000 index 0000000..8793dea --- /dev/null +++ b/dist/lib/sib-chat @@ -0,0 +1 @@ +Subproject commit 8793dea94c3be9c068ee3ee6a7a0dc5e084f442a diff --git a/dist/lib/xmpp-chat-component b/dist/lib/xmpp-chat-component deleted file mode 160000 index 3c6fe0b..0000000 --- a/dist/lib/xmpp-chat-component +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3c6fe0b63a6d311610bcf53cb84b552ef382f17e diff --git a/index.php b/index.php index 532321d..5f43fc3 100644 --- a/index.php +++ b/index.php @@ -40,16 +40,15 @@ - - + + + + + diff --git a/src/html/menu.html b/src/html/menu.html index f0a4a5a..c2fe0c3 100644 --- a/src/html/menu.html +++ b/src/html/menu.html @@ -8,7 +8,7 @@