-
Notifications
You must be signed in to change notification settings - Fork 888
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 IPFS buttons to protocol badge popup #9899
Conversation
@bbondy @karenkliu any propositions about icons/texts maybe? |
7721fa5
to
239b711
Compare
Nice to have request: Add visual distinction for things that are clickable vs not. Eg, underline links, or make them buttons. Or sometimes I see the icon at the end of the line which is like an arrow, signifying that you click that in order to leave native UI to open a link. |
I defer to @karenkliu but if not you can always start with just links |
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.
Some minor text changes, but ++
#include "brave/common/webui_url_constants.h" | ||
#include "brave/components/vector_icons/vector_icons.h" | ||
#include "brave/components/ipfs/ipfs_constants.h" | ||
#include "brave/components/ipfs/ipfs_utils.h" | ||
#include "brave/grit/brave_theme_resources.h" | ||
#include "chrome/browser/ui/views/page_info/page_info_bubble_view.h" | ||
#include "chrome/browser/ui/views/page_info/page_info_view_factory.h" | ||
#include "components/grit/brave_components_strings.h" | ||
#include "chrome/browser/ui/browser_tabstrip.h" | ||
#include "chrome/browser/ui/browser_finder.h" | ||
#include "ui/base/l10n/l10n_util.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.
Please, make sure the target already has deps for all these.
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, but see the comment on deps.
253ef8d
to
958ed5b
Compare
LGTM! :) |
958ed5b
to
3cd79c5
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.
Good improvement, facilitates self-driven discovery 👍
0cecc27
to
d58bdfd
Compare
9025860
to
7075432
Compare
7075432
to
a79c514
Compare
Resolves brave/brave-browser#16907
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: