-
Notifications
You must be signed in to change notification settings - Fork 134
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
End of Year: add prompt #377
Conversation
Well... what can I say? Having this enabled breaks all SwiftUI previews. See: https://stackoverflow.com/questions/59705079/swiftui-canvas-preview-compile-error-undefined-symbols-for-architecture-x86-64
@@ -13,6 +13,7 @@ | |||
} | |||
], | |||
"defaultOptions" : { | |||
"codeCoverage" : false, |
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.
I had to add this to make SwiftUI previews work. 🤷
More details on the commit: 3142e08
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.
👍 Nice work, I left some small nitpick comments. But they're not blockers since we're still working on this feature.
This PR adds a modal that prompts the user to check their End of Year. Design and iPad are not covered in this task and will be done in a future PR.
To test
FeatureFlag.swift
changeendOfYear
totrue
fullScreen
modeChecklist
CHANGELOG.md
if necessary.