Pixi - Add next advice button #4658
Conversation
* future: Pixi - Fix metric loading indicator (#4556)
* future: 🐛 Fix typo in StatusIntroView (#4603) 🐛 Do not take AMP.getState returning something for granted (#4601) Update dependency codemirror to v5.58.0 (#4598) a11y radio-selector (#4596) Prefer visibility over display CSS property (#4582) 🐛 Gracefully handle experiments without a descriptive name in playground (#4592) Pixi- Fix cls decimal values (#4594)
# Conflicts: # frontend/scss/components/molecules/pixi-recommendations-item.scss
|
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
|
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
2 similar comments
|
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
|
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
|
@googlebot I consent. |
Co-authored-by: Caroline Liu <10456171+caroqliu@users.noreply.github.com>
…ct/amp.dev into feature/pixi-add-scroll-to-btns * 'feature/pixi-add-scroll-to-btns' of github.com:ampproject/amp.dev: Update pixi/src/ui/recommendations/RecommendationsView.js
* future: [AR] Translations - documentation (Alconost) (#4611) [AR] Translations - documentation (Alconost) (#4612) [ID] Translations - documentation (Alconost) (#4623) [ID] Translations - documentation (Alconost) (#4624) [ID] Translations - documentation (Alconost) (#4625) [ID] Translations - documentation (#4626) [ID] Translations - documentation (Alconost) (#4628) [ID] Translations - documentation (Alconost) (#4629) [ID] Translations - documentation (Alconost) (#4630) [ID] Translations - documentation (Alconost) (#4632) [ES] Translations - documentation (Alconost) (#4657) [ES] Translations - more guides and tutorials (Alconost) (#4660) [ES] Translations - guides and tutorials/learn (Alconost) (#4661) [ES] Translations - guides and tutorials (Alconost) (#4673) Add Verizon media go link (#4637) Pixi: Remove GH issue link from status when there are recommendations to give (#4672) Sample for protocol adapter (#4588) Pixi: Add inline explainer for lagging field data (#4609) fix typo
Co-authored-by: Caroline Liu <10456171+caroqliu@users.noreply.github.com>
* future: 🚑 Fix formatting issues in translated documents. 💄 Adjust basic metric border color
* future: (34 commits) Pixi - Add next advice button (#4658) Reflect Verizon Media and Yahoo Mail branding (#4576) 🐛 Pixi - Wrap code snippets (#4679) ♻️ Beautify scss (#4678) 🐛 Fix overlapping tooltips (#4677) 🚑 Fix formatting issues in translated documents. 💄 Adjust basic metric border color Pixi - Fix layout bugs (#4656) Add Components Documentation Chinese translation (#4643) Redirects for pixi (#4647) Adding tappable as a story creation tool (#4599) Update dependency rcs-core to v3.5.0 (#4663) 🚑 Fix formatting issues in translated documents Add aria label to scroll to top button (#4674) 🎨 Let remote documents not break build (#4676) [AR] Translations - documentation (Alconost) (#4611) [AR] Translations - documentation (Alconost) (#4612) [ID] Translations - documentation (Alconost) (#4623) [ID] Translations - documentation (Alconost) (#4624) [ID] Translations - documentation (Alconost) (#4625) ... # Conflicts: # frontend/scss/components/atoms/pixi-scale.scss
caroqliu
left a comment
There was a problem hiding this comment.
Ah it looks like this comment never got sent, I'll send a PR with this suggested change as well. Sorry about that!
| } | ||
|
|
||
| onClickNext(recommendation) { | ||
| recommendation.classList.remove('expanded'); |
There was a problem hiding this comment.
| recommendation.classList.remove('expanded'); | |
| recommendation.classList.remove('expanded'); | |
| recommendation.setAttribute('aria-expanded', 'false'); |
No description provided.