This release implements the proposal discussed here: https://lemmy.world/post/21570953.
This release overhauls the search screen to show subscribed communities and community suggestions based on what is popular or trending at the moment.
Note: Suggestions shown in the search screen will be based on data gathered from Lemmy servers (more precisely they are based off of https://github.com/tgxn/lemmy-explorer). They are not from data generated from the client. The app does not track/send data to any servers aside from Lemmy & Firebase (for crash/app stability tracking, you can opt-out in settings).
The backend portion that will drive community suggestions feature is open source. You can view it here: https://github.com/idunnololz/summit-for-lemmy-server.
The backend is currently hosted on a Digital Ocean droplet and costs $8/mo. If anyone wants to donate to help cover this cost that would be appreciated but otherwise I can swallow the cost as it’s not a large amount.
Full changelog
- Complete search screen overhaul
- Added a warning banner when viewing a community feed for a blocked community.
- Added block/unblock community action to the overflow menu when viewing a community feed.
- Fixed a bug where disabling Firebase Crashlytics would leave the rest of the Firebase library enabled which can include components such as a logger.
- Fixed a bug where the quote feature did not work as expected when text in the comment box is selected and the quote button is pressed.
- Added configuration options to the search screen. These configs allow users to show/hide sections of the screen.
- Fixed a bug where images in posts/comments are cut off.
- Fixed a bug where sometimes a progress indicator is not shown when comments are still loading.
- Fixed a bug in rare cases where the user is scrolled to a random spot in the post list instead of the top of the list.
Update
Small-ish patch update (v1.46.1). Changes:
- Added configuration options to the search screen. These configs allow users to show/hide sections of the screen.
- Fixed a bug where images in posts/comments are cut off.
- Fixed a bug where sometimes a progress indicator is not shown when comments are still loading.
- Fixed a bug in rare cases where the user is scrolled to a random spot in the post list instead of the top of the list.
Thanks for update \( ̄▽ ̄)/
But now search is so Lagging because of all communities icon. Is there any way to remove subscribed communites completely? Just show Top, Trending and Rising communities section?
I’ll add a config in the next update. Thanks for the feedback!
Rollout is complete! Enjoy everyone!