Feat: add persisted folder rename
This commit is contained in:
@@ -599,6 +599,7 @@ const getProjectCreateActions = (): readonly ProjectContextMenuAction[] =>
|
||||
|
||||
const getProjectFolderDangerActions = (): readonly ProjectContextMenuAction[] =>
|
||||
[
|
||||
{ id: "rename-folder", label: "Rename", shortcut: { modifiers: ["meta"], key: "r" } },
|
||||
{ id: "delete-folder", label: "Delete", shortcut: { modifiers: ["meta"], key: "delete" }, tone: "danger" },
|
||||
] as const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user