-
Notifications
You must be signed in to change notification settings - Fork 5
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
Calendar link and sync #54
Conversation
not all sources need to be synced and having unsynced ones can help build better ui.
- Cleaned up test - Added api controller tests - did not change behavior of add yet. This method needs to be deprecated and calendar sources are synced from the provider only.
link instead of create. linking is done with then edit API endpoint
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #54 +/- ##
============================================
- Coverage 91.94% 91.72% -0.23%
- Complexity 706 715 +9
============================================
Files 152 152
Lines 7675 7742 +67
============================================
+ Hits 7057 7101 +44
- Misses 618 641 +23
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Newer versions change TextTheme in annoying ways.
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
Add the ability for calendars to be synced with the provider. This allows for fewer API calls to google for calendar metadata which gives a snappier UI. Both the HTMX and flutter clients have been updated with a first pass that will be iterated on.