Real-Dev-Squad / website-dashboard

Dashboard site for RDS
https://dashboard.realdevsquad.com/
MIT License
17 stars 141 forks source link

Enhancement: Implement pagination for dashboard users #832

Open IshanVeer opened 2 weeks ago

IshanVeer commented 2 weeks ago

Issue Description

Currently all users are loading when the page is rendered, this may cause performance issues.

Expected Behavior

Add infinite scroll with portion of users being rendered at first and then as the user scrolls down more users will be loaded progressively.

Current Behavior

All users are loading at the same time.

Screenshots

Screenshot 2024-09-18 at 11 53 10 AM

Reproducibility

Steps to Reproduce

  1. go to https://dashboard.realdevsquad.com/users/discord/ and scroll till bottom.

Severity/Priority

Checklist