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

Implement mobility event origin #551

Merged
merged 4 commits into from
Apr 16, 2024

Commits on Mar 23, 2024

  1. Implement mobility event origin support

    This commit adds support for event origin data from the mobility domain.
    
    The backend URLs differ a bit from the ones for the mobility station type,
    so there had to be some adjustments to the URL building code as well.
    gappc committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    6994d87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d18588e View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Extend StringCell to support optional text classes

    The text classes are CSS classes that are applied
    to the span in case the StringCell is not writeable.
    gappc committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    e0b56e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    936188d View commit details
    Browse the repository at this point in the history