Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Agent Run "Delete" menu option #9542

Open
Pwuts opened this issue Feb 28, 2025 — with Linear · 0 comments
Open

Implement Agent Run "Delete" menu option #9542

Pwuts opened this issue Feb 28, 2025 — with Linear · 0 comments
Assignees
Labels
Feature platform/backend AutoGPT Platform - Back end platform/frontend AutoGPT Platform - Front end

Comments

Copy link
Member

Pwuts commented Feb 28, 2025

Implement the context menu option to delete a run.

image.png

{/* <DropdownMenu>
<DropdownMenuTrigger asChild>
<Button variant="ghost" className="h-5 w-5 p-0">
<MoreVertical className="h-5 w-5" />
</Button>
</DropdownMenuTrigger>
<DropdownMenuContent>
<DropdownMenuItem
// TODO: implement
>
Pin into a template
</DropdownMenuItem>
<DropdownMenuItem
// TODO: implement
>
Rename
</DropdownMenuItem>
<DropdownMenuItem
// TODO: implement
>
Delete
</DropdownMenuItem>
</DropdownMenuContent>
</DropdownMenu> */}

@Pwuts Pwuts added Feature platform/backend AutoGPT Platform - Back end platform/frontend AutoGPT Platform - Front end labels Feb 28, 2025 — with Linear
@Pwuts Pwuts self-assigned this Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature platform/backend AutoGPT Platform - Back end platform/frontend AutoGPT Platform - Front end
Projects
Status: No status
Development

No branches or pull requests

1 participant