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 yearly view #134

Merged
merged 11 commits into from
Oct 24, 2023
Merged

Add yearly view #134

merged 11 commits into from
Oct 24, 2023

Conversation

asimonok
Copy link
Collaborator

@asimonok asimonok commented Oct 19, 2023

Resolves #130

Added yearly view
Screenshot 2023-10-23 at 10 27 05

@mikhail-vl mikhail-vl self-requested a review October 19, 2023 16:18
@mikhail-vl mikhail-vl added the enhancement New feature request label Oct 19, 2023
@mikhail-vl mikhail-vl added this to the Version 2.3.0 milestone Oct 19, 2023
@codecov
Copy link

codecov bot commented Oct 20, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (c5f5e33) 95.78% compared to head (2ba9de7) 96.10%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #134      +/-   ##
==========================================
+ Coverage   95.78%   96.10%   +0.31%     
==========================================
  Files          45       51       +6     
  Lines         570      668      +98     
  Branches      102      111       +9     
==========================================
+ Hits          546      642      +96     
  Misses         12       12              
- Partials       12       14       +2     
Files Coverage Δ
src/components/YearView/YearView.styles.ts 100.00% <100.00%> (ø)
src/components/YearView/YearView.tsx 100.00% <100.00%> (ø)
src/components/YearView/YearViewDate.tsx 100.00% <100.00%> (ø)
src/components/YearView/YearViewMonth.tsx 100.00% <100.00%> (ø)
src/components/YearView/index.ts 100.00% <100.00%> (ø)
src/constants/messages.ts 100.00% <100.00%> (ø)
src/constants/options.ts 100.00% <ø> (ø)
src/constants/tests.ts 100.00% <100.00%> (ø)
src/hooks/useCalendarRange.ts 100.00% <100.00%> (ø)
src/hooks/useLocalizer.ts 100.00% <100.00%> (ø)
... and 4 more

☔ 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 October 23, 2023 07:26
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 great!

@mikhail-vl mikhail-vl merged commit 71fa841 into main Oct 24, 2023
6 checks passed
@mikhail-vl mikhail-vl deleted the feat/yearly-view branch October 24, 2023 03:36
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.

Yearly layout available?
2 participants