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 map panning issues related resource info modal #539

Merged
merged 12 commits into from
Oct 15, 2024

Commits on Oct 6, 2024

  1. Configuration menu
    Copy the full SHA
    675e599 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bba54f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d60090 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c1bc92 View commit details
    Browse the repository at this point in the history
  5. Fixes a map panning issue from issue #527

    This fixes the issue where opening a site, then clicking "Near Me", then
    closing the info modal was panning back to the prior site, whereas it
    should have stayed at the "Near Me" site. This is "issue C" as discussed
    in the comments of GitHub issue #527.
    ravicodelabs committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    30d33bd View commit details
    Browse the repository at this point in the history
  6. Rename redux state mapCenter to lastResourcePan

    The name change reflects the fact that currently as a user may have
    panned around the map by clicking and dragging the map, the `mapCenter`
    state was not updated. Instead, the state is updated when e.g. a pin
    is clicked, or the "Near Me" button is clicked.
    ravicodelabs committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    a2926f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c726d19 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2307c52 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4967a7a View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Simplify action - setSelectedPlace

    Removed unnecessary if-else condition from the reducer, and
    transitioned to the `createAction` syntax.
    ravicodelabs committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3b0ea6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6a8246 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ded650 View commit details
    Browse the repository at this point in the history