Skip to content
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

Add BigCalendar component for rendering calendar #106

Merged
merged 20 commits into from
Jul 25, 2023
Merged

Conversation

asimonok
Copy link
Collaborator

@asimonok asimonok commented Jun 13, 2023

Resolves #98.

@mikhail-vl mikhail-vl added the enhancement New feature request label Jun 14, 2023
@mikhail-vl mikhail-vl added this to the Version 1.5.0 milestone Jun 14, 2023
@codecov
Copy link

codecov bot commented Jun 15, 2023

Codecov Report

Patch coverage: 97.51% and project coverage change: +6.69% 🎉

Comparison is base (50cdbfe) 88.82% compared to head (17ba734) 95.51%.

❗ Current head 17ba734 differs from pull request most recent head fd50f80. Consider uploading reports for the commit fd50f80 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #106      +/-   ##
==========================================
+ Coverage   88.82%   95.51%   +6.69%     
==========================================
  Files          23       39      +16     
  Lines         331      491     +160     
  Branches       69       85      +16     
==========================================
+ Hits          294      469     +175     
+ Misses         24       11      -13     
+ Partials       13       11       -2     
Files Changed Coverage Δ
src/components/LegacyDayDrawer/LegacyDayDrawer.tsx 88.88% <88.88%> (ø)
src/components/EventDetails/EventDetails.tsx 89.47% <89.47%> (ø)
src/hooks/useCalendarRange.ts 94.59% <94.59%> (ø)
src/components/LegacyCalendar/LegacyCalendar.tsx 97.56% <97.56%> (ø)
src/components/BigCalendar/BigCalendar.tsx 100.00% <100.00%> (ø)
src/components/BigCalendar/index.ts 100.00% <100.00%> (ø)
src/components/BigCalendar/styles.ts 100.00% <100.00%> (ø)
src/components/BigToolbar/BigToolbar.tsx 100.00% <100.00%> (ø)
src/components/BigToolbar/index.ts 100.00% <100.00%> (ø)
src/components/CalendarPanel/CalendarPanel.tsx 100.00% <100.00%> (+5.00%) ⬆️
... and 18 more

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@asimonok asimonok marked this pull request as ready for review June 15, 2023 09:51
@asimonok asimonok requested a review from mikhail-vl June 15, 2023 09:51
Copy link
Member

@mikhail-vl mikhail-vl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@mikhail-vl mikhail-vl merged commit c4fa545 into main Jul 25, 2023
3 checks passed
@mikhail-vl mikhail-vl deleted the feat/big-calendar branch July 25, 2023 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add another Calendar library to support Day view
2 participants