Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unwanted Event Listener removal for Docgen #3601

Merged
merged 4 commits into from
Apr 10, 2023
Merged

Unwanted Event Listener removal for Docgen #3601

merged 4 commits into from
Apr 10, 2023

Conversation

joeizang
Copy link
Collaborator

@joeizang joeizang commented Apr 6, 2023

Fixes the blanket removal of the 'compilationFinished' event listener. Not removing this causes the documentation generation to never actually happen.

@joeizang joeizang added the ready-to-review PR ready to review label Apr 6, 2023
@joeizang joeizang self-assigned this Apr 6, 2023
@netlify
Copy link

netlify bot commented Apr 6, 2023

Deploy Preview for remixproject ready!

Name Link
🔨 Latest commit 49cccc1
🔍 Latest deploy log https://app.netlify.com/sites/remixproject/deploys/64341cf08e421b000898875a
😎 Deploy Preview https://deploy-preview-3601--remixproject.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@@ -29,7 +29,7 @@ const App = () => {

return (
<div className="p-3">
<h5 className="h-5 mb-3">Compile a solidity contract in order to build documentation as markdown or right click on a contract and click on "Generate Documentation".</h5>
<h5 className="h-5 mb-3">Compile a Solidity contract and generate its documentation as Markdown. (Shortcut: right-click on a contract in the File Explorer and select "Generate Docs" from the context menu.).</h5>
Copy link
Collaborator

@Aniket-Engg Aniket-Engg Apr 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

details you have added is not a shortcut

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you check the dev-ux channel in discord, you will understand why the wording has changed.

@joeizang joeizang merged commit 2a8f3a7 into master Apr 10, 2023
@joeizang joeizang deleted the docgen-patch-1 branch April 10, 2023 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-review PR ready to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants