From 9736a3d591110212158d9eb02fbefae79de67d61 Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Sat, 21 Feb 2026 00:31:26 +0100 Subject: [PATCH] Improve experiment form UI - make it more compact - Reduced modal max-width and padding - Changed from buttons to select dropdowns for Type/Marketplace - Smaller text sizes and spacing throughout - Shorter placeholder texts - More compact ASIN tags with max-height scroll - Reduced textarea rows - Smaller button labels Co-authored-by: Qwen-Coder --- components/ExperimentForm.tsx | 148 +++++++++++++++------------------- 1 file changed, 67 insertions(+), 81 deletions(-) diff --git a/components/ExperimentForm.tsx b/components/ExperimentForm.tsx index 8766265..024e40f 100644 --- a/components/ExperimentForm.tsx +++ b/components/ExperimentForm.tsx @@ -89,87 +89,73 @@ const ExperimentForm: React.FC = ({ return (
-
+
{/* Header */} -
-

๐Ÿงช Create New Experiment

+
+

๐Ÿงช New Experiment

{/* Form */} -
+ {/* Name */}
-
- {/* Type */} -
- -
- {typeOptions.map((opt) => ( - - ))} + {/* Type & Marketplace */} +
+
+ +
-
- - {/* Marketplace */} -
- -
- {marketplaceOptions.map((mp) => ( - - ))} +
+ +
{/* ASINs */}
-