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

#4145 - implement popup versions of ketcher and routing from master #6474

Conversation

tanas80
Copy link
Collaborator

@tanas80 tanas80 commented Feb 11, 2025

Fix example serve adding serve.json for popup and iframe urls.

Now npm run serve:standalone executes web server 'serve', which is listening on port 4002 and serving urls:
http://localhost:4002/popup - from the patch
http://localhost:4002/iframe - found in the code
http://localhost:4002/duo - two Editor instances on the same page (two react components, not iframe).
http://localhost:4002/* - as previous

Fix #4145

Check list

  • unit-tests written
  • e2e-tests written
  • documentation updated
  • PR name follows the pattern #1234 – issue name
  • branch name doesn't contain '#'
  • PR is linked with the issue
  • base branch (master or release/xx) is correct
  • task status changed to "Code review"
  • reviewers are notified about the pull request

@NataliaLoginova NataliaLoginova merged commit 34eb59d into master Feb 11, 2025
10 checks passed
@NataliaLoginova NataliaLoginova deleted the 4145-implement-popup-versions-of-ketcher-and-routing-from-master branch February 11, 2025 09:35
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.

[1 day] Implement popup versions of ketcher (and routing)
2 participants