-
Notifications
You must be signed in to change notification settings - Fork 33
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
fix: video gallery design fixes #407
fix: video gallery design fixes #407
Conversation
Thanks for the pull request, @ArturGaspar! 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. |
> | ||
<span className="search-sort-menu-by"> | ||
<FormattedMessage {...messages.sortBy} /> | ||
|
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.
Instead of using this can we create a space using padding?
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.
@@ -59,6 +61,7 @@ BaseModal.defaultProps = { | |||
size: 'lg', | |||
isFullscreenScroll: true, | |||
bodyStyle: null, | |||
className: '', |
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.
className: '', | |
className: undefined, |
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 will help you to not update the snapshots that you aren't touching.
9168b50
to
6ec01ff
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.
👍
- ✅ I tested this on the devstack and the changes looks good to me.
- ✅ I read through the code
- ❌ I checked for accessibility issues
- ❌ Includes documentation
- ❌ I made sure any change in configuration variables is reflected in the corresponding client's
configuration-secure
repository.
6ec01ff
to
91761d7
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #407 +/- ##
=======================================
Coverage 90.51% 90.51%
=======================================
Files 227 227
Lines 4110 4111 +1
Branches 825 826 +1
=======================================
+ Hits 3720 3721 +1
Misses 369 369
Partials 21 21 ☔ View full report in Codecov by Sentry. |
Hi @openedx/teaching-and-learning! This is ready for review :) |
@navinkarkera Can you kindly add the label "jira:2u" for this PR. cc: @cablaa77 |
I've created issue TNL-11197 in the private 2U Jira. |
@ArturGaspar can use resolve the branch conflicts so I can merge the PR? |
91761d7
to
13018b4
Compare
@KristinAoki Done. |
@ArturGaspar 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
Description
Fix video gallery:
Before:
After:
Testing instructions
contentstore.mock_video_uploads
enabled for everyone)new_core_editors.use_new_video_editor
andnew_core_editors.use_video_gallery_flow
enabled for everyone)