-
Notifications
You must be signed in to change notification settings - Fork 4k
Apply radii from theme to CheckboxColumn
#12263
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
Conversation
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) |
✅ PR preview is ready!
|
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.
Pull Request Overview
This PR applies theme-based border radius styling to the CheckboxColumn component in the DataFrame widget. The change ensures that checkbox elements follow the application's theme configuration for consistent visual appearance.
Key Changes:
- Modified CheckboxColumn function to accept a theme parameter and apply rounding radius from theme configuration
- Updated all test cases to pass the required theme parameter
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
frontend/lib/src/components/widgets/DataFrame/columns/CheckboxColumn.ts |
Added theme parameter and themeOverride configuration to apply rounded corners based on theme radii |
frontend/lib/src/components/widgets/DataFrame/columns/CheckboxColumn.test.ts |
Updated all test calls to include theme parameter and added test for themeOverride functionality |
CheckboxColumn
sfc-gh-lwilby
left a comment
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.
LGTM
Describe your changes
Apply the radii configured in the theme to the
CheckboxColumn.Testing Plan
Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.