added a compile button to footer#25
Conversation
|
@escher-m could you add the onclick listener on the compile button to execute the compile function. Thanks! |
| <!-- <li type="button" id="fullscreen"> <i class="fa fa-expand"></i> Go full screen </li> --> | ||
| <li type="button" id="togetherjs"> <i class="fa fa-share"></i> Start Collaboration mode </li> | ||
| <li type="button" id="logout"> <i class="fa fa-sign-out"></i> Logout </li> | ||
| <li type="button" id="compile"> <i class="fa fa-compile"></i> Compile Code </li> |
There was a problem hiding this comment.
There is no fa-compile css class present in font awesome. Please use a relevant icon from icon library or include an svg icon here.
|
I've called the compile function (in the utils.js file) using onclick. But on running it in the localhost, compilation is happening properly on using cmd+S but on using the compile button error- "Fatal error occurred, no output PDF file produced!" is shown during compiling. What would you suggest I look into to fix this? @shashaBot @poush |
Working on this |
for issue #1 (adding spinner during compiling) and issue #21
-Team BigUhOh (RGSoC '20)