|
|
@ -32,19 +32,19 @@ function fileExplorer (localRegistry, files, menuItems) { |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ action: 'publishToGist', |
|
|
|
{ action: 'publishToGist', |
|
|
|
title: 'Publish all [browser] explorer files to a github gist', |
|
|
|
title: 'Publish all [browser] explorer files to a github gist', |
|
|
|
icon: 'fas fa-github' |
|
|
|
icon: 'fab fa-github' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ action: 'copyFiles', |
|
|
|
{ action: 'copyFiles', |
|
|
|
title: 'Copy all files to another instance of Remix IDE', |
|
|
|
title: 'Copy all files to another instance of Remix IDE', |
|
|
|
icon: 'fas fa-files-o' |
|
|
|
icon: 'fas fa-copy' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ action: 'uploadFile', |
|
|
|
{ action: 'uploadFile', |
|
|
|
title: 'Add Local file to the Browser Storage Explorer', |
|
|
|
title: 'Add Local file to the Browser Storage Explorer', |
|
|
|
icon: 'fas fa-folder-open' |
|
|
|
icon: 'far fa-folder-open' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ action: 'updateGist', |
|
|
|
{ action: 'updateGist', |
|
|
|
title: 'Update the current [gist] explorer', |
|
|
|
title: 'Update the current [gist] explorer', |
|
|
|
icon: 'fas fa-github' |
|
|
|
icon: 'fab fa-github' |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
] |
|
|
|
// menu items
|
|
|
|
// menu items
|
|
|
|