Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix filters in URL on search page #191

Merged
merged 4 commits into from
Jun 8, 2023
Merged

Fix filters in URL on search page #191

merged 4 commits into from
Jun 8, 2023

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    d3a0576 View commit details
    Browse the repository at this point in the history
  2. Update code style

    Use camel case for variable names and object spreads to merge two maps.
    mgrabovsky committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    0fa4ba3 View commit details
    Browse the repository at this point in the history
  3. Fix filters in URL not working on search page

    Reference: OSCI-5140
    mgrabovsky committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    5f19c01 View commit details
    Browse the repository at this point in the history
  4. Update last leftover from React Redux 8 migration

    Use the specialized `useAppDispatch()` and `useAppSelector()` hooks
    everywhere.
    
    Follow-up to  #64
    mgrabovsky committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    4ff9a5b View commit details
    Browse the repository at this point in the history