-
Notifications
You must be signed in to change notification settings - Fork 896
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
Support Ads history and feedback loop #2792
Conversation
6014339
to
564242c
Compare
browser/ui/webui/brave_rewards_ui.cc
Outdated
#include "base/memory/weak_ptr.h" | ||
#include "base/time/time.h" | ||
#include "base/i18n/time_formatting.h" | ||
#include "bat/ads/ad_history_detail.h" |
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.
All Ads code should be wrapped in guards
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.
Will just remove this as part of refactoring the WebUI.
aa936c0
to
4d5030c
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.
iOS changes looks good
139af2b
to
dc18fff
Compare
79f3039
to
fc10e05
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++
@kylehickinson Mind re-approving, had to make a small (non-iOS) change? Thanks! |
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.
I'm not needed for approval in this PR because no iOS code is changed, but sure :) I stand corrected, this is a different PR lol
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++
Fixes brave/brave-browser#4047
UI PR: brave/brave-ui#465
Submitter Checklist:
npm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
filtered_ads
section ofclient.json
file in user profile directoryfiltered_ads
section ofclient.json
filtered_categories
section ofclient.json
saved_ads
orflagged_ads
as appropriateReviewer Checklist:
After-merge Checklist:
changes has landed on.