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
A user's search should persist navigating to project's info page/until they clear their search
Current Behavior
At the moment, we can search for projects based on the programming language they use.
If one clicks on a project to see a more detailed view of its info, then navigates back to /projects, they lose their search term
Possible Solution
save the searched-for language to Redux
Steps to Reproduce (for bugs)
visit /projects
search for a language in the dropdown, e.g. JavaScript
click on one of the project's, which will take you to /projects/<project-slug>
click on the back button in your browser
Context
Users expect that when they search for a term, that search will be preserved until they clear it.
The text was updated successfully, but these errors were encountered:
Expected Behavior
A user's search should persist navigating to project's info page/until they clear their search
Current Behavior
At the moment, we can search for projects based on the programming language they use.
If one clicks on a project to see a more detailed view of its info, then navigates back to
/projects
, they lose their search termPossible Solution
save the searched-for language to Redux
Steps to Reproduce (for bugs)
/projects
JavaScript
/projects/<project-slug>
Context
Users expect that when they search for a term, that search will be preserved until they clear it.
The text was updated successfully, but these errors were encountered: