diff --git a/template/index.html b/template/index.html index e4a01dc..cfbea2d 100644 --- a/template/index.html +++ b/template/index.html @@ -98,10 +98,16 @@ - + - + + + + diff --git a/template/static/images/external-link.svg b/template/static/images/external-link.svg new file mode 100644 index 0000000..6236df3 --- /dev/null +++ b/template/static/images/external-link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/template/static/javascripts/app.js b/template/static/javascripts/app.js index a2b08d2..943b0e8 100644 --- a/template/static/javascripts/app.js +++ b/template/static/javascripts/app.js @@ -13,6 +13,7 @@ var vm = new Vue({ 'feedSelected': null, 'items': [], 'itemSelected': null, + 'itemSelectedDetails': {}, 'settings': 'create', 'loading': {newfeed: 0}, }