diff --git a/src/App.vue b/src/App.vue index 9f01915ee..05c257e0e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -68,6 +68,8 @@ export default Vue.extend({ // fetch folders and feeds to build side bar await this.$store.dispatch(ACTIONS.FETCH_FOLDERS) await this.$store.dispatch(ACTIONS.FETCH_FEEDS) + + this.$store.commit(MUTATIONS.SET_LOADING, { value: false }) }, methods: { stopPlaying() { diff --git a/src/components/Sidebar.vue b/src/components/Sidebar.vue index b6fd72522..12b18c13b 100644 --- a/src/components/Sidebar.vue +++ b/src/components/Sidebar.vue @@ -48,60 +48,64 @@ - -