diff --git a/libs/remix-ui/solidity-compiler/src/lib/compiler-container.tsx b/libs/remix-ui/solidity-compiler/src/lib/compiler-container.tsx index 1745306755..a9df2a0fcf 100644 --- a/libs/remix-ui/solidity-compiler/src/lib/compiler-container.tsx +++ b/libs/remix-ui/solidity-compiler/src/lib/compiler-container.tsx @@ -727,8 +727,26 @@ export const CompilerContainer = (props: CompilerContainerProps) => {
- promptCompiler()} title="Add a custom compiler with URL"> - showCompilerLicense()} title="See compiler license"> + + {"Add a custom compiler with URL"} + + } + > + promptCompiler()}> + + + {"See compiler license"} + + } + > + showCompilerLicense()}> + handleLanguageChange(e.target.value)} disabled={state.useFileConfiguration} value={state.language} className="custom-select" id="compilierLanguageSelector" title="Language specification available from Compiler >= v0.5.7"> - - - + + {'Language specification available from Compiler >= v0.5.7'} + + } + > + +
@@ -838,11 +865,21 @@ export const CompilerContainer = (props: CompilerContainerProps) => {
- {(!showFilePathInput && state.useFileConfiguration) && { } : async () => { await openFile() }} - className="py-2 remixui_compilerConfigPath" - >{configFilePath === '' ? 'No file selected.' : configFilePath}} + {(!showFilePathInput && state.useFileConfiguration) && + + Click to open the config file + + + } + > + { } : async () => { await openFile() }} + className="py-2 remixui_compilerConfigPath" + >{configFilePath === '' ? 'No file selected.' : configFilePath} + } {(!showFilePathInput && !state.useFileConfiguration) && {configFilePath}} { const { api, compiledFileName, contractsDetails, contractList, modal } = props @@ -195,16 +196,56 @@ export const ContractSelection = (props: ContractSelectionProps) => {
- - - {/* Copy to Clipboard */}