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

Bar graph sync #2404

Merged
merged 7 commits into from
Sep 17, 2024
Merged

Commits on Sep 12, 2024

  1. Track shared model ID in persistent state to avoid sync issues.

    Add ID update function to fix tile copy issue.
    bgoldowsky committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3dc7595 View commit details
    Browse the repository at this point in the history
  2. Update Jest tests

    bgoldowsky committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c3f02fc View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Read only & sync & test improvements.

    Prevent changes in read-only mode.
    When changing primary attribute, reset secondary as part of the same action to support undo.
    Make EditableAxisLabel handle things more locally to fix sync bugs.
    Test read-only views
    Test undo and redo of each operation.
    Add classes in DocEditorApp to support testing.
    bgoldowsky committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5f09a10 View commit details
    Browse the repository at this point in the history
  2. Logging and logging tests

    bgoldowsky committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9ec6bc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c22dc6 View commit details
    Browse the repository at this point in the history
  4. Fix table test

    bgoldowsky committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    858954b View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. More tests

    bgoldowsky committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f32d814 View commit details
    Browse the repository at this point in the history