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

ColorPicker #3755

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

Conversation

jeffersyuan1976
Copy link
Contributor

🤔 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?)

📝 Changelog

ColorPicker 颜色选择器

Language Changelog
🇺🇸 English
🇨🇳 Chinese

☑️ 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

Copy link

github-actions bot commented Mar 27, 2024

Prepare preview

</CascadingValue>

<style>
.mud-picker-color-picker {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please change the class prefix to ant- and move them to less files.

{
public static class KeepInRangeExtensions
{
public static double EnsureRange(this double input, double max) => EnsureRange(input, 0.0, max);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change the access modifier of extension methods to internel.

type: Data Display
title: Popover
cover: https://gw.alipayobjects.com/zos/alicdn/1PNL1p_cO/Popover.svg
---
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doc is for Popover

Copy link

codecov bot commented Mar 27, 2024

Codecov Report

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

Project coverage is 43.03%. Comparing base (1d946b0) to head (5903baf).

❗ Current head 5903baf differs from pull request most recent head 34aadef. Consider uploading reports for the commit 34aadef to get more accurate results

Files Patch % Lines
components/colorpicker/AntColor.cs 0.00% 191 Missing ⚠️
components/colorpicker/ColorPicker.razor.cs 0.00% 120 Missing ⚠️
components/colorpicker/ColorPicker.razor 0.00% 7 Missing ⚠️
components/colorpicker/KeepInRangeExtensions.cs 0.00% 7 Missing ⚠️
components/colorpicker/MathExtensions.cs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3755      +/-   ##
==========================================
- Coverage   43.54%   43.03%   -0.52%     
==========================================
  Files         578      583       +5     
  Lines       28117    28443     +326     
  Branches     5694     5740      +46     
==========================================
- Hits        12244    12240       -4     
- Misses      14862    15193     +331     
+ Partials     1011     1010       -1     

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

@jeffersyuan1976
Copy link
Contributor Author

style file modifed and class of extensions had modified, also the index.en-us.md had been changed.

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.

None yet

2 participants