-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Refactor holiday code into separate holidays package #324
Conversation
Visit the preview URL for this PR (updated for commit bd0224f): https://sharezone-test--pr324-holidays-package-muwj3kmy.web.app (expires Sat, 14 Jan 2023 00:02:00 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 4cb3ae61e1e018abfd9841fd3239f5b49ccc034b |
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
⬇️ Generated builds by Codemagic for commit bd0224f ⬇️ Note: Only Sharezone team members are able to install the iOS app.
|
Moved most of the holiday code to
lib/holidays
.I left holidays_bloc inside of the
app
code since it interacts with theUserGateway
and is more specific to the dashboard page widget.I didn't change any logic.
I ran the app manually on the mac to check if it still works.
Requires #329.