You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The paginator is implemented in a different branch. But I decided not to merge it here but rather fork the project from that branch in a new repository django-comments-ink.
It's still under development, and doesn't have docs yet, but maybe you can use the README.md file of the demos/project-quotes to setup that demo and see how the paginator is used. I wouldn't use the app in production yet, it's almost done but not finished yet.
The main differences between django-comments-xtd and django-comments-ink is that the latter:
Does not use external frontend dependencies (doesn't use Twitter-Bootstrap nor React).
It comes with two new models CommentReaction and ObjectReaction. The first to allow users to send reactions to comments, and the second to send reactions to objects (like blog stories). The idea is to allow to users not only to send comments to a blog post but also to send reactions to the blog post.
The aforementioned CommentPaginator.
Comments can be folded (so far only those at level 0 are easily foldable, the rest will be foldable via JavaScript), and pagination takes into account when comments are folded. I hope to get feedback on this.
New vanilla JavaScript implementation to add comment preview, comment post, and comment reactions to the frontend.
Hello, how can I use the paginator in the comments? I didn't see this in the documentation.
The text was updated successfully, but these errors were encountered: