-
Notifications
You must be signed in to change notification settings - Fork 75
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
[FAL-3375] Feat: Adding video selection gallery page to the routes #461
[FAL-3375] Feat: Adding video selection gallery page to the routes #461
Conversation
Thanks for the pull request, @ChrisChV! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
@jristau1984 Just putting this PR on your radar, we'll ask for a review soon. |
@ChrisChV commit lint errors here too. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #461 +/- ##
==========================================
+ Coverage 74.53% 74.88% +0.34%
==========================================
Files 108 109 +1
Lines 2089 2094 +5
Branches 514 516 +2
==========================================
+ Hits 1557 1568 +11
+ Misses 504 498 -6
Partials 28 28
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
ffeb1c2
to
70746f1
Compare
@xitij2000 This is one of the PRs. |
@ChrisChV coverage issues on this PR as well. |
@e0d I updated the tests here |
fdcfb82
to
9532321
Compare
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.
👍
Conditionally approved on openedx/frontend-lib-content-components#278 (comment).
Hi @jristau1984! This is ready for your review/merge. Thanks! |
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.
lgtm
@ChrisChV 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
…penedx#461) * feat: Adding video selection gallery page to the routes * test: CourseAuthoringRoutes.test.jsx added
This fixes a bug where images and videos are not clickable when using the Gallery component. Please see openedx/frontend-lib-content-components#460 for a full description of the bug.
Falcon ticket: FAL-3375
Testing instructions
See the testing instructions on: openedx/frontend-lib-content-components#278
Release notes