This is an automated email from the git hooks/post-receive script. New commit to branch bow-v2-go in repository bow. See https://gitlab.nuiton.org/chorem/bow.git commit dd4a7dd52ab056b8bc9859e493723b45e0fa4836 Author: kaufmann <kaufmann@codelutin.com> Date: Tue Apr 14 17:58:32 2020 +0200 Nouvelle UI - Affichage des bookmarks en liste --- web/src/components/layout/Sidebar.vue | 3 +++ web/src/views/Home.vue | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/web/src/components/layout/Sidebar.vue b/web/src/components/layout/Sidebar.vue index ab859f0..9c192e6 100644 --- a/web/src/components/layout/Sidebar.vue +++ b/web/src/components/layout/Sidebar.vue @@ -22,6 +22,9 @@ import { Component, Vue } from 'vue-property-decorator' components: {} }) class Sidebar extends Vue { + add() { + this.$router.push({ name: 'Edit', params: { id: 'new' } }) + } } export default Sidebar diff --git a/web/src/views/Home.vue b/web/src/views/Home.vue index 46869ed..a83af59 100644 --- a/web/src/views/Home.vue +++ b/web/src/views/Home.vue @@ -72,3 +72,11 @@ class Home extends Vue { export default Home </script> + +<style lang="less"> +.bookmarks-list { + padding-top: var(--margin--large); + padding-left: var(--margin--medium); + padding-right: var(--margin--medium); +} +</style> \ No newline at end of file -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.