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 the internal data structures holding state like expanded nodes, search results, and validation errors #450

Merged
merged 50 commits into from
Jun 14, 2024

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    bd76f40 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    0dfebbb View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    3099196 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cb8e6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    825129e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    117a4d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3838b71 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    b5eab71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aeca9a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eae7936 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5a7a67 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    6e20748 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    178a019 View commit details
    Browse the repository at this point in the history
  3. chore: refactor and simplify the implementation and usages of `update…

    …InDocumentState` (WIP)
    josdejong committed May 16, 2024
    Configuration menu
    Copy the full SHA
    af08ad6 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. chore: minor simplification

    josdejong committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c2bded4 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    a041335 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    0f7448e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c587b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34c02df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cd564e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4ec91e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e5fe3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    84cbf75 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b9b2d4d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    17420e8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    801da75 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    494b238 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    0f3b90e View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    a437451 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0c5747 View commit details
    Browse the repository at this point in the history
  3. chore: fix linting issues

    josdejong committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    309af17 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccd0038 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9f6318 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1646ef9 View commit details
    Browse the repository at this point in the history
  7. chore: fix linting issue

    josdejong committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ca49cf8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7774e72 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    fb1a489 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6714029 View commit details
    Browse the repository at this point in the history
  3. chore: clarify code comment

    josdejong committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    34f0043 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11fa50b View commit details
    Browse the repository at this point in the history
  5. chore: minor optimization

    josdejong committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    1df142b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    34dc653 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2152dfb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    474dcf8 View commit details
    Browse the repository at this point in the history
  9. fix: need to press Enter twice to go to the first next search result …

    …and tweaking the styling
    josdejong committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b8c052a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    261543c View commit details
    Browse the repository at this point in the history
  11. fix: only enable the "Insert Structure" button in the ContextMenu whe…

    …n the parent is an Array
    josdejong committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ef7281e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    3a5a144 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c8f2ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0bd08b View commit details
    Browse the repository at this point in the history