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

feat(common): pagination, pagination item (#20) #21

Merged
merged 3 commits into from
Apr 20, 2024
Merged

Conversation

kyechan99
Copy link
Member

@kyechan99 kyechan99 commented Apr 16, 2024

common ui

  • Pagination

feature

  • Pagination
  • PaginationContent
  • PaginationItem
  • PaginationLink
  • PaginationPrevious
  • PaginationNext
  • AutoPagination

@kyechan99 kyechan99 added the feature New feature or request label Apr 16, 2024
@kyechan99 kyechan99 added this to the Common UI milestone Apr 16, 2024
@kyechan99 kyechan99 self-assigned this Apr 16, 2024
@kyechan99 kyechan99 linked an issue Apr 16, 2024 that may be closed by this pull request
Copy link

github-actions bot commented Apr 16, 2024

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 82.36% 2639 / 3204
🔵 Statements 82.36% 2639 / 3204
🔵 Functions 67.36% 64 / 95
🔵 Branches 74.1% 186 / 251
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/components/index.ts 100% 100% 100% 100%
src/components/Pagination/AutoPagination.tsx 36.84% 100% 0% 36.84% 15-38
src/components/Pagination/Pagination.tsx 50% 100% 100% 50% 6-11
src/components/Pagination/PaginationContent.tsx 72.72% 100% 100% 72.72% 7-12
src/components/Pagination/PaginationItem.tsx 50% 100% 100% 50% 6-11
src/components/Pagination/PaginationLink.tsx 34.9% 100% 0% 34.9% 14-27, 32-51, 54-73, 88-102
src/components/Pagination/index.tsx 100% 100% 100% 100%
Generated in workflow #56

@codecov-commenter
Copy link

codecov-commenter commented Apr 16, 2024

Codecov Report

Attention: Patch coverage is 43.65482% with 111 lines in your changes are missing coverage. Please review.

Project coverage is 82.36%. Comparing base (c6bd799) to head (ffca2e6).

Files Patch % Lines
src/components/Pagination/PaginationLink.tsx 34.90% 69 Missing ⚠️
src/components/Pagination/AutoPagination.tsx 36.84% 24 Missing ⚠️
src/components/Pagination/Pagination.tsx 50.00% 6 Missing ⚠️
src/components/Pagination/PaginationContent.tsx 72.72% 6 Missing ⚠️
src/components/Pagination/PaginationItem.tsx 50.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #21      +/-   ##
==========================================
- Coverage   84.90%   82.36%   -2.54%     
==========================================
  Files          69       75       +6     
  Lines        3007     3204     +197     
  Branches      226      226              
==========================================
+ Hits         2553     2639      +86     
- Misses        454      565     +111     

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

@kyechan99 kyechan99 merged commit 03320c1 into main Apr 20, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: pagination
2 participants