LemmyNet / lemmy-ui

The official web app for lemmy.
https://join-lemmy.org/
GNU Affero General Public License v3.0
892 stars 334 forks source link

[Bug] Next button doesn't work for comment lists #2387

Open SleeplessOne1917 opened 8 months ago

SleeplessOne1917 commented 8 months ago

Requirements

Summary

Related to this backend issue. When viewing comments on the homepage or a community page, the next button is disabled, making it impossible to fetch another page.

Steps to Reproduce

  1. Go to lemmy.ml
  2. Click "Comments"
  3. Scroll to bottom of page
  4. Try to click next button

Technical Details

As described here, the backend does not support pagination cursors, making that issue a blocker for this issue.

Lemmy Instance Version

0.19.3

Lemmy Instance URL

https://lemmy.ml

Nutomic commented 8 months ago

Actually get coments still supports pagination like before, using page parameter.

SleeplessOne1917 commented 8 months ago

I can use that for now and revisit this if/when comment pagination cursors are supported.