Skip to content

fix compile button #6268

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

fix compile button #6268

wants to merge 5 commits into from

Conversation

hsy822
Copy link
Collaborator

@hsy822 hsy822 commented Aug 19, 2025

fixes #6256

Copy link

netlify bot commented Aug 19, 2025

Deploy Preview for remixproject ready!

Name Link
🔨 Latest commit 3f8c172
🔍 Latest deploy log https://app.netlify.com/projects/remixproject/deploys/68a58e084645740008843cc6
😎 Deploy Preview https://deploy-preview-6268--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 project configuration.

Copy link
Collaborator

@Aniket-Engg Aniket-Engg left a comment

Choose a reason for hiding this comment

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

  • If there are errors during compilation, clicking on Open compiler configuration does nothing
  • If user clicks on Compile button and compilation fails, show no toaster but open Solidity Compiler plugin
  • Clicking on Compile and Run script and compilation fails, should show toaster like Compilation failed, skipping 'Run Script' and open Solidity Compiler plugin . This should be the case for all Compile and ***** options . All these toasters like Could not find the publish button. in case of failing compilation, should be handled accordingly. Toasters should be used minimal.
  • For successful compilation, clicking on Compile and run script runs script twice
  • Even if Solidity compiler is already in focus, clicking on Run and Publish items shows toaster Switching to Solidity Compiler to publish...
  • Remove logs from browser console like Ran Remix Solidity Compiler, Loaded 4 script files etc.
  • For Run Remix analysis use the icon same as in Solidity Compiler plugin

hsy822 added 3 commits August 20, 2025 15:27
…roject into fix-compile-btn

# Conflicts:
#	libs/remix-ui/tabs/src/lib/components/CompileDropdown.tsx
#	libs/remix-ui/tabs/src/lib/remix-ui-tabs.tsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Editor Compile button improvements
2 participants