]> Untitled Git - lemmy.git/commit
Adding comment voting
authorDessalines <tyhou13@gmx.com>
Thu, 28 Mar 2019 19:32:08 +0000 (12:32 -0700)
committerDessalines <tyhou13@gmx.com>
Thu, 28 Mar 2019 19:32:08 +0000 (12:32 -0700)
commit49c61fc31818e92fea00f8cd9d1c048104d8ecbf
tree3d23898c675722809f585ee81ae53ed9763fe87b
parent05f0aee3ea88d3982e2efe6230f8c591540e4c92
Adding comment voting

- Extracting out some components.
- Fixing an issue with window refreshing websockets.
server/migrations/2019-02-27-170003_create_community/up.sql
server/migrations/2019-03-03-163336_create_post/up.sql
server/migrations/2019-03-05-233828_create_comment/up.sql
server/src/actions/comment.rs
server/src/actions/post.rs
server/src/lib.rs
server/src/schema.rs
server/src/websocket_server/server.rs
ui/src/components/post.tsx
ui/src/interfaces.ts
ui/src/services/WebSocketService.ts