-
Notifications
You must be signed in to change notification settings - Fork 925
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
Select default browser on welcome page import page #17270
Conversation
e3da494
to
d0e3116
Compare
A Storybook has been deployed to preview UI for the latest push |
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.
Can you please paste a screenshot?
d0e3116
to
0dcce26
Compare
A Storybook has been deployed to preview UI for the latest push |
0dcce26
to
59de9ac
Compare
A Storybook has been deployed to preview UI for the latest push |
components/brave_welcome_ui/components/select-browser/index.tsx
Outdated
Show resolved
Hide resolved
59de9ac
to
61ad98f
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.
Please make sure if you've tested the code with the React.useEffect change
components/brave_welcome_ui/components/select-browser/index.tsx
Outdated
Show resolved
Hide resolved
61ad98f
to
8ccea16
Compare
it works |
8ccea16
to
62cbc16
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
A Storybook has been deployed to preview UI for the latest push |
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.
++ with some suggestion! 👍🏼
I tested with Chrome, Edge and Whale browser and only works when Edge was default. Can you check with other browsers? |
d0ddf2f
to
78d49e9
Compare
78d49e9
to
91539b6
Compare
91539b6
to
6710b9c
Compare
6710b9c
to
f80f5ff
Compare
A Storybook has been deployed to preview UI for the latest push |
Google Chrome Dev/Google Chrome Beta on other then EN locales have translated name, so we need to read Google Chrome translations, after discussion with @mkarolin decided to move it to separate issue brave/brave-browser#28717 |
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.
chromium_src
changes LGTM
Changes LGTM (I pulled down code, built, and ran). There was some behavior I noticed which was interesting:
|
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.
Found a few things not related to this PR - we may want to make separate issues for them (cc: @rebron)
But changes here LGTM
Resolves brave/brave-browser#28573
Google Chrome Dev/Google Chrome Beta on other then EN locales have translated name, so we need to read Google Chrome translations, moved it to separate issue brave/brave-browser#28717
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
wikinpm run lint
,npm run presubmit
wiki,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan: