Skip to content

fix: notifications pagination + dropdown updates#86

Open
Anshpujara5 wants to merge 5 commits intotarinagarwal:mainfrom
Anshpujara5:fix/notifications-pagination
Open

fix: notifications pagination + dropdown updates#86
Anshpujara5 wants to merge 5 commits intotarinagarwal:mainfrom
Anshpujara5:fix/notifications-pagination

Conversation

@Anshpujara5
Copy link
Contributor

@Anshpujara5 Anshpujara5 commented Jan 5, 2026

Description

Adds pagination to the notifications system so notifications load in batches instead of all at once.

Backend pagination parameters (page, limit) are verified and used correctly, and the frontend notification dropdown now supports incremental loading via a Load More button. This improves performance and provides a smoother user experience for users with large notification histories.


Type of Change

  • Bug fix
  • New feature

Related Issues

Closes #13


Testing

  • Tested locally
  • Client build (npm run build) passes successfully
  • Client lint reports existing repository-wide lint issues unrelated to this PR
  • Server has no lint script; notifications endpoint tested manually

Screenshots

Screenshot 2026-01-05 190246

Checklist

  • Code follows existing project style guidelines
  • Self-reviewed the code
  • Added comments for complex logic where needed
  • Documentation update not required for this change

@Anshpujara5
Copy link
Contributor Author

Hi @tarinagarwal 👋

Just a gentle follow-up regarding this PR.
Whenever you get a chance, could you please review it and let me know if any changes are required from my side?

I’m happy to iterate or make updates as needed.
Thanks for your time and guidance 😊

@tarinagarwal
Copy link
Owner

@Anshpujara5 Hey! ill review this pr asap, sorry for the delay

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.

Add pagination to notifications

2 participants