Skip to content

fix/grid list list padding #2117

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

Merged
merged 7 commits into from
Jul 17, 2022
Merged

fix/grid list list padding #2117

merged 7 commits into from
Jul 17, 2022

Conversation

ethanshar
Copy link
Collaborator

Description

Move GridList listPadding logic to useGridLayout hook to share it with SortableGridList

Changelog

Move GridList listPadding logic to useGridLayout hook to share it with SortableGridList

@ethanshar ethanshar changed the title Fix/grid list list padding fix/grid list list padding Jul 11, 2022
@ethanshar ethanshar requested a review from M-i-k-e-l July 17, 2022 07:43
@ethanshar ethanshar added the Important for Next Release PR that must be included in the release version label Jul 17, 2022
/**
* Custom content container style
*/
contentContainerStyle?: ScrollViewProps['contentContainerStyle'];
Copy link
Collaborator

Choose a reason for hiding this comment

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

Consider adding a Pick<ScrollViewProps, 'contentContainerStyle'> at the top instead, in any case this should probably be in the API.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fixed

@M-i-k-e-l M-i-k-e-l enabled auto-merge (squash) July 17, 2022 14:48
@M-i-k-e-l M-i-k-e-l merged commit 652bb1c into master Jul 17, 2022
@ethanshar ethanshar deleted the fix/GridList_listPadding branch April 2, 2024 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Important for Next Release PR that must be included in the release version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants