-
Notifications
You must be signed in to change notification settings - Fork 899
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
Separates monthly and one time tips in to two panels #3394
Conversation
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.
Note: The old method for getting the total amount of tips used reports, which contain all tip types. We now just enumerate over recurringList
and tipsList
individually so each pane can have their own accurate total
4438577
to
27c2f17
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.
Please change Monthly Tips
to Monthly Contribution
everywhere in the code
4409e78
to
23ef599
Compare
Screenshot added, addressed feedback
components/brave_rewards/resources/ui/components/monthlyContributionBox.tsx
Outdated
Show resolved
Hide resolved
components/brave_rewards/resources/ui/components/monthlyContributionBox.tsx
Outdated
Show resolved
Hide resolved
components/brave_rewards/resources/ui/components/monthlyContributionBox.tsx
Outdated
Show resolved
Hide resolved
components/brave_rewards/resources/ui/components/monthlyContributionBox.tsx
Outdated
Show resolved
Hide resolved
components/brave_rewards/resources/ui/components/monthlyContributionBox.tsx
Outdated
Show resolved
Hide resolved
dbc0101
to
8d7a50c
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.
d7b91c8
to
0a84433
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.
8abe6b9
to
519e6a3
Compare
…in to two panes
@NejcZdovc this one is good to go - CI failure unrelated |
Fixes: brave/brave-browser#5957
Submitter Checklist:
npm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
brave://rewards
Reviewer Checklist:
After-merge Checklist:
changes has landed on.
cc: @jsecretan