mlemgroup / mlem

Mlem for Lemmy
https://lemmy.ml/c/mlemapp
GNU General Public License v3.0
162 stars 34 forks source link

Comments #1113

Open Sjmarf opened 4 days ago

Sjmarf commented 4 days ago

Added a basic comment view. ExpandedPostView uses a simple array to store the comments for now. In future we should use an actual tracker for this to handle multiple pages. See also the accompanying MlemMiddleware PR.