bettersg / checkMate

GNU General Public License v3.0
5 stars 1 forks source link

Infinite scroll for voting page rather than current 5 per page method #329

Closed sarge1989 closed 1 month ago

sarge1989 commented 4 months ago

Currently, the votes page only shows 5 per page, with a next button to load the next 5. This is clunky and results in very strange behavior when the user presses back from the individual voting page.

image

To change to infinite scroll implementation. This may also mean a need to change the corresponding backend API at /functions/src/definitions/api/handlers/getCheckerVotes.ts