-
-
Notifications
You must be signed in to change notification settings - Fork 876
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
WIP: Week view with times #653
Conversation
Codecov Report
@@ Coverage Diff @@
## 0.26 #653 +/- ##
==========================================
+ Coverage 97.53% 97.71% +0.18%
==========================================
Files 37 38 +1
Lines 650 789 +139
Branches 72 97 +25
==========================================
+ Hits 634 771 +137
- Partials 16 18 +2
Continue to review full report at Codecov.
|
@mattlewis92 Is it possible this kind of multi day view UI on month view (Issue:#758)? Right now events on template are repeating from day to day and it is not clean way to merge them together. |
This has to be one of the most requested features of all time and is now going to become part of the official api 🎉 The new UX is that all events appear in the bottom grid, and anything marked as
allDay
appears at the top (preserving the old behaviour)Still to do:
Tests to write:
Preview:

Closes #593