-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 #6903: added required share link directive to exploration save service to force wrapping #6908
Conversation
* editted CSS in post-publish-modal.html to use flex * now the elements are aligned in column as seen in the prod version
Codecov Report
@@ Coverage Diff @@
## develop #6908 +/- ##
========================================
Coverage 95.32% 95.32%
========================================
Files 371 371
Lines 50558 50558
========================================
Hits 48193 48193
Misses 2365 2365 Continue to review full report at Codecov.
|
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.
The cause of the problems should be fixed with adding appropriate require()
into exploration-save.service.ts
, as was discussed on Gitter.
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.
Can you please provide screenshots of different screen size.
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.
@alexewu, Thanks for the PR, LGTM!
I've left one simple comment once it's resolved I think we can merge this PR!
@@ -16,6 +16,9 @@ | |||
* @fileoverview Service for exploration saving & publication functionality. | |||
*/ | |||
|
|||
require( | |||
'components/common-layout-directives/common-elements/' + | |||
'sharing-links.directive.ts'); |
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.
Add this after loading-dots.directive.ts
(In alphabetical order).
@vojtechjelinek, @import-keshav PTAL! |
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!
@alexewu, Can you please change the PR title before we merge this PR? |
editted CSS in post-publish-modal.html to use flex
now the elements are aligned in column as seen in the prod version
Explanation
Fixes #6903: added CSS to stying in post-publish-modal.html so that the post publish modal has the close button below the link. This follows the placement of items seen in the prod website.Fixes #6903: require the share link directive in the exploration save service
Before:
After:
@import-keshav not sure what you mean by different sizes...I tried making the width of the window much smaller to see the behavior.
Checklist
python scripts/pre_commit_linter.py
andbash scripts/run_frontend_tests.sh
.Need a reviewer.