Real-Dev-Squad / website-dashboard

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

Enhancement: Implement Infinite Scroll Loading For Users and Make User List Render As List #833

Closed prashant67690 closed 6 days ago

prashant67690 commented 2 weeks ago

Issue Description

The User Management page currently features the Click Option through next button to load the other Users in the client Side, the goal of the task to rebuilt the way we load the users on this page also the users cards have to be now rendered in the form of a list in the list view column currently they are not rendered as a list.

Expected Behavior

The Expected Behavior of the application after this enhancement feature will be that the Users will be now rendered as a List in List View and there will a infinite scroll bar for loading more users as we enter the end of the page.

Current Behavior

Currently The Users Are not Loading automatically when we hit the end of the page and Also the users are not rendered in the list view as a list.

Screenshots

image

Reproducibility

Steps to Reproduce

  1. go to https://dashboard.realdevsquad.com/users/ and scroll till bottom.
  2. You will see the next and previous button and when you visit the page you will observe the non list rendering of the users

Severity/Priority

Additional Information

Checklist