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(components): introduce Dropdown component #168

Merged
merged 31 commits into from
Feb 19, 2025

nits

80945f2
Select commit
Loading
Failed to load commit list.
Merged

feat(components): introduce Dropdown component #168

nits
80945f2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 19, 2025 in 0s

94.39% (target 90.00%)

View this Pull Request on Codecov

94.39% (target 90.00%)

Details

Codecov Report

Attention: Patch coverage is 90.86957% with 21 lines in your changes missing coverage. Please review.

Project coverage is 94.39%. Comparing base (19b89dc) to head (80945f2).
Report is 100 commits behind head on main.

Files with missing lines Patch % Lines
...UI/Components/Popover/LumexPopoverTrigger.razor.cs 71.43% 3 Missing and 3 partials ⚠️
...c/LumexUI/Components/Popover/LumexPopover.razor.cs 91.23% 3 Missing and 2 partials ⚠️
src/LumexUI/Components/Menu/Menu.razor 75.00% 0 Missing and 2 partials ⚠️
src/LumexUI/Components/Menu/MenuItem.razor 33.33% 0 Missing and 2 partials ⚠️
src/LumexUI/Services/Popover/PopoverService.cs 75.00% 1 Missing and 1 partial ⚠️
...LumexUI/Components/Dropdown/LumexDropdown.razor.cs 92.31% 0 Missing and 1 partial ⚠️
src/LumexUI/Components/Menu/MenuItem.razor.cs 97.14% 0 Missing and 1 partial ⚠️
...mexUI/Components/Popover/LumexPopoverContent.razor 50.00% 0 Missing and 1 partial ⚠️
...UI/Components/Popover/LumexPopoverContent.razor.cs 93.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #168      +/-   ##
==========================================
- Coverage   96.95%   94.39%   -2.56%     
==========================================
  Files          70      115      +45     
  Lines        1542     2658    +1116     
  Branches      150      335     +185     
==========================================
+ Hits         1495     2509    +1014     
- Misses         28       77      +49     
- Partials       19       72      +53     

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