mlemgroup / mlem

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

List/find popular communities #86

Open ShadowJonathan opened 1 year ago

ShadowJonathan commented 1 year ago

A way to do a "general search" for communities, and arrange them by active users, subscribers, and all those metrics.

Lemmy-UI has this with the "Communities" tab, where one can search between local, subscribed, and "all" communities.

EricBAndrews commented 1 year ago

Tentatively slating for 1.1, if the web interface does it we should be able to implement it here

irodrigo17 commented 1 year ago

I'd love to help with this as well.

Maybe a "Browse communities" button in the Search tab to navigate to a new page with communities sorted by popularity like the web UI (and with the subscribed / local / all filters)?

I'd probably show just the subscribers to keep it simple on mobile though (ignoring "users / month"), and reuse the existing community cells from the app.

Web UI Existing community cells
Simulator Screen Shot - iPhone 14 - 2023-07-20 at 00 24 53 IMG_4859
Sjmarf commented 1 year ago

I think we should show the most popular communities in the search tab when no search term is entered. Currently, we show recent searches in this case - instead, we could show recent searches only when the search bar is focused.