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

refactor(app): make on device display deck configurator updates live #15202

Merged
merged 7 commits into from
May 16, 2024

Commits on May 16, 2024

  1. refactor(app): make on device display deck configurator updates live

    Instead of the previous method of staging a batch of changes to deck configuration before commiting
    them with the confirm button, to avoid synchronization issues, make the ODD deck configurator behave
    like the desktop version. all updates immediately permeate to the robot's source of truth
    b-cooper committed May 16, 2024
    Configuration menu
    Copy the full SHA
    7c3a8c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80b2cb4 View commit details
    Browse the repository at this point in the history
  3. remove redundant tc viz

    b-cooper committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c8e19eb View commit details
    Browse the repository at this point in the history
  4. fix failing tests

    b-cooper committed May 16, 2024
    Configuration menu
    Copy the full SHA
    288cbda View commit details
    Browse the repository at this point in the history
  5. fix up unused mocks

    b-cooper committed May 16, 2024
    Configuration menu
    Copy the full SHA
    5e7f0c8 View commit details
    Browse the repository at this point in the history
  6. fixup

    b-cooper committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8367272 View commit details
    Browse the repository at this point in the history
  7. remove problematic test type

    b-cooper committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2d2a5e5 View commit details
    Browse the repository at this point in the history