-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: add global payment switch #773
Conversation
Extension builds preview
|
The toggle doesn't look right here, and it's not clear what the toggle would do. Will add power icon. |
Screencast.from.2024-12-13.15-39-14.mp4 |
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.
As a safety measure, we can check if payments are enabled in the MonetizationService.pay
as well.
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.
test-e2e
If we show on settings screen, the button on-click disappears with no visual change, which is confusing (change is shown only on home screen). So, show the toggle button only when the "settings" icon is shown.
Context
Changes proposed in this pull request