pacio-core / smartbugs

Public place to collect issues and enhancements for Smartlike client apps.
0 stars 1 forks source link

Return to the same place of the page after visiting item info #73

Open belanto opened 4 years ago

belanto commented 4 years ago

as well as after looking at the item author/publisher info (when you click the author/publisher link at the item or comment)

malj commented 4 years ago

The feed content on each page is loaded in batches to reduce network traffic and query execution times. Preserving the same scroll position on returning to the previous page would require implementing non trivial caching which would have to be synced with per page pagination, and global filter and sorting params. We have 3 options for the MVP:

  1. Leave this behavior as is
  2. Open feed links in new tabs
  3. Implement content caching

cc @vadim-frolov

belanto commented 4 years ago
  1. Pop-up window (the same scenario as works with comments)?