Commit 8af62c9f authored by Grandschtroumpf's avatar Grandschtroumpf

fix browser issue

parent e7c3ebf2
......@@ -334,11 +334,18 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
const themeModule = new ThemeModule(registry)
registry.put({api: themeModule, name: 'themeModule'})
<<<<<<< HEAD
// ----------------- main view ----------------------
self._components.mainview = new MainView(appStore, appManager, mainPanelComponent)
registry.put({ api: self._components.mainview, name: 'mainview' })
=======
// ----------------- landing page ----------------------------
// Need to have Home initialized before VerticalIconComponent render to access profile of it for icon
const landingPage = new LandingPage(appManager, appStore)
>>>>>>> fix browser issue
// ----------------- Vertical Icon ----------------------------
const verticalIcons = new VerticalIcons('swapPanel', appStore)
const verticalIcons = new VerticalIcons('swapPanel', appStore, landingPage)
registry.put({api: verticalIcons, name: 'verticalicon'})
const swapPanel = new SwapPanel(appStore)
......@@ -367,6 +374,7 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
self._components.mainview.init()
=======
......@@ -375,6 +383,8 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
const landingPage = new LandingPage(appManager, appStore)
>>>>>>> Fix tests
=======
>>>>>>> fix browser issue
self._components.editorpanel.init()
>>>>>>> standard
self._components.fileManager.init()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment