Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
a0f51845
Commit
a0f51845
authored
Aug 02, 2021
by
aniket-engg
Committed by
Aniket
Aug 02, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
info icon for Hardhat compilation
parent
a448a5fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
compiler-container.tsx
...remix-ui/solidity-compiler/src/lib/compiler-container.tsx
+3
-0
No files found.
libs/remix-ui/solidity-compiler/src/lib/compiler-container.tsx
View file @
a0f51845
...
...
@@ -575,6 +575,9 @@ export const CompilerContainer = (props: CompilerContainerProps) => {
isHardHatProject
&&
<
div
className=
"mt-2 remixui_compilerConfig custom-control custom-checkbox"
>
<
input
className=
"remixui_autocompile custom-control-input"
onChange=
{
updatehhCompilation
}
id=
"enableHardhat"
type=
"checkbox"
title=
"Enable Hardhat Compilation"
checked=
{
hhCompilation
}
/>
<
label
className=
"form-check-label custom-control-label"
htmlFor=
"enableHardhat"
>
Enable Hardhat Compilation
</
label
>
<
a
href=
"https://remix-ide.readthedocs.io/en/latest/hardhat.html#enable-hardhat-compilation"
target=
"_blank"
>
<
i
className=
"ml-2 fas fa-info"
title=
"Know how to use Hardhat Compilation"
></
i
>
</
a
>
</
div
>
}
<
button
id=
"compileBtn"
data
-
id=
"compilerContainerCompileBtn"
className=
"btn btn-primary btn-block remixui_disabled mt-3"
title=
"Compile"
onClick=
{
compile
}
disabled=
{
disableCompileButton
}
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment