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
Currently, whenever the place list or its header change, both are reloaded.
This used to be the case because the header would go away entirely to display error or no-results messages, and to display the loader icon. Now that there is a filter bar present that can return no results for a filter, messages need to be displayed below the header instead of removing it, so the filter can be changed again. Although the message content has been moved, the header still gets reloaded with the list.
When navigating between the home and map views, swap just the header content. There are already functions present to get the compiled HTML for both headers.
When reloading the destinations list, do not also redraw the header unless needed. Ensure the loader animation continues to display appropriately.
The text was updated successfully, but these errors were encountered:
Currently, whenever the place list or its header change, both are reloaded.
This used to be the case because the header would go away entirely to display error or no-results messages, and to display the loader icon. Now that there is a filter bar present that can return no results for a filter, messages need to be displayed below the header instead of removing it, so the filter can be changed again. Although the message content has been moved, the header still gets reloaded with the list.
When navigating between the home and map views, swap just the header content. There are already functions present to get the compiled HTML for both headers.
When reloading the destinations list, do not also redraw the header unless needed. Ensure the loader animation continues to display appropriately.
The text was updated successfully, but these errors were encountered: