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
On the Stories Hub page, the synchronization between the page URL query string and the UI elements is not working correctly. The following issues were observed:
Clicking on a card source updates the filtered cards, but not the dropdown
Clicking on a topic pill updates the URL, but neither the filtered cards nor the dropdown
I believe this issue is related to the use of onClick handlers to update the filters. We need to review the implementation of UseFiltersWithQueryResult to ensure that only URL changes trigger updates on the page elements for a more consistent user experience.
Context
On the Stories Hub page, the synchronization between the page URL query string and the UI elements is not working correctly. The following issues were observed:
I believe this issue is related to the use of onClick handlers to update the filters. We need to review the implementation of
UseFiltersWithQueryResult
to ensure that only URL changes trigger updates on the page elements for a more consistent user experience.Related tickets: #1021
Blocking a release? No
Regression issue? Yes
Priority: TBD
Steps to reproduce the issue
Visit http://localhost:9000/stories
In the card list, click the "By Development Seed" source link on the second card
In the card list, click on the "Agriculture" topic pill
Visit the Agriculture topic URL directly:
Visit the Development Seed source filter URL directly:
The text was updated successfully, but these errors were encountered: