-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
🚫 [amp-story-player] Temporarily disable messaging #26604
Conversation
This pull request introduces 1 alert when merging 6556e78 into 05046f6 - view on LGTM.com new alerts:
|
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, but this could have been three different PRs :)
This pull request introduces 1 alert when merging 7814258 into e0500b7 - view on LGTM.com new alerts:
|
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 think I'm ok with this, though it really seems like it could be separated into two PRs: CSS for changes and removing viewer messaging
src/amp-story-player.js
Outdated
@@ -22,6 +22,8 @@ import { | |||
parseUrlWithA, | |||
removeFragment, | |||
} from './url'; | |||
// Source for this constant is css/amp-story-player-iframe.css | |||
import {cssText} from '../build/amp-story-player-iframe.css'; |
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.
Should we still just import this as the name CSS
? That's what we use in e.g. extension files
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.
cssText
is the exported name when defined in build-system/tasks/css.js
. Extension CSS goes through a different part of the build pipeline that names it CSS
🤷♀️
I split the css part into another PR #26613 👍 |
This pull request introduces 1 alert when merging 7046d12 into 9bc8756 - view on LGTM.com new alerts:
|
Partial for #24539 #26308