-
Notifications
You must be signed in to change notification settings - Fork 185
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 #6403
Closed
tanas80
wants to merge
24
commits into
release/3.1
from
4145-2-implement-popup-versions-of-ketcher-and-routing
Closed
#4145 - implement popup versions of ketcher and routing #6403
tanas80
wants to merge
24
commits into
release/3.1
from
4145-2-implement-popup-versions-of-ketcher-and-routing
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(cherry picked from commit 3284a40) Co-authored-by: Ljubica Milovic <[email protected]>
…ts content security policy best practises (#6320) This change uses ajv-cli to pre-compile the validation schema to allow running Ketcher under restrictive CSP header. - pre-compile schema on dev mode - prettier ignore compiled schema - added additional fix for dev build --------- Co-authored-by: Mouss <[email protected]>
…olecule and Paste from Clipboard/Open from File (#6373) * #6370 - Inconsistent zoom behavior when inserting a molecule via setMolecule and Paste from Clipboard/Open from File - added autozoom for setMolecule and addFragment in macro mode #6375 - Ketcher renders editor twice in dev mode - removed react strict mode from editor - updated ketcher to 3.0.0-rc.5
…opup with ketcher and open again (#6380) - clear isPolymerEditorTurnedOn on Editor destroy
… on antisense creation (#6372)
* fixed calcuation sense and antisense backbones * mark antisense chain only if nucleotide * removed unused function * fixed shift complimentary chain even if not antisense connection * returned back behaviour drop snake mode selection after reinitialization * updated screenshots
Fix dependencies updating.
Fix dependencies updating.
Fix dependencies updating.
Fix dependencies updating.
3 tasks
Fix dependencies updating.
Fix dependencies updating.
svvald
approved these changes
Feb 7, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, functionality works fine, some minor comments that might be addressed later
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
How does the feature work? / How did you fix the issue?
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
#1234 – issue name
Screenshots