From 5483b94e9cc93f6f1ca8e5062626379311f0f005 Mon Sep 17 00:00:00 2001 From: "Sushant R. Dangal" Date: Mon, 15 Apr 2024 17:53:33 +0545 Subject: [PATCH] design: updated new design for popup --- src/components/ui/dialog.tsx | 2 +- src/views/Landing/components/PopUpModal.tsx | 101 +++++++++++++------- 2 files changed, 70 insertions(+), 33 deletions(-) diff --git a/src/components/ui/dialog.tsx b/src/components/ui/dialog.tsx index 2508db0..fa75217 100644 --- a/src/components/ui/dialog.tsx +++ b/src/components/ui/dialog.tsx @@ -36,7 +36,7 @@ const DialogContent = React.forwardRef< {
Create Data
-
+
- +
+
+ +
+ +
+

+ Data type is the type of data
-ex. Regular +

+
+
- + +
+
+ +
+ +
+

+ CSV file - ex. Name, ID +

+
+
- - setNumRows(e.target.value)} - /> + +
+
+ setNumRows(e.target.value)} + /> +
+ +
+

+ Number of rows - how many rows in output field? +

+
+
+ +
+ +
{/*
@@ -164,17 +209,9 @@ const PopUpModal = ({ isOpen }: { isOpen: boolean }) => { />
*/}
- - - + {/* + + */}
)}