diff --git a/navigator/src/components/ContextMenu.vue b/navigator/src/components/ContextMenu.vue index 395713e..eeddeac 100644 --- a/navigator/src/components/ContextMenu.vue +++ b/navigator/src/components/ContextMenu.vue @@ -16,98 +16,138 @@ If not, see . --> + - - + + + + + + + + + + + + + + + + New file + + + + New directory + + + + New link + + + + + - - - - - - - + + + Paste {{ clipboard.content.length }} + item{{ clipboard.content.length > 1 ? 's' : '' }} + here + - - - New file - - - - New directory - - - - New link + + Zip and download current directory - - - - - - Zip and download directory - - - - - - Edit permissions - - - - - - + - + + Edit permissions of current directory + + + + + + + + + + + Cut file + + + + Copy file + + + . Zip and download - - + + + + + + + Cut directory + + + + Copy directory + + + + + Paste {{ clipboard.content.length }} + item{{ clipboard.content.length > 1 ? 's' : '' }} into directory + + + + . Zip and download directory - - - - - Edit link target - - - - - - - Edit permissions - - - - Rename - - - - Delete - - - - - - - - Zip and download {{ selection.length }} items - - - - Delete {{ selection.length }} items - - - - + + + + + Edit link target + + + + + + + Edit permissions + + + + Rename + + + + Delete + + + + + + + + + Cut {{ selection.length }} items + + + + Copy {{ selection.length }} items + + + + + + Zip and download {{ selection.length }} items + + + + Delete {{ selection.length }} items + + +