diff --git a/apps/remix-ide/src/app/tabs/runTab/settings.js b/apps/remix-ide/src/app/tabs/runTab/settings.js index 8fc7da3700..a53606a510 100644 --- a/apps/remix-ide/src/app/tabs/runTab/settings.js +++ b/apps/remix-ide/src/app/tabs/runTab/settings.js @@ -403,13 +403,13 @@ class SettingsUI { if (!accounts) accounts = [] if (this.accountListCallId > callid) return this.accountListCallId++ - for (var loadedaddress in this.loadedAccounts) { + for (let loadedaddress in this.loadedAccounts) { if (accounts.indexOf(loadedaddress) === -1) { txOrigin.removeChild(txOrigin.querySelector('option[value="' + loadedaddress + '"]')) delete this.loadedAccounts[loadedaddress] } } - for (var i in accounts) { + for (let i in accounts) { const address = accounts[i] if (!this.loadedAccounts[address]) { txOrigin.appendChild(yo``) 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 2fbcab262f..4383acaf77 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 @@ -476,25 +476,23 @@ export class LandingPage extends ViewPlugin { ${img}
-
Quicklinks
- - migrateWorkspace()}>Migrate File system - to workspace - -

2-step solution:

+
Quicklinks
+ Guide for migrating the old File System +

Migration tools:

  • - manually - downloadFiles()}>Download all Files - as a backup zip + + migrateWorkspace()}>Basic migration +
  • - use - startRestoreBackupZip()}>Restore Backup Zip - to current workspace + downloadFiles()}>Download all Files + as a backup zip
  • +
  • + startRestoreBackupZip()}>Restore filesfrom backup zip +
  • Help:

    - Guide for migrating the File System to workspace Gitter channel Report on Github @@ -504,16 +502,16 @@ export class LandingPage extends ViewPlugin {
    -

    Featured Plugins

    -
    - ${this.solEnv} - ${this.learnEthEnv} - ${this.solhintEnv} - ${this.sourcifyEnv} - ${this.debuggerEnv} - ${this.moreEnv} +

    Featured Plugins

    +
    + ${this.solEnv} + ${this.learnEthEnv} + ${this.solhintEnv} + ${this.sourcifyEnv} + ${this.debuggerEnv} + ${this.moreEnv} +
    -

    File