Skip to content

Implement Explore Posts

Shubham Arora requested to merge shubhamarora/tokodon:explore into master

Implement GET /api/v1/trends/statuses - Statuses that have been interacted with more than others.

https://docs.joinmastodon.org/methods/trends/#statuses

Screenshot image

TODO:

  • New posts are added on the top when fetch new posts are fetched on scroll
  • Open to consider a better Icon
  • Full Screen image and compose post is broken on Explore page. All other post actions are working. Fixed

Plan is to implement Trending Tags and Trending Links in a seperate MR and final page will have Kirigami.NavigationTabBar interface like Notifications.

Edited by Shubham Arora

Merge request reports