diff --git a/CHANGELOG.md b/CHANGELOG.md index 8298e479d..642b096fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ [#543](https://github.com/nextcloud/cookbook/pull/543/) @seyfeb - Fixed overlapping misaligned navigation toggles (as in #534) [#544](https://github.com/nextcloud/cookbook/pull/544/) @seyfeb +- Refreshing left navigation pane after downloading recipe data, closes #465 + [#547](https://github.com/nextcloud/cookbook/pull/547/) @seyfeb ### Removed - Removal of old contoller no longer in use diff --git a/src/components/AppNavi.vue b/src/components/AppNavi.vue index 947d358f1..64f05ffad 100644 --- a/src/components/AppNavi.vue +++ b/src/components/AppNavi.vue @@ -236,6 +236,8 @@ export default { $this.downloading = false $this.$window.goTo('/recipe/' + recipe.id) e.target[1].value = '' + // Refresh left navigation pane to display changes + $this.$root.$emit('refreshNavigation') }) .catch(function(e) { $this.downloading = false