pd4d10 / git-touch

An open-source app for GitHub, GitLab, Bitbucket, Gitea, and Gitee(码云), built with Flutter
Apache License 2.0
1.56k stars 137 forks source link

Scroll to top on tab button click #63

Open shreyas1599 opened 4 years ago

shreyas1599 commented 4 years ago

When in a particular tab, after scrolling down a lot, if the tab button is clicked, app scrolls all the way to the top instead of the user scrolling all the way back up. I got the idea from Twitter and Instagram which implement this.

This might seem to be an extension of #54. I just checked how Instagram implements this. If you aren't at the root of a tab bar, it returns to the root on tab bar click. If you are already at the root, it scrolls to the top.