-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 default search engine functionality to onboarding process #1548
Comments
cc: @bsclifton and @mkarolin |
+1 from Reddit. https://www.reddit.com/r/BATProject/comments/9pdu7u/duckduckgo_as_the_default_search_engine/ |
Verification PASSED on
Created #5453. Verification passed on
@rossmoody @rebron @imptrx could we eliminate the Verification passed on
|
I would suggest the same thing with the "Theme" section under @rossmoody @rebron @imptrx thoughts? Should we open a new issue so we can discuss possibly removing the |
We want to keep those buttons since set default and confirm also act as next buttons. Otherwise, selecting just from the drop down and then moving users to the next screen would feel too abrupt an action, especially so on theme choice for example. @rossmoody to confirm though. |
That’s the idea but @petemill brought up a similar concern and under the hood I believe the setting is set when the drop down is changed not on button click so though I don’t think we can assume advancing on first selection is right maybe the “next” button to could serve as the confirm |
yup, as @srirambv & @rossmoody mentioned, switching the setting via the drop down boxes changes the setting and doesn't move the user to the next screen unless they click on Both |
Also confirm theme seems to open up setting page. Since its a drop-down should probably have the same behaviour as SE and not really switch to the settings page. That can probably be discussed on a different issue |
That's being addressed in |
Well, there was thought for this that I think should be considered which is the user can’t assume that their search engine changed without a confirm button. So I’d vote for that to stay. “Next“ is to advance the screen in cases where a user doesn’t want to make a decision. In the case of themes the user can see their theme change in real time so that’s the confirmation. I personally still think giving the user a place to feel like the decision is confirmed is strong but in the case of themes it could be adjusted. Future ui had the next button removed as well so I think we should be mindful of changes. |
A new part of the onboarding process is the ability to set a default search engine. This requires a little conditional prep for what we present in what regions. This is likely already taken care of in Chromium code for settings but we need to link it up to this dropdown.
The text was updated successfully, but these errors were encountered: