-
Notifications
You must be signed in to change notification settings - Fork 901
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
Fixes include/excluded update in the panel #1782
Conversation
8606c66
to
37606b2
Compare
@@ -10,6 +10,7 @@ | |||
#include <map> | |||
#include <memory> | |||
#include <string> | |||
#include <utility> |
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.
Is this for something in this PR or something else?
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.
this fixes linter error
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.
ac list isn't populating:
- Start Brave and enable rewards
- Tear off second tab and have rewards dashboard in background
- Go to brave.com for the required amount of time
- Notice it doesn't show up in rewards screen
- Open panel on brave.com tab and exclude the site
- Notice dashboard says 1 site excluded
- Open panel on brave.com and include site
- Site still does not appear
@jasonrsadler so code didn't changed for adding stuff to ac table. Could you please test it on master and see if you see the same problem? I can't reproduce this problem |
I can't reproduce. Can you please check again?
Yes, that seems to be a separate issue outside this PR |
@NejcZdovc can you rebase |
71a44f7
to
4c0698b
Compare
Fixes include/excluded update in the panel
Fixes include/excluded update in the panel
Resolves brave/brave-browser#3480
Resolves brave/brave-browser#3476
Submitter Checklist:
npm test brave_unit_tests && npm test brave_browser_tests
) onnpm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist: