Fix workspace creation, reveal sync dir, and don't update timestamps on sync/import

This commit is contained in:
Gregory Schier
2025-01-09 07:50:23 -08:00
parent 0a7257c55a
commit f694456ddc
33 changed files with 312 additions and 219 deletions

View File

@@ -72,7 +72,7 @@ export function SidebarItemContextMenu({ child, show, close }: Props) {
{
key: 'delete-folder',
label: 'Delete',
variant: 'danger',
color: 'danger',
leftSlot: <Icon icon="trash" />,
onSelect: () => deleteFolder.mutate(),
},
@@ -132,7 +132,7 @@ export function SidebarItemContextMenu({ child, show, close }: Props) {
},
{
key: 'delete-request',
variant: 'danger',
color: 'danger',
label: 'Delete',
hotKeyAction: 'http_request.delete',
hotKeyLabelOnly: true,