From ad12c05514b57bb6aaad3f60e9165e8446836132 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Thu, 4 Jan 2024 09:17:35 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=8C=EF=B8=8F=20Cleaned=20up=20the=20fo?= =?UTF-8?q?rm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ComicDetail/ComicVineMatchPanel.tsx | 17 ++++++++++++++++- .../ComicDetail/ComicVineSearchForm.tsx | 10 +++++----- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/src/client/components/ComicDetail/ComicVineMatchPanel.tsx b/src/client/components/ComicDetail/ComicVineMatchPanel.tsx index e65f20a..750b5e9 100644 --- a/src/client/components/ComicDetail/ComicVineMatchPanel.tsx +++ b/src/client/components/ComicDetail/ComicVineMatchPanel.tsx @@ -21,7 +21,22 @@ export const ComicVineMatchPanel = (comicVineData): ReactElement => { comicObjectId={comicObjectId} /> ) : ( -
{comicvine.scrapingStatus}
+ <> +
+
+

ComicVine match results are an approximation.

+

+ Auto-matching is not available yet. If you see no results or + poor quality ones, you can override the search query + parameters to get better ones. +

+
+
+
{comicvine.scrapingStatus}
+ )} diff --git a/src/client/components/ComicDetail/ComicVineSearchForm.tsx b/src/client/components/ComicDetail/ComicVineSearchForm.tsx index cd5c37a..e6883fd 100644 --- a/src/client/components/ComicDetail/ComicVineSearchForm.tsx +++ b/src/client/components/ComicDetail/ComicVineSearchForm.tsx @@ -45,7 +45,7 @@ export const ComicVineSearchForm = (data) => { {(props) => ( )} @@ -57,8 +57,8 @@ export const ComicVineSearchForm = (data) => { {(props) => ( )} @@ -69,8 +69,8 @@ export const ComicVineSearchForm = (data) => { {(props) => ( )}