diff --git a/apps/remix-ide/src/app/ui/landing-page/landing-page.js b/apps/remix-ide/src/app/ui/landing-page/landing-page.js index bfd669860b..85f2851192 100644 --- a/apps/remix-ide/src/app/ui/landing-page/landing-page.js +++ b/apps/remix-ide/src/app/ui/landing-page/landing-page.js @@ -301,6 +301,11 @@ export class LandingPage extends ViewPlugin { await this.appManager.activatePlugin('pluginManager') this.verticalIcons.select('pluginManager') } + const startRestoreBackupZip = async () => { + await this.appManager.activatePlugin(['restoreBackupZip']) + this.verticalIcons.select('restoreBackupZip') + _paq.push(['trackEvent', 'pluginManager', 'userActivate', 'restoreBackupZip']) + } const createNewFile = () => { this.call('fileExplorers', 'createNewFile') @@ -457,7 +462,7 @@ export class LandingPage extends ViewPlugin { ) } - const img = yo`` + const img = yo`` const playRemi = async () => { await document.getElementById('remiAudio').play() } // to retrieve medium posts document.body.appendChild(yo``) @@ -470,31 +475,29 @@ export class LandingPage extends ViewPlugin {
${img} -
-
Issues with File Explorer?
- -
  • use
  • - migrateWorkspace()}>Migrate File system - tool -
    -

    or

    - -
  • manually
  • +
    +
    Quicklinks
    + + migrateWorkspace()}>Migrate File system + to workspace + +

    2-step solution:

    +
  • + manually downloadFiles()}>Download all Files - as a zip - -
  • use [UploadZipp] tool to load them in your current workspace
  • -
    -
    Still not working?
    - -
  • find help in
  • - Gitter channel -
    -

    or

    - -
  • open an issue in
  • - Github -
    + as a backup zip + +
  • + use + startRestoreBackupZip()}>Restore Backup Zip + to current workspace +
  • +

    Help:

    + + Guide for migrating the File System to workspace + Gitter channel + Report on Github +
    @@ -522,22 +525,17 @@ export class LandingPage extends ViewPlugin {

    connectToLocalhost()}>Connect to Localhost

    -

    - - downloadFiles()}>Download all Files -

    @@ -565,10 +563,6 @@ export class LandingPage extends ViewPlugin { switchToPreviousVersion()}>Old experience

    -

    - - migrateWorkspace()}>Migrate old filesystem to workspace -