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

Feature/select #16

Merged
merged 2 commits into from
Mar 1, 2024
Merged

Feature/select #16

merged 2 commits into from
Mar 1, 2024

Conversation

kyechan99
Copy link
Member

common ui

  • Select

props

  • align
  • multi

feature

  • Select
  • SelectToggle
  • SelectContent
  • SelectLabel
  • SelectItem
  • SelectDivider

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

github-actions bot commented Mar 1, 2024

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 71.15% 1865 / 2621
🔵 Statements 71.15% 1865 / 2621
🔵 Functions 44.94% 40 / 89
🔵 Branches 76.19% 96 / 126
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/components/common/index.ts 100% 100% 100% 100%
src/components/common/Checkbox/index.tsx 100% 86.66% 100% 100%
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/Dropdown/Dropdown.tsx 100% 100% 100% 100%
src/components/common/Select/Select.tsx 56.66% 100% 0% 56.66% 18-30
src/components/common/Select/SelectContent.tsx 50% 100% 0% 50% 25-82
src/components/common/Select/SelectContext.tsx 100% 100% 100% 100%
src/components/common/Select/SelectIcon.tsx 33.33% 100% 0% 33.33% 4-19
src/components/common/Select/SelectItem.tsx 39.77% 100% 0% 39.77% 17-58, 74-76, 79-86
src/components/common/Select/SelectToggle.tsx 46.05% 100% 100% 46.05% 22-62
src/components/common/Select/index.tsx 100% 100% 100% 100%
src/components/common/Select/type.ts 0% 0% 0% 0% 1-8
src/components/common/Toast/Toast.tsx 34.89% 100% 0% 34.89% 16-57, 61-87, 90-117
src/styles/GlobalStyle.tsx 100% 100% 100% 100%
Generated in workflow #23

@kyechan99 kyechan99 merged commit 91911c3 into main Mar 1, 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: select
1 participant