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

feat(ts/components/vehicleMarker): implement shuttle colors #2860

Merged
merged 5 commits into from
Oct 22, 2024

Commits on Oct 21, 2024

  1. fix(ts/components/vehicleMarker): move vehicle marker classes onto svg

    Right now if you were to pull out the icons into their own components, they wouldn't render correctly, so this fixes that the styling doesn't care if it's in a leaflet map or not.
    firestack committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    52be2fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8d912d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0585c42 View commit details
    Browse the repository at this point in the history
  4. feat(ts/models/shuttle): create RunId to ShuttleVariant "mapper"

    The `RunId` => `ShuttleVariant` relationship is "many to one", which makes this better suited for a function which returns the enum value from the `RunId`.
    firestack committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8e47fe6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff11f18 View commit details
    Browse the repository at this point in the history