VernissageApp / VernissageWeb

Application which is Web component for Vernissage photos sharing platform.
https://vernissage.photos
Apache License 2.0
8 stars 0 forks source link

Incorrect routing when clicking on avatars in the timeline #120

Closed mgrzeca closed 1 day ago

mgrzeca commented 2 days ago

There seems to be an issue with routing when avatars are displayed in the timeline. Clicking on an avatar should take me to the profile of the user whose avatar was clicked. However, it instead displays the post details, just like clicking on the post image.

Additionally, pressing the browser's back button opens the user’s profile, instead of returning to the timeline.

On mobile devices, clicking the avatar also opens the post details, but with an overlay popup containing information about the author. This popup covers up the photo and cannot be closed. Similarly, the back button opens the user’s profile instead of going back to the timeline.