From 9272190bc066fb58ff358fef8623f91ecf52cb57 Mon Sep 17 00:00:00 2001 From: Devlin Junker Date: Sun, 20 Aug 2023 20:58:51 -0700 Subject: add unread route and component - started on unread component and using load-more callback from VirtualScroll component - realized we need to change to a 3-panel display because VirtualScroll removes the rendered component even when open if you scroll too much - created FeedItemDisplay component to display a selected feed item details Signed-off-by: Devlin Junker --- src/types/MutationTypes.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/types') diff --git a/src/types/MutationTypes.ts b/src/types/MutationTypes.ts index 8c00e714b..7176366e5 100644 --- a/src/types/MutationTypes.ts +++ b/src/types/MutationTypes.ts @@ -11,5 +11,7 @@ export const FOLDER_MUTATION_TYPES = { export const FEED_ITEM_MUTATION_TYPES = { SET_ITEMS: 'SET_ITEMS', SET_STARRED_COUNT: 'SET_STARRED_COUNT', + SET_UNREAD_COUNT: 'SET_UNREAD_COUNT', UPDATE_ITEM: 'UPDATE_ITEM', + SET_FETCHING: 'SET_FETCHING' } -- cgit v1.2.3