]> Untitled Git - lemmy.git/commit
Reworking some UI. Adding proper trending communities with hot rank.
authorDessalines <tyhou13@gmx.com>
Thu, 2 May 2019 05:26:31 +0000 (22:26 -0700)
committerDessalines <tyhou13@gmx.com>
Thu, 2 May 2019 05:26:31 +0000 (22:26 -0700)
commit2e487214ff90c150409eb789dd5a0998f4194afb
tree64a8559a8b5019f15ea96033ad0a63ffd0558064
parent40d5d7979ea4624fcd8558beb5689d23a8216279
Reworking some UI. Adding proper trending communities with hot rank.

- Breaking out subscribed and all into radios. Fixes #142
13 files changed:
README.md
server/migrations/2019-05-02-051656_community_view_hot_rank/down.sql [new file with mode: 0644]
server/migrations/2019-05-02-051656_community_view_hot_rank/up.sql [new file with mode: 0644]
server/src/actions/community_view.rs
server/src/websocket_server/server.rs
ui/src/components/communities.tsx
ui/src/components/community.tsx
ui/src/components/inbox.tsx
ui/src/components/login.tsx
ui/src/components/main.tsx
ui/src/components/search.tsx
ui/src/components/user.tsx
ui/src/index.tsx