mirror of
https://github.com/run-llama/flow-maker.git
synced 2026-07-19 23:13:58 -04:00
Remove quick actions menu
Remove the redundant "quick actions" menu from the interface.
This commit is contained in:
@@ -125,30 +125,6 @@ const AgentBuilderSidebar = memo(({ onAddNode }: AgentBuilderSidebarProps) => {
|
||||
);
|
||||
})}
|
||||
</div>
|
||||
|
||||
<div className="mt-8 p-4 bg-muted rounded-lg">
|
||||
<h4 className="text-sm font-medium text-foreground mb-2">Quick Actions</h4>
|
||||
<div className="space-y-2">
|
||||
<Button
|
||||
variant="outline"
|
||||
size="sm"
|
||||
className="w-full justify-start"
|
||||
onClick={() => onAddNode('start')}
|
||||
>
|
||||
<Play className="w-4 h-4 mr-2" />
|
||||
Add Start Node
|
||||
</Button>
|
||||
<Button
|
||||
variant="outline"
|
||||
size="sm"
|
||||
className="w-full justify-start"
|
||||
onClick={() => onAddNode('userInput')}
|
||||
>
|
||||
<MessageCircle className="w-4 h-4 mr-2" />
|
||||
Add User Input
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user