diff --git a/apps/remix-ide/src/assets/img/cairoLogo.webp b/apps/remix-ide/src/assets/img/cairoLogo.webp new file mode 100644 index 0000000000..b7210dfa36 Binary files /dev/null and b/apps/remix-ide/src/assets/img/cairoLogo.webp differ diff --git a/apps/remix-ide/src/remixAppManager.js b/apps/remix-ide/src/remixAppManager.js index 692cb23644..7967336579 100644 --- a/apps/remix-ide/src/remixAppManager.js +++ b/apps/remix-ide/src/remixAppManager.js @@ -149,16 +149,6 @@ export class RemixAppManager extends PluginManager { pattern: [], sticky: true }) - await this.call('filePanel', 'registerContextMenuItem', { - id: 'optimism-compiler', - name: 'compileCustomAction', - label: 'Compile with Optimism', - type: [], - extension: ['.sol'], - path: [], - pattern: [], - sticky: true - }) } } diff --git a/libs/remix-core-plugin/src/lib/compiler-artefacts.ts b/libs/remix-core-plugin/src/lib/compiler-artefacts.ts index 715bd2e9c4..1198a012db 100644 --- a/libs/remix-core-plugin/src/lib/compiler-artefacts.ts +++ b/libs/remix-core-plugin/src/lib/compiler-artefacts.ts @@ -48,11 +48,6 @@ export class CompilerArtefacts extends Plugin { saveCompilationPerFileResult(file, source, languageVersion, data) }) - this.on('optimism-compiler', 'compilationFinished', (file, source, languageVersion, data) => { - this.compilersArtefacts.__last = new CompilerAbstract(languageVersion, data, source) - saveCompilationPerFileResult(file, source, languageVersion, data) - }) - this.on('solidityUnitTesting', 'compilationFinished', (file, source, languageVersion, data) => { this.compilersArtefacts.__last = new CompilerAbstract(languageVersion, data, source) saveCompilationPerFileResult(file, source, languageVersion, data) diff --git a/libs/remix-ui/app/src/lib/remix-app/components/dragbar/dragbar.css b/libs/remix-ui/app/src/lib/remix-app/components/dragbar/dragbar.css index 1330c1179c..44aa0598c1 100644 --- a/libs/remix-ui/app/src/lib/remix-app/components/dragbar/dragbar.css +++ b/libs/remix-ui/app/src/lib/remix-app/components/dragbar/dragbar.css @@ -7,7 +7,7 @@ left: 0px; top: 0px; width: 0.3em; - z-index: 9999; + z-index: 1000; } .overlay { @@ -17,7 +17,7 @@ width: 100vw; height: 100vh; display: block; - z-index: 9998; + z-index: 1000; } .dragbar:hover, diff --git a/libs/remix-ui/home-tab/src/lib/components/pluginButton.tsx b/libs/remix-ui/home-tab/src/lib/components/pluginButton.tsx index 468afc8756..06f108afe8 100644 --- a/libs/remix-ui/home-tab/src/lib/components/pluginButton.tsx +++ b/libs/remix-ui/home-tab/src/lib/components/pluginButton.tsx @@ -6,21 +6,26 @@ interface PluginButtonProps { imgPath: string, envID: string, envText: string, - callback: any + callback: any, + l2?: boolean } -function PluginButton ({ imgPath, envID, envText, callback }: PluginButtonProps) { +function PluginButton ({ imgPath, envID, envText, callback, l2 }: PluginButtonProps) { const themeFilter = useContext(ThemeContext) return ( - +
- createNewFile()}>New File + createNewFile()}>New File
- + Open Files { event.stopPropagation() @@ -275,7 +275,7 @@ export const RemixUiHomeTab = (props: RemixUiHomeTabProps) => {
- connectToLocalhost()}>Connect to Localhost + connectToLocalhost()}>Connect to Localhost
- Documentation + Documentation
- Gitter channel + Gitter channel
-
- Featuring website
+
+ Featuring website
- - switchToPreviousVersion()}>Old experience + + switchToPreviousVersion()}>Old experience