From af77a3f5d40c914923835013b6508573a65c3e1c Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Tue, 10 Mar 2026 13:14:23 +0100 Subject: [PATCH] fix: parseAsins splits LINE: names with spaces correctly Split by comma/semicolon/newline first; only split by spaces for non-LINE: tokens so "LINE:MAGIC DOUGH" isn't broken into two parts. Also fix placeholder and repair stored experiment data via API. Co-Authored-By: Claude Sonnet 4.6 --- components/ExperimentsView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ExperimentsView.tsx b/components/ExperimentsView.tsx index 0dd0764..6d5ad27 100644 --- a/components/ExperimentsView.tsx +++ b/components/ExperimentsView.tsx @@ -948,7 +948,7 @@ const ExperimentFormView: React.FC<{ value={treatmentAsins} onChange={e => setTreatmentAsins(e.target.value)} rows={3} - placeholder="B09ABC1234, B09DEF5678 or LINE:PREMIUM_COLLECTION" + placeholder="B09ABC1234, B09DEF5678 or LINE:MAGIC DOUGH" className="w-full bg-slate-800 border border-slate-700 rounded-lg px-3 py-2 text-sm text-slate-200 placeholder-slate-500 focus:outline-none focus:ring-1 focus:ring-indigo-500 focus:border-indigo-500 resize-y font-mono text-xs" /> {treatmentAsins && (