From f739d85cb7d6cb4861cb9d057158b2bf257f2cff Mon Sep 17 00:00:00 2001 From: ramnique <30795890+ramnique@users.noreply.github.com> Date: Thu, 23 Jan 2025 11:55:37 +0530 Subject: [PATCH] improve scenario list ui --- .../[projectId]/playground/scenario-list.tsx | 103 +++++++++--------- 1 file changed, 53 insertions(+), 50 deletions(-) diff --git a/apps/rowboat/app/projects/[projectId]/playground/scenario-list.tsx b/apps/rowboat/app/projects/[projectId]/playground/scenario-list.tsx index fe380f10..6d991a83 100644 --- a/apps/rowboat/app/projects/[projectId]/playground/scenario-list.tsx +++ b/apps/rowboat/app/projects/[projectId]/playground/scenario-list.tsx @@ -7,7 +7,7 @@ import { Scenario, WithStringId } from "@/app/lib/types"; import { z } from "zod"; import { EditableField } from "@/app/lib/components/editable-field"; import { HamburgerIcon } from "@/app/lib/components/icons"; -import { EllipsisVerticalIcon } from "lucide-react"; +import { EllipsisVerticalIcon, PlayIcon } from "lucide-react"; export function AddScenarioForm({ onAdd, @@ -174,56 +174,59 @@ export function ScenarioList({ {scenarios.length > 0 &&