From bfdc58fa4005418c920e0625af5d2d37f5999ce4 Mon Sep 17 00:00:00 2001 From: akhisud3195 Date: Mon, 17 Feb 2025 16:37:54 +0530 Subject: [PATCH] Add tooltips and change section headings --- .../projects/[projectId]/playground/app.tsx | 36 ++++++++++--------- .../projects/[projectId]/workflow/copilot.tsx | 33 +++++++++-------- .../[projectId]/workflow/entity_list.tsx | 5 ++- .../projects/[projectId]/workflow/pane.tsx | 28 ++++++++++++--- .../[projectId]/workflow/workflow_editor.tsx | 8 +++-- 5 files changed, 71 insertions(+), 39 deletions(-) diff --git a/apps/rowboat/app/projects/[projectId]/playground/app.tsx b/apps/rowboat/app/projects/[projectId]/playground/app.tsx index d7b9528a..eadf7014 100644 --- a/apps/rowboat/app/projects/[projectId]/playground/app.tsx +++ b/apps/rowboat/app/projects/[projectId]/playground/app.tsx @@ -98,22 +98,26 @@ export function App({ } return ( - } - onClick={handleNewChatButtonClick} - > - New chat - , - } - onClick={handleSimulateButtonClick} - > - Simulate - , - ]}> + } + onClick={handleNewChatButtonClick} + > + New chat + , + } + onClick={handleSimulateButtonClick} + > + Simulate + , + ]} + >
{loadingChat &&
diff --git a/apps/rowboat/app/projects/[projectId]/workflow/copilot.tsx b/apps/rowboat/app/projects/[projectId]/workflow/copilot.tsx index 83848b14..93019573 100644 --- a/apps/rowboat/app/projects/[projectId]/workflow/copilot.tsx +++ b/apps/rowboat/app/projects/[projectId]/workflow/copilot.tsx @@ -529,20 +529,25 @@ export function Copilot({ setResponseError: (error: string | null) => void; }) { return ( -