-
Notifications
You must be signed in to change notification settings - Fork 12
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
Adding to the Dock automatically #2722
Conversation
b82fc44
to
8a129d4
Compare
8a129d4
to
123952e
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.
It looks good overall and works great.
I have left a few comments.
DuckDuckGo.xcodeproj/xcshareddata/xcschemes/sandbox-test-tool.xcscheme
Outdated
Show resolved
Hide resolved
@SabrinaTardio , thanks for the review. I've adjusted the code based on your suggestions. It's ready for another review |
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!
This PR has been inactive for more than 7 days and will be automatically closed 7 days from now. |
# By Elle Sullivan (8) and others # Via Elle Sullivan (3) and GitHub (2) * main: (26 commits) Autofill engagement KPIs for pixel reporting (#2806) autofill: don't prefix autofill email pixels with `m.mac.` (#2808) Bump BSK (#2807) Make profile selector optional (#2811) Add History to iOS (updated UI and rollout) (#2770) New autofill save & update password prompt pixels for alignment with iOS (#2801) Add mylife data broker (#2786) Increase test timeout (#2810) Subscription refactoring, BSK update (#2809) Check for entitlement in DBP agent (#2802) move permanent survey card to first position (#2804) Subscription refactoring (#2764) Bump version to 1.89.0 (191) Merge pir stabilization feature branch into main (#2789) Update age params for multiple brokers (#2800) Fix top level navigation blocks (#2792) Adding to the Dock automatically (#2722) Fix lint error Make activity only call completion once all work has actually finished Fix activity scheduler not calling completion ... # Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
Task/Issue URL: https://app.asana.com/0/72649045549333/1206797051025460/f
Tech Design URL:
CC:
Description:
Adding to the Dock automatically during the onboarding and through the new tab page card.
Steps to test this PR:
Preconditions
Set Safari as default browser and make sure it is part of the Dock
Make sure the DEBUG version of the application (blue icon) is not in your Dock
Run the app and turn on pixel logging messages (Debug -> Logging -> Pixel)
Test adding to the Dock during Onboarding
about:welcome
m_mac_user_added_to_dock_during_onboarding
was firedTest adding to the Dock from New Tab Page
m_mac_user_added_to_dock_from_new_tab_page_card
was firedTest adding to the Dock from Settings
Internal references:
Pull Request Review Checklist
Software Engineering Expectations
Technical Design Template
Pull Request Documentation