|
|
@ -988,7 +988,7 @@ export const CompilerContainer = (props: CompilerContainerProps) => { |
|
|
|
</CustomTooltip> |
|
|
|
</CustomTooltip> |
|
|
|
</button> |
|
|
|
</button> |
|
|
|
<CustomTooltip |
|
|
|
<CustomTooltip |
|
|
|
placement="right" |
|
|
|
placement="top" |
|
|
|
tooltipId="overlay-tooltip-compile-run-doc" |
|
|
|
tooltipId="overlay-tooltip-compile-run-doc" |
|
|
|
tooltipText={<div className="text-left p-2"> |
|
|
|
tooltipText={<div className="text-left p-2"> |
|
|
|
<div>Choose the script to execute right after compilation |
|
|
|
<div>Choose the script to execute right after compilation |
|
|
@ -1006,7 +1006,7 @@ export const CompilerContainer = (props: CompilerContainerProps) => { |
|
|
|
Click the "i" icon to learn more |
|
|
|
Click the "i" icon to learn more |
|
|
|
</div>} |
|
|
|
</div>} |
|
|
|
> |
|
|
|
> |
|
|
|
<a href="https://remix-ide.readthedocs.io/en/latest/running_js_scripts.html#compile-a-contract-and-run-a-script-on-the-fly" target="_blank" ><i className="pl-2 ml-2 mt-3 mb-1 fas fa-info text-dark"></i></a> |
|
|
|
<a href="https://remix-ide.readthedocs.io/en/latest/running_js_scripts.html#compile-a-contract-and-run-a-script-on-the-fly" target="_blank" ><i className="pl-2 ml-2 fas fa-info text-dark"></i></a> |
|
|
|
</CustomTooltip> |
|
|
|
</CustomTooltip> |
|
|
|
<CopyToClipboard tip="Click to copy the custom NatSpec tag" getContent={() => '@custom:dev-run-script file_path'} direction='top'> |
|
|
|
<CopyToClipboard tip="Click to copy the custom NatSpec tag" getContent={() => '@custom:dev-run-script file_path'} direction='top'> |
|
|
|
<button className="btn remixui_copyButton ml-2 my-1 text-dark"> |
|
|
|
<button className="btn remixui_copyButton ml-2 my-1 text-dark"> |
|
|
|