-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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(DetailsList): Support custom group header checkbox #13178
feat(DetailsList): Support custom group header checkbox #13178
Conversation
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Potential regressions comparing to master
Perf comparison
Perf tests with no regressions
|
Asset size changes
Over Tolerance (1024 B) Over Baseline Below Baseline New Removed 1 kB = 1000 B Baseline commit: 96d987730064b7dbba4c785a3a1fa8c8f169958b (build) |
Gentle ping that this issue needs attention. |
Assigning to code owner @dzearing to review |
@ThomasMichon do you have any concerns taking this PR in DetailsList? it looks reasonable. @breeswish the PR will need to be updated per the conflicts with master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not Thomas :) but I originally suggested this change in response to an issue, and it looks okay to me. Really all it's doing is exposing a previously-added GroupedList prop through DetailsList.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for submitting this fix, but due to work we're currently doing to prepare master
for our version 8 beta release, we're asking contributors to either wait a couple weeks to submit fixes (if it's not urgent) or submit to the new 7.0
branch (if it's urgent). See #15222 for more details.
This pull request has been automatically marked as stale because it was marked as requiring author feedback but has not had any activity for 7 days. It will be closed if no further activity occurs within 5 days of this comment. Thank you for your contributions to Fluent UI! |
@khmakoto Thanks for the information! Since I'm also quite busy recently I will postpone conflicts resolution to weeks later after you have migrated the code base. |
@khmakoto what is a resolution there? Should be a new PR opened or we can target |
Thanks for the ping @layershifter, I think this can now go into master without problems, I'll dismiss my request for changes. |
@breeswish can you please solve merge conflicts? 🐱 |
This pull request has been automatically marked as stale because it was marked as requiring author feedback but has not had any activity for 7 days. It will be closed if no further activity occurs within 5 days of this comment. Thank you for your contributions to Fluent UI! |
Hi @ecraig12345. Are there plans to merge this PR? |
Hi @ecraig12345, I think we are still waiting for merging this PR :) Or onRenderGroupHeaderCheckbox was already added to DetailsList props? |
Pull request checklist
$ yarn change
Description of changes
This PR adds
onRenderGroupHeaderCheckbox
toDetailsList
to allow customizing the group header checkbox.Focus areas to test
(optional)