whitescent / Mastify

A Mastodon client built with Jetpack Compose [WIP]
https://play.google.com/store/apps/details?id=com.github.whitescent.mastify
GNU General Public License v3.0
167 stars 10 forks source link

Notifications: empty content and navigating to profile #80

Closed lazzzis closed 7 months ago

lazzzis commented 7 months ago

This notification is showing an empty box:

Screenshot 2024-02-27 at 10 14 44 PM

Original post is a reply with an attachment:

Screenshot 2024-02-27 at 10 14 53 PM
  1. do we need to show an empty box in this case? i.e; remove the box and show the picture only
  2. currently, clicking on the attachment picture navigates user to the profile rather than the status detail. Is this intentional?

Does this proposal sound good to you: clicking on BasicEvent navigates user to StatusDetail screen while clicking on FollowEvent navigates to Profile screen?

whitescent commented 7 months ago
  1. NO, just show the pictures
  2. this is not the expected behavior, need to navigate to the post details page

clicking on BasicEvent navigates user to StatusDetail screen while clicking on FollowEvent navigates to Profile screen

yes, but if the user's avatar is clicked on the BasicEvent, it still needs to navigate to the Profile page