]> Untitled Git - lemmy.git/commit
Adding post and user details paging.
authorDessalines <tyhou13@gmx.com>
Wed, 17 Apr 2019 18:30:13 +0000 (11:30 -0700)
committerDessalines <tyhou13@gmx.com>
Wed, 17 Apr 2019 18:30:13 +0000 (11:30 -0700)
commit69bc53e33ca70c7b56f26d6022deb80bc092e832
tree29ebd8c37bd901e626e187fd02c906016f6bc6c8
parentf17b181ea91690135a807dff33d09be4ef4b1a0d
Adding post and user details paging.

- Fixes #52
- Fixes #34
server/src/actions/comment_view.rs
server/src/actions/community_view.rs
server/src/actions/moderator_views.rs
server/src/actions/post_view.rs
server/src/lib.rs
server/src/websocket_server/server.rs
ui/src/components/post-listings.tsx
ui/src/components/user.tsx
ui/src/interfaces.ts
ui/src/utils.ts