Nicer stats for communities

This commit adds more info on the community detail page. The design is heavily inspired by Memmy.

Closes #45
This commit is contained in:
Balazs Toldi
2023-08-18 08:55:56 +02:00
parent cc21588a66
commit 171338f492
10 changed files with 453 additions and 142 deletions

View File

@@ -146,7 +146,10 @@
<string name="saved">Saved</string>
<string name="gilded">Gilded</string>
<string name="settings">Settings</string>
<string name="subscribers_number_detail">Subscribers: %1$,d</string>
<string name="subscribers_number_detail">%1$,d Subscribers</string>
<string name="active_users_number_detail">%1$,d Active Users</string>
<string name="post_count_detail">%1$,d Posts</string>
<string name="comment_count_detail">%1$,d Comments</string>
<string name="online_subscribers_number_detail">Online: %1$,d</string>
<string name="cannot_fetch_community_info">Cannot fetch community info</string>
<string name="cannot_fetch_user_info">Cannot fetch user info</string>