Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] News Feed - Force scrolling after the feed end its refresh #103

Closed
bricefriha opened this issue Nov 5, 2023 · 1 comment
Closed

Comments

@bricefriha
Copy link
Collaborator

Description πŸ“œ

When we request a refresh and we scroll down the main feed a bit, once the refresh is done we are brutally brought back to the top.

To Reproduce βš™

Steps to reproduce the behaviour:

  1. Refresh the main feed
  2. Scroll down a bit
  3. wait until the refresh is done loading

Expected behaviour πŸ•΅πŸΌβ€β™€οΈ

The scroll position should stay the same. because let's say the user is in the middle of reading a headline, they shouldn't be brutally brought to the top.

Possible solution β„Ή

If the scroll position is not at the top, add an annotation telling the user that some new articles are available.

@bricefriha
Copy link
Collaborator Author

Fixed by PR #120

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant