# HG changeset patch # User Harris Baptiste # Date 1469717670 -7200 # Node ID 0d87dab6f3b0bc5e2e522a74a36c9728966af599 # Parent 9675cdd079dfdc91df7910ecdefbb31494d7eb2c new mergetool component diff -r 9675cdd079df -r 0d87dab6f3b0 src/iconolab/static/iconolab/css/iconolab.css --- a/src/iconolab/static/iconolab/css/iconolab.css Tue Jul 26 14:37:43 2016 +0200 +++ b/src/iconolab/static/iconolab/css/iconolab.css Thu Jul 28 16:54:30 2016 +0200 @@ -17,6 +17,12 @@ margin-bottom: 15px; } +.highlight { + border: 1px solid orange; +} + +.revision-proposal {background-color: #ECF0F1;} + .collection-home-btn{ margin-top: 5px; } diff -r 9675cdd079df -r 0d87dab6f3b0 src/iconolab/static/iconolab/js/iconolab-bundle/src/components/mergetool/MergeTool.vue --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/iconolab/static/iconolab/js/iconolab-bundle/src/components/mergetool/MergeTool.vue Thu Jul 28 16:54:30 2016 +0200 @@ -0,0 +1,89 @@ + \ No newline at end of file diff -r 9675cdd079df -r 0d87dab6f3b0 src/iconolab/static/iconolab/js/iconolab-bundle/src/components/taglist/Taglist.vue --- a/src/iconolab/static/iconolab/js/iconolab-bundle/src/components/taglist/Taglist.vue Tue Jul 26 14:37:43 2016 +0200 +++ b/src/iconolab/static/iconolab/js/iconolab-bundle/src/components/taglist/Taglist.vue Thu Jul 28 16:54:30 2016 +0200 @@ -17,6 +17,11 @@ this.normalizeSelectedTags(); }, + reset: function () { + this.tags = []; + this.normalizeSelectedTags(); + }, + /* check tag already exists */ tagAlreadyExists (tag) { var result = false; diff -r 9675cdd079df -r 0d87dab6f3b0 src/iconolab/static/iconolab/js/iconolab-bundle/src/components/taglist/template.html --- a/src/iconolab/static/iconolab/js/iconolab-bundle/src/components/taglist/template.html Tue Jul 26 14:37:43 2016 +0200 +++ b/src/iconolab/static/iconolab/js/iconolab-bundle/src/components/taglist/template.html Thu Jul 28 16:54:30 2016 +0200 @@ -16,7 +16,7 @@