From 573df702400a57200373a3733d24f079ecd05dba Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Thu, 17 Feb 2022 01:05:50 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Tweaking=20the=20dashboard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/actions/comicinfo.actions.tsx | 2 +- src/client/components/ComicDetail/ActionMenu/Menu.tsx | 2 -- src/client/components/Dashboard/RecentlyImported.tsx | 3 +++ 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/client/actions/comicinfo.actions.tsx b/src/client/actions/comicinfo.actions.tsx index 20c0c04..0655a5b 100644 --- a/src/client/actions/comicinfo.actions.tsx +++ b/src/client/actions/comicinfo.actions.tsx @@ -43,7 +43,7 @@ export const getWeeklyPullList = (options) => async (dispatch) => { url: `${COMICVINE_SERVICE_URI}/getWeeklyPullList`, method: "get", params: { - startDate: "2022-2-15", + startDate: "2022-2-21", pageSize: "15", currentPage: "1", }, diff --git a/src/client/components/ComicDetail/ActionMenu/Menu.tsx b/src/client/components/ComicDetail/ActionMenu/Menu.tsx index a5fdabe..f7c7a48 100644 --- a/src/client/components/ComicDetail/ActionMenu/Menu.tsx +++ b/src/client/components/ComicDetail/ActionMenu/Menu.tsx @@ -14,13 +14,11 @@ export const Menu = (props): ReactElement => { let issueSearchQuery: IComicVineSearchQuery = {} as IComicVineSearchQuery; if (!isUndefined(data.rawFileDetails)) { - console.log(data.rawFileDetails); issueSearchQuery = refineQuery(data.rawFileDetails.name); } else if (!isEmpty(data.sourcedMetadata)) { issueSearchQuery = refineQuery(data.sourcedMetadata.comicvine.name); } - console.log(seriesSearchQuery); dispatch(fetchComicVineMatches(data, issueSearchQuery, seriesSearchQuery)); setSlidingPanelContentId("CVMatches"); setVisible(true); diff --git a/src/client/components/Dashboard/RecentlyImported.tsx b/src/client/components/Dashboard/RecentlyImported.tsx index 541211f..76b20ec 100644 --- a/src/client/components/Dashboard/RecentlyImported.tsx +++ b/src/client/components/Dashboard/RecentlyImported.tsx @@ -25,6 +25,9 @@ export const RecentlyImported = ({ <>

Recently Imported

+

+ Recent Library activity such as imports, tagging, etc. +