From 553792c6af10269e2c42caf7658a9e2cbeadc949 Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Wed, 8 May 2024 17:25:41 +0200 Subject: [PATCH] basic cleanup --- apps/remix-ide/src/app.js | 1 - apps/remix-ide/src/app/components/status-bar.tsx | 1 - apps/remix-ide/src/types/index.d.ts | 1 + libs/remix-ui/app/src/lib/remix-app/style/remix-app.css | 5 +---- 4 files changed, 2 insertions(+), 6 deletions(-) diff --git a/apps/remix-ide/src/app.js b/apps/remix-ide/src/app.js index f1f3e00e73..40171e877a 100644 --- a/apps/remix-ide/src/app.js +++ b/apps/remix-ide/src/app.js @@ -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) diff --git a/apps/remix-ide/src/app/components/status-bar.tsx b/apps/remix-ide/src/app/components/status-bar.tsx index b0a93d428a..09fce7d529 100644 --- a/apps/remix-ide/src/app/components/status-bar.tsx +++ b/apps/remix-ide/src/app/components/status-bar.tsx @@ -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 = { diff --git a/apps/remix-ide/src/types/index.d.ts b/apps/remix-ide/src/types/index.d.ts index 8f161584e1..cb650c5daa 100644 --- a/apps/remix-ide/src/types/index.d.ts +++ b/apps/remix-ide/src/types/index.d.ts @@ -17,3 +17,4 @@ export interface StatusBarInterface extends Plugin { dispatch: React.Dispatch setDispatch(dispatch: React.Dispatch): void } + diff --git a/libs/remix-ui/app/src/lib/remix-app/style/remix-app.css b/libs/remix-ui/app/src/lib/remix-app/style/remix-app.css index 6f9f3304fa..8c56059bfb 100644 --- a/libs/remix-ui/app/src/lib/remix-app/style/remix-app.css +++ b/libs/remix-ui/app/src/lib/remix-app/style/remix-app.css @@ -38,10 +38,7 @@ pre { padding-bottom : 1.4rem; } .statusBar { - /* width : 100%; */ - /* height : 1.4rem; */ - /* position : fixed; */ - /* overflow : hidden; */ + } .pinnedpanel { width : 320px;