-
+
+ {'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) => {
-