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): dropdown (#10) #11

Merged
merged 1 commit into from
Jan 31, 2024
Merged

feat(common): dropdown (#10) #11

merged 1 commit into from
Jan 31, 2024

Conversation

kyechan99
Copy link
Member

common ui

  • Dropdown

feature

  • Dropdown
  • DropdownToggle
  • DropdownContent
  • DropdownLabel
  • DropdownItem
  • DropdownDivider

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

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 83.2% 1407 / 1691
🔵 Statements 83.2% 1407 / 1691
🔵 Functions 62.5% 40 / 64
🔵 Branches 76.61% 95 / 124
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/components/common/index.ts 100% 100% 100% 100%
src/components/common/Button/index.tsx 77.85% 66.66% 100% 77.85% 20-26, 28-34, 44-46, 70-72, 78-84, 111-112, 117-120
src/components/common/Dialog/Dialog.tsx 100% 100% 100% 100%
src/components/common/Dialog/DialogContent.tsx 98.37% 80% 50% 98.37% 36-37
src/components/common/Dialog/index.tsx 100% 50% 100% 100%
src/components/common/Dropdown/Dropdown.tsx 100% 100% 100% 100%
src/components/common/Dropdown/DropdownContent.tsx 93.57% 69.23% 75% 93.57% 30-31, 45-46, 48-49, 53
src/components/common/Dropdown/DropdownContext.tsx 100% 100% 100% 100%
src/components/common/Dropdown/DropdownItem.tsx 100% 100% 100% 100%
src/components/common/Dropdown/DropdownToggle.tsx 100% 66.66% 100% 100%
src/components/common/Dropdown/index.tsx 100% 100% 100% 100%
src/hooks/useModal.ts 100% 100% 100% 100%
src/libs/ref.ts 91.66% 80% 100% 91.66% 7
src/styles/theme.ts 100% 100% 100% 100%
Generated in workflow #16

@codecov-commenter
Copy link

Codecov Report

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

Comparison is base (7545426) 80.08% compared to head (03ad92c) 83.20%.

Files Patch % Lines
src/components/common/Dropdown/DropdownContent.tsx 93.57% 7 Missing ⚠️
src/components/common/Button/index.tsx 76.92% 6 Missing ⚠️
src/libs/ref.ts 91.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #11      +/-   ##
==========================================
+ Coverage   80.08%   83.20%   +3.11%     
==========================================
  Files          33       41       +8     
  Lines        1356     1691     +335     
  Branches       84      114      +30     
==========================================
+ Hits         1086     1407     +321     
- Misses        270      284      +14     

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

@kyechan99 kyechan99 merged commit e4f9973 into main Jan 31, 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: dropdown
2 participants