-
Notifications
You must be signed in to change notification settings - Fork 893
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
Empty icons for cards flip operations #8170
Conversation
Here is how the updated build looks, no Chromium logo during flips: 20210307_170710.mp4@jamesmudgett is that enough, or we must to put the Brave logo? |
@AlexeyBarabash can we use vector images instead of different .pngs? |
@deeppandya with our organisation of patching it is hard, pls see https://github.com/brave/brave-core/compare/flip_icon_vectored?expand=1 . Also I had to remove Chromium these pngs:
, but patches were not generated by Otherwise Chromium fails the build with error it found resources not listed on So the best still seems to use overwrite of png. |
e18cbcb
to
e6cc322
Compare
Why not place a Brave logo in there instead of an empty graphic? |
No need for additional graphic on flip. |
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.
Looks great, we don't need to keep this graphic element, adds extra bulk.
e6cc322
to
0b03da8
Compare
Rebased to latest master, post init CI failed on audit-deps, not related to the PR. |
Replaced the icons
with empty stubs without Chromium icons.
If we want to put the Brave icons, PR must be updated
Resolves brave/brave-browser#9867
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
,npm run lint
,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan:
Use STR from brave/brave-browser#9867