-
Notifications
You must be signed in to change notification settings - Fork 94
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
feat: [FC-0070] handled edit modals from advanced xblocks #1445
feat: [FC-0070] handled edit modals from advanced xblocks #1445
Conversation
Thanks for the pull request, @PKulkoRaccoonGang! This repository is currently maintained by Once you've gone through the following steps feel free to tag them in a comment and let them know that your changes are ready for engineering review. 🔘 Get product approvalIf you haven't already, check this list to see if your contribution needs to go through the product review process.
🔘 Provide contextTo help your reviewers and other members of the community understand the purpose and larger context of your changes, feel free to add as much of the following information to the PR description as you can:
🔘 Get a green buildIf one or more checks are failing, continue working on your changes until this is no longer the case and your build turns green. Where can I find more information?If you'd like to get more details on all aspects of the review process for open source pull requests (OSPRs), check out the following resources: When can I expect my changes to be merged?Our goal is to get community contributions seen and reviewed as efficiently as possible. However, the amount of time that it takes to review and merge a PR can vary significantly based on factors such as:
💡 As a result it may take up to several weeks or months to complete a review and merge your PR. |
f6b4000
to
648e1ae
Compare
].join(' '); | ||
|
||
export const IFRAME_FEATURE_POLICY = ( | ||
'microphone *; camera *; midi *; geolocation *; encrypted-media *, clipboard-write *' |
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.
This has a typo - see openedx/frontend-app-learning#1500
Also, the same code in frontend-app-learning has this important notice which seems like it should be here too:
648e1ae
to
0bec87f
Compare
0bec87f
to
c788c40
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1445 +/- ##
==========================================
- Coverage 93.30% 93.30% -0.01%
==========================================
Files 1101 1102 +1
Lines 21856 21899 +43
Branches 4645 4729 +84
==========================================
+ Hits 20393 20433 +40
+ Misses 1398 1395 -3
- Partials 65 71 +6 ☔ View full report in Codecov by Sentry. |
7cf8b21
to
fb13bfb
Compare
fb13bfb
to
5699716
Compare
Sandbox deployment failed 💥 |
Sandbox deployment failed 💥 |
src/course-unit/xblock-container-iframe/hooks/useMessageHandlers.tsx
Outdated
Show resolved
Hide resolved
78a2326
to
9901401
Compare
Sandbox deployment successful 🚀 |
Sandbox deployment failed 💥 |
@arbrandes I have not been able to reproduce these issues. Could you please confirm if you are still experiencing them? |
Sandbox deployment failed 💥 |
Sandbox deployment successful 🚀 |
@PKulkoRaccoonGang, it seems the sandbox was not configured to deploy with the edx-platform PR branch it's supposed to depend on. Can you confirm? |
@arbrandes Yes, a few days ago I tried to do it from the correct branches (related to this PR), but it didn't work. Then I tried to check if the deployment from the UPD: Sandbox deployment successful 🚀 |
Sandbox deployment successful 🚀 |
I can't access the sandbox to test. I have asked @kaustavb12 to take a figure out if it's a deployment issue. |
@arbrandes I can log into the Studio in the deployed sandbox. Maybe try to log in via a direct link. |
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.
I could find nothing to object to in the code, and things work well as far as I was able to test them. Approved!
See openedx/edx-platform#35777 (review) for more review comments, as I tested both PRs simultaneously.
🚨 Dependencies:
Description
This PR includes adding new message types, updating message handlers, and implementing a new modal iframe for legacy XBlock editing.
Supporting information
The next PR will be adding post messages for the tagging functionality.
Testing instructions
Screen.Recording.2025-02-17.at.09.56.38.mov
Other information
Settings