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(module: space): support space compact #3331

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ElderJames
Copy link
Member

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / documentation update
  • Demo update
  • Component style update
  • Bundle size optimization
  • Performance optimization
  • Refactoring
  • Code style optimization
  • Test Case
  • Branch merge
  • Other (about what?)

🔗 Related issue link

closes #3324

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English Add Space support for space compact
🇨🇳 Chinese 新增 Space 紧凑布局

☑️ Self Check before Merge

⚠️ Please check all items below before review. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • Changelog is provided or not needed

@github-actions
Copy link

github-actions bot commented Jul 1, 2023

@codecov
Copy link

codecov bot commented Jul 1, 2023

Codecov Report

Patch coverage: 9.33% and project coverage change: -1.56% ⚠️

Comparison is base (ec353de) 46.75% compared to head (13dd7f0) 45.20%.
Report is 28 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3331      +/-   ##
==========================================
- Coverage   46.75%   45.20%   -1.56%     
==========================================
  Files         558      560       +2     
  Lines       26729    26960     +231     
  Branches      266      268       +2     
==========================================
- Hits        12498    12186     -312     
- Misses      14191    14734     +543     
  Partials       40       40              
Files Changed Coverage Δ
components/space/Space.razor 0.00% <0.00%> (ø)
components/space/Space.razor.cs 0.00% <0.00%> (ø)
components/space/SpaceCompact.razor 0.00% <0.00%> (ø)
components/space/SpaceCompact.razor.cs 0.00% <0.00%> (ø)
components/space/SpaceItem.razor 0.00% <0.00%> (ø)
components/space/SpaceItem.razor.cs 0.00% <ø> (ø)
components/core/Base/AntDomComponentBase.cs 92.00% <50.00%> (-3.84%) ⬇️
components/button/Button.razor.cs 96.87% <85.71%> (-3.13%) ⬇️

... and 49 files with indirect coverage changes

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to use Space.Compact ?
1 participant