-
Notifications
You must be signed in to change notification settings - Fork 241
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
Introduce year grid view (with FC multiMonthYear plugin) #5248
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #5248 +/- ##
=============================================
+ Coverage 22.78% 65.50% +42.72%
Complexity 371 371
=============================================
Files 237 36 -201
Lines 11636 1986 -9650
Branches 2255 0 -2255
=============================================
- Hits 2651 1301 -1350
+ Misses 8985 685 -8300
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Code looks clean
@@ -64,7 +65,7 @@ import { | |||
modifyDate, | |||
} from '../../../utils/date.js' | |||
import { mapState } from 'vuex' | |||
import formatDateRage from '../../../filters/dateRangeFormat.js' |
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.
ngl working with dates sometimes ends in rage
57413d2
to
2e85c3b
Compare
rebased |
Sorry, can you rebase once more? Static Analysis hasn't run because of timing. |
Closes #159 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2e85c3b
to
e4ab210
Compare
Awesome! Cannot wait to see this. Whenever possible let us know which version it appears in (nominally 4.5.0 of the Calendar app). Job well done! Been waiting on this for years. |
Closes #159
Note: Shortcut for ListView is changed from 4 to 5 for consistency.
It could use a little style enhancement.
FullCalendar provides two "year" views: this one (multiMonthYear) and another one (dayGridYear). This one seems more suitable.