laravelista / comments

Native comments for your Laravel application.
MIT License
744 stars 142 forks source link

Calculate comment page #128

Open Domenikus opened 3 years ago

Domenikus commented 3 years ago

It would be nice to have a function which calculates the page where the top level comment is on. Imagine a user gets notified if a his model has a new comment, he could just click on a link which brings him to the actual page of the comment. I see no chance to do it on top, because pagination works only with top level comments.

mabasic commented 3 years ago

Open to a PR.