Request history navigator

This commit is contained in:
Gregory Schier
2023-04-09 15:26:54 -07:00
parent fb38708fad
commit feec6fedfa
20 changed files with 277 additions and 67 deletions

View File

@@ -29,6 +29,7 @@ export function RequestActionsDropdown({ requestId, children }: Props) {
{
label: 'Delete',
onSelect: deleteRequest.mutate,
variant: 'danger',
leftSlot: <Icon icon="trash" />,
},
{ type: 'separator', label: 'Yaak Settings' },