-
Notifications
You must be signed in to change notification settings - Fork 950
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
Add Duck Player prime modal #4824
Add Duck Player prime modal #4824
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @CrisBarreiro and the rest of your teammates on |
92086a5
to
9c50362
Compare
b8170e3
to
3d1bff8
Compare
edd7f0e
to
9fd2a15
Compare
30fced9
to
5172524
Compare
9fd2a15
to
23fc362
Compare
5172524
to
8789ab0
Compare
23fc362
to
0b7c89c
Compare
8789ab0
to
8c40743
Compare
0b7c89c
to
8b9dafd
Compare
8c40743
to
1865035
Compare
8b9dafd
to
e136a14
Compare
1865035
to
742ea02
Compare
e136a14
to
e815f2e
Compare
e815f2e
to
7f8dc5a
Compare
@marcosholgado can you try again? I've made some changes but don't have any Samsung devices to test on |
742ea02
to
ae1e3be
Compare
7f8dc5a
to
f6be548
Compare
ae1e3be
to
54cc443
Compare
f6be548
to
4f59bc3
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.
LGTM, left just two nits.
@@ -168,6 +169,9 @@ class DuckPlayerJSHelper @Inject constructor( | |||
"openSettings" -> { | |||
return OpenDuckPlayerSettings | |||
} | |||
"openInfo" -> { |
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.
Any tests for this?
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.
Tested in next PR, #4872
@@ -133,6 +133,7 @@ class ContentScopeScriptsJsMessaging @Inject constructor( | |||
"sendDuckPlayerPixel", | |||
"setUserValues", | |||
"openDuckPlayer", | |||
"openInfo", |
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 test this type of message too?
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.
Tested in next PR, #4872
54cc443
to
0a98f10
Compare
4f59bc3
to
9797a52
Compare
0a98f10
to
2d3b27f
Compare
9797a52
to
864511c
Compare
2d3b27f
to
9539c9c
Compare
864511c
to
4930428
Compare
4930428
into
feature/cris/duckplayer/create-module
Task/Issue URL: https://app.asana.com/0/0/1207812780384049/f
Description
Steps to test this PR
Feature 1
UI changes