From 6693681bba5edcb9d9cea79995c7c695dda6f20f Mon Sep 17 00:00:00 2001 From: Devlin Junker Date: Mon, 14 Aug 2023 19:18:42 -0700 Subject: basic starred items list with VirtualScroll component Signed-off-by: Devlin Junker --- src/App.vue | 1 + 1 file changed, 1 insertion(+) (limited to 'src/App.vue') diff --git a/src/App.vue b/src/App.vue index 0f5c1a0dc..98c3e393c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -24,6 +24,7 @@ export default Vue.extend({ async created() { await this.$store.dispatch(ACTIONS.FETCH_FOLDERS) await this.$store.dispatch(ACTIONS.FETCH_FEEDS) + await this.$store.dispatch(ACTIONS.FETCH_STARRED) }, }) -- cgit v1.2.3