pachli / pachli-android

The Pachli Android app
https://pachli.app
GNU General Public License v3.0
132 stars 15 forks source link

refresh after posting #1079

Open muellerto opened 2 weeks ago

muellerto commented 2 weeks ago

Is your feature request related to a problem? Please describe. When I send a post, doesn't matter where, I want to see it. Especially because it happens (by whatever server-side or network reason) that a post I send is not really posted but ends up in the Drafts. In my use case I want to have proper timestamps in my timeline. So sending an unsent post from the Drafts hours or even days later is not an option.

Describe the solution you'd like When I tap the send button it would be good to get an automatic refresh of the current screen. When my post is not a comment (so it goes directly on top of the timeline) it would also be good to scroll the timeline so that the new post gets visible. This should really be a simple thing.

Describe alternatives you've considered Currently my behavior is always

  1. tap the send button and then immediately
  2. pull from the top.

These two things, tap and pull, are one movement of my fingers.

Additional It would also be good when the user would be notified when a post cannot be sent successfully and will be saved in the Drafts. Currently everything looks good until I see posts in the Drafts some days later.