basic cleanup

pull/4774/head
Joseph Izang 9 months ago
parent a0bcdf9760
commit 553792c6af
  1. 1
      apps/remix-ide/src/app.js
  2. 1
      apps/remix-ide/src/app/components/status-bar.tsx
  3. 1
      apps/remix-ide/src/types/index.d.ts
  4. 5
      libs/remix-ui/app/src/lib/remix-app/style/remix-app.css

@ -386,7 +386,6 @@ class AppComponent {
this.hiddenPanel = new HiddenPanel()
this.pinnedPanel = new PinnedPanel()
console.log('statusplugin', this.statusBar)
const pluginManagerComponent = new PluginManagerComponent(appManager, this.engine)
const filePanel = new FilePanel(appManager)
const landingPage = new LandingPage(appManager, this.menuicons, fileManager, filePanel, contentImport)

@ -4,7 +4,6 @@ import { Plugin } from '@remixproject/engine'
import packageJson from '../../../../../package.json'
import { PluginViewWrapper } from '@remix-ui/helper'
import { PluginProfile } from '../../types'
// eslint-disable-next-line @nrwl/nx/enforce-module-boundaries
import { RemixUIStatusBar } from '@remix-ui/statusbar'
const statusBarProfile: PluginProfile = {

@ -17,3 +17,4 @@ export interface StatusBarInterface extends Plugin {
dispatch: React.Dispatch<any>
setDispatch(dispatch: React.Dispatch<any>): void
}

@ -38,10 +38,7 @@ pre {
padding-bottom : 1.4rem;
}
.statusBar {
/* width : 100%; */
/* height : 1.4rem; */
/* position : fixed; */
/* overflow : hidden; */
}
.pinnedpanel {
width : 320px;

Loading…
Cancel
Save