This is an automated email from the git hooks/post-receive script. New change to branch bow-v2-go in repository bow. See https://gitlab.nuiton.org/chorem/bow.git from e804d12 Agencement un peu meilleur pour l'edition new 38b4e52 introduction de vuex pour avoir un etat partage sur la recherche en cours ajout nuage de tags ajout indication de navigation The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 38b4e5283009de65ce9d668af5306cd25e912e27 Author: Benjamin <poussin@codelutin.com> Date: Wed May 20 03:40:35 2020 +0200 introduction de vuex pour avoir un etat partage sur la recherche en cours ajout nuage de tags ajout indication de navigation Summary of changes: pkg/repository/bookmarkRepository.go | 40 ++++++--- web/package.json | 3 +- web/src/App.vue | 4 +- web/src/components/CloudTags.vue | 59 +++++++++++++ web/src/components/layout/Header.vue | 12 +-- web/src/components/layout/Sidebar.vue | 153 +++++++++++++++++----------------- web/src/main.js | 10 ++- web/src/router/index.js | 12 +-- web/src/store/index.js | 22 +++++ web/src/views/Home.vue | 17 +++- web/src/views/Login.vue | 17 ++-- web/yarn.lock | 5 ++ 12 files changed, 229 insertions(+), 125 deletions(-) create mode 100644 web/src/components/CloudTags.vue create mode 100644 web/src/store/index.js -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.