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

Enhance infiniteAgendaList #2278

Merged
merged 1 commit into from
Jul 12, 2023
Merged

Conversation

yakirza17
Copy link
Contributor

This pull request introduces several enhancements to the infiniteAgendaList component:

  1. Debouncing of Date Indication Changes: We've added a new visibleIndicesChangedDebounce property. This allows users to control the debounce time for the change date indication on the calendar.

  2. Customizable Footer Rendering: A new renderFooter option has been passed for the RecyclerListView. This provides flexibility in how the list's footer is displayed. Particularly, this addition could be beneficial for improving the appearance of loader views.

  3. Improved Scrolling on Android: By adding nestedScrollEnabled: true to the scrollViewProps, this will add support for inner scrolling on Android devices.

@yakirza17 yakirza17 marked this pull request as ready for review July 11, 2023 13:57
@Inbal-Tish Inbal-Tish merged commit ffdee18 into master Jul 12, 2023
1 check passed
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