From 701d216e44d9e563a2a3f1c1310444714507ad25 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Tue, 5 Dec 2023 19:23:56 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=EF=B8=8F=20Building=20out=20the=20?= =?UTF-8?q?import=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/components/Import/Import.tsx | 41 ++++++++++++++++-------- src/client/components/shared/Navbar2.tsx | 4 +-- 2 files changed, 29 insertions(+), 16 deletions(-) diff --git a/src/client/components/Import/Import.tsx b/src/client/components/Import/Import.tsx index 6cc4d25..0d98d49 100644 --- a/src/client/components/Import/Import.tsx +++ b/src/client/components/Import/Import.tsx @@ -156,14 +156,14 @@ export const Import = (props: IProps): ReactElement => { -
-
+
+
-

- - Import Comics - - will add comics identified from the mapped folder into +

+ Importing will add comics identified from the mapped folder into ThreeTwo's database.

@@ -175,7 +175,8 @@ export const Import = (props: IProps): ReactElement => {

-

+ + {/*

-

+

*/} +
+ +
{importJobQueue.status !== "drained" && !isUndefined(importJobQueue.status) && ( @@ -249,9 +264,9 @@ export const Import = (props: IProps): ReactElement => { {/* Past imports */} {!isLoading && !isEmpty(data?.data) && ( - <> -

Past Imports

- +
+

Past Imports

+
@@ -291,7 +306,7 @@ export const Import = (props: IProps): ReactElement => { })}
Time Started
- +
)}
diff --git a/src/client/components/shared/Navbar2.tsx b/src/client/components/shared/Navbar2.tsx index df9b33e..8afff16 100644 --- a/src/client/components/shared/Navbar2.tsx +++ b/src/client/components/shared/Navbar2.tsx @@ -82,9 +82,7 @@ export const Navbar2 = (): ReactElement => { className="flex items-center space-x-1 text-gray-500 transition hover:text-gray-500/75 dark:text-white dark:hover:text-white/75" > - - - + Settings