You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking for events and clicking load more button is not persisting the list
Way to replicate:
Go to events page
Click load more button
Click on one of the fetched events
Click Back button to go back
Page fetches initial 5 events again but should persist the data and show wherever the user was before
Other thing that should be persisted: user's set filters on event page.
Possible solutions: we could have context save the filters and offsets urls so it persists on refreshes and navigations. Perhaps Next.js has a solution for this baked in.
The text was updated successfully, but these errors were encountered:
vaidotasp
changed the title
Looking for events and clicking load more button is not persisting the list
Data persistence during the session (load more, filters, etc)
Feb 5, 2019
Looking for events and clicking load more button is not persisting the list
Way to replicate:
Other thing that should be persisted: user's set filters on event page.
Possible solutions: we could have context save the filters and offsets urls so it persists on refreshes and navigations. Perhaps Next.js has a solution for this baked in.
The text was updated successfully, but these errors were encountered: