Merged
Conversation
|
This pull request introduces 1 alert when merging 3436362 into 2e38479 - view on LGTM.com new alerts:
|
caroqliu
requested changes
Jul 26, 2021
Contributor
caroqliu
left a comment
There was a problem hiding this comment.
Thanks for working on this! Sending first pass now helps get sources working in the AMP layer with some additional recommendations. I'll take a look at tests momentarily.
caroqliu
reviewed
Jul 27, 2021
Contributor
caroqliu
left a comment
There was a problem hiding this comment.
Testing comments added ⬇️
… into add/amp-audio-bento
`toggleFallback` can be on `onLoad` / `onError` / etc. instead. The Preact layer does not care what logic is passed here, only when it should be called. Co-authored-by: Caroline Liu <10456171+caroqliu@users.noreply.github.com>
Added support to load audio from multiple `<source>` tags. Co-authored-by: Caroline Liu <10456171+caroqliu@users.noreply.github.com>
Co-authored-by: Caroline Liu <10456171+caroqliu@users.noreply.github.com>
`useRef` should be initialised with `null`. Co-authored-by: Caroline Liu <10456171+caroqliu@users.noreply.github.com>
honeybadgerdontcare
approved these changes
Aug 30, 2021
Contributor
honeybadgerdontcare
left a comment
There was a problem hiding this comment.
minor nit and a question regarding lock files, otherwise lgtm for validation
Running `amp validator --update_tests` have updated `package-lock.json` files. Co-Authored-By: honeybadgerdontcare <1340565+honeybadgerdontcare@users.noreply.github.com>
Contributor
Author
|
Hi @alanorozco & @jridgewell 👋🏻 Would you please review this PR and provide necessary feedback. |
jridgewell
approved these changes
Apr 7, 2022
dethstrobe
approved these changes
Apr 12, 2022
auto-merge was automatically disabled
April 12, 2022 15:47
Head branch was pushed to by a user without write access
auto-merge was automatically disabled
April 12, 2022 16:15
Head branch was pushed to by a user without write access
alanorozco
approved these changes
Apr 12, 2022
banaag
pushed a commit
to banaag/amphtml
that referenced
this pull request
Apr 19, 2022
…rge conflicts, if any.
Merged
banaag
added a commit
that referenced
this pull request
Apr 19, 2022
* cl/441530960 Two-way sync for PR #35342. No-op, or fixes merge conflicts, if any. * Fix incorrect merge Co-authored-by: Devin Mullins <twifkak@google.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The goal of the PR is to add a Bento
amp-audioextension. Although component is working but there are few issues which needs to be resolved.Checklist
amp-audionpm: trueandwrapper : "bento"tobundles.config.extension.jsonamp-audioIssues (Resolved)
1. Failing test cases:
2. In Bento AMP context, due to shadow DOM,
<source .../>child are not enumerating into<audio ... />component, instead<slot ... />is enumerated:Preact component with loading through sources works ✅:
Bento AMP does not work loading through sources ❌:
Please provide necessary feedback 💡