modrinth / code

The Modrinth monorepo containing all code which powers Modrinth!
https://modrinth.com
Other
921 stars 171 forks source link

Add pagination for notification page in user dashboard #1498

Closed Ranzeplay closed 9 months ago

Ranzeplay commented 1 year ago

Is your suggested enhancement related to a problem? Please describe.

When a user doesn't check his/her notifications for a long time, it would take a long time to load all the notifications, and the web page would become very long.

Describe the solution you'd like

Add a pagination, so that all the notifications wouldn't be loaded at the same time.

Describe alternatives you've considered

  1. Load more notifications when user scrolls down.
  2. Add a "load more" button to reduce the notification count that has to be loaded when a page loads.

Additional context

No response

triphora commented 9 months ago

This was fixed in modrinth/knossos#1584!