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
The Explore Projects page (https://tasks.hotosm.org/explore) allows users to switch between a grid view and a list view. However, the selected view mode is not captured in the URL. This means:
Users cannot share a link that preserves their selected view.
Refreshing the page resets the view to the default, instead of maintaining the previous selection.
The Explore Projects page (https://tasks.hotosm.org/explore) allows users to switch between a grid view and a list view. However, the selected view mode is not captured in the URL. This means:
Expected Behaviour
When a user switches between grid and list views, the URL should update accordingly. For example:
Grid View: https://tasks.hotosm.org/explore?view=grid
List View: https://tasks.hotosm.org/explore?view=list
Reloading the page should retain the selected view mode.
Steps to Reproduce
Proposed Solution
This change will improve usability by allowing users to bookmark and share specific views.
@manjitapandey @prabinoid @royallsilwallz
The text was updated successfully, but these errors were encountered: