-
Notifications
You must be signed in to change notification settings - Fork 925
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
Tipping Banner 3.0 #17647
Tipping Banner 3.0 #17647
Conversation
A Storybook has been deployed to preview UI for the latest push |
11e1093
to
e8a8d55
Compare
e8a8d55
to
4752f56
Compare
A Storybook has been deployed to preview UI for the latest push |
4752f56
to
f612480
Compare
A Storybook has been deployed to preview UI for the latest push |
f612480
to
c6fbf84
Compare
A Storybook has been deployed to preview UI for the latest push |
c6fbf84
to
bf46ea4
Compare
A Storybook has been deployed to preview UI for the latest push |
bf46ea4
to
041c940
Compare
A Storybook has been deployed to preview UI for the latest push |
041c940
to
4778e00
Compare
A Storybook has been deployed to preview UI for the latest push |
4778e00
to
dbc3934
Compare
A Storybook has been deployed to preview UI for the latest push |
dbc3934
to
d0463d1
Compare
A Storybook has been deployed to preview UI for the latest push |
d0463d1
to
74c6b12
Compare
A Storybook has been deployed to preview UI for the latest push |
74c6b12
to
8d24096
Compare
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
1 similar comment
A Storybook has been deployed to preview UI for the latest push |
components/brave_rewards/core/contribution/contribution_external_wallet.cc
Show resolved
Hide resolved
components/brave_rewards/core/contribution/contribution_external_wallet.cc
Show resolved
Hide resolved
@zenparsing Just realized that there's a whole lot of code that can go away with sunsetting pending contributions. I suspect you don't want to do it in this PR. 🙂 Would you mind doing it as a follow-up, though? |
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.
strings LGTM
4ebe088
to
a5451a1
Compare
A Storybook has been deployed to preview UI for the latest push |
5801701
to
c255902
Compare
A Storybook has been deployed to preview UI for the latest push |
c255902
to
7c60e69
Compare
A Storybook has been deployed to preview UI for the latest push |
Resolves brave/brave-browser#28148
Resolves brave/brave-browser#23740
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
wikinpm run lint
,npm run presubmit
wiki,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan:
Publisher web3 URLs
Publisher data stored on the private CDN will contain a new "web3_url" field which indicates that the publisher accepts web3 contriubutions at the specified URL. A "web3-only" publisher is a publisher that does not have any verified wallet provider address (e.g. with Uphold) but does have a "web3_url". A web3-only publisher will generally appear to be verified in the UI (for instance, they will have a checkmark in the Rewards icon).
User State 1: Rewards not enabled
User State 2: Unconnected
User State 3: Connected
Users State 4: Grandfathered unconnected
All other behavior should match the "Connected" state.