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

fix: fix generating load trigger notification when itemCount is less than prefetchIndex. #9

Merged
merged 4 commits into from
Dec 1, 2024

Conversation

xsahil03x
Copy link
Owner

@xsahil03x xsahil03x commented Nov 29, 2024

Description

This pull request includes changes to improve the handling of load trigger notifications and updates to the changelog. The most important changes include fixing the generation of load trigger notifications when the itemCount is less than prefetchIndex and updating the changelog to reflect this fix.

Improvements to load trigger notifications:

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

…than prefetchIndex

Signed-off-by: Sahil Kumar <xdsahil@gmail.com>
Signed-off-by: Sahil Kumar <xdsahil@gmail.com>
Signed-off-by: Sahil Kumar <xdsahil@gmail.com>
@xsahil03x xsahil03x linked an issue Nov 29, 2024 that may be closed by this pull request
@xsahil03x xsahil03x merged commit 72ab5dc into main Dec 1, 2024
4 checks passed
@xsahil03x xsahil03x deleted the fix/issue-7 branch December 1, 2024 17:48
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.

Prepend is ignored if page size is less than prefetch index
1 participant