-
Notifications
You must be signed in to change notification settings - Fork 934
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
Add omnibar icon for exempted malicious site #5594
Add omnibar icon for exempted malicious site #5594
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
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.
Works as expected, thanks @CrisBarreiro !
I’ve added a question about the colors, but nothing that blocks this PR.
WARNING -> { | ||
val res = if (appTheme.isLightModeEnabled()) R.raw.unprotected_shield else R.raw.dark_unprotected_shield | ||
MALICIOUS -> { | ||
val res = R.raw.alert_red |
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.
Asked in https://app.asana.com/0/1203867924525323/1209269732493260 about the single file for both themes.
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.
Good catch, I initially thought we probably didn't need to do anything, but I had forgotten about the different shade of red. Thanks!
44269fd
to
e52cd0f
Compare
2dc9c0c
to
b85824f
Compare
b85824f
into
feature/cris/malicious-site-protection/integrate-privacy-dashboard
Task/Issue URL: https://app.asana.com/0/1205008441501016/1209289567264350
Description
Add omnibar icon for exempted malicious site
Steps to test this PR
Feature 1
UI changes