Skip to content

Commit

Permalink
chore: edit copy for the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashankar committed Nov 15, 2024
1 parent e922488 commit b565846
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions website/src/components/OptimizationDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,12 @@ export const OptimizationDialog: React.FC<OptimizationDialogProps> = ({
</div>
)}
</div>

<div className="mt-4 whitespace-pre-wrap">{content}</div>
<div className="space-y-2">
<h3 className="text-sm font-bold uppercase">
Decomposition Rationale and Feedback
</h3>
<div className="mt-4 whitespace-pre-wrap">{content}</div>
</div>
</div>
</DialogContent>
</Dialog>
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/PipelineGui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ const PipelineGUI: React.FC = () => {
) : (
<RefreshCw size={16} className="mr-2" />
)}
Clear and Run
Clear Cache and Run
</Button>
<Button
size="sm"
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/ResizableDataTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ const SearchableCell = React.memo(

return (
<div className="relative">
<div className="sticky top-0 z-10 bg-background/80 backdrop-blur-sm">
<div className="sticky top-0 z-10 bg-background/80 backdrop-blur-sm rounded-md">
<div className="flex items-center gap-2 p-1">
<Search className="h-3 w-3 text-muted-foreground" />
<Input
Expand Down

0 comments on commit b565846

Please sign in to comment.