Add new Icon parameter to BitDatePicker (#12082)#12083
Add new Icon parameter to BitDatePicker (#12082)#12083msynk merged 3 commits intobitfoundation:developfrom
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
WalkthroughThe changes implement support for external icon libraries in the BitDatePicker component through a new Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Poem
🚥 Pre-merge checks | ✅ 6✅ Passed checks (6 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In
`@src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Inputs/DatePicker/BitDatePickerDemo.razor.cs`:
- Around line 152-159: The componentSubClasses list is missing documentation for
the BitIconInfo type referenced by the parameter with Href = "#bit-icon-info";
add a new componentSubClass entry with Id = "bit-icon-info", Name =
"BitIconInfo", Description summarizing the BitIconInfo fields (or mirror the
pattern used in BitMenuButtonDemo.razor.cs), and LinkType/other metadata so the
anchor exists for the DatePicker parameter, or alternatively remove the Href
from the parameter if you intend not to document BitIconInfo; update the
componentSubClasses collection in BitDatePickerDemo.razor.cs accordingly.
.../Bit.BlazorUI.Demo.Client.Core/Pages/Components/Inputs/DatePicker/BitDatePickerDemo.razor.cs
Show resolved
Hide resolved
|


closes #12082
Summary by CodeRabbit
New Features
Bug Fixes
Documentation