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

Rewrite editor navigation model #1870

Open
wants to merge 32 commits into
base: main
Choose a base branch
from

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    3c2a304 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a98348a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    337a825 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e816da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7eb455 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18eb816 View commit details
    Browse the repository at this point in the history
  7. Rewrite editor navigation model

      - Add workflow explorer treeview
      - Allow navigating to any level without opening previous levels
      - Allow visualizers to run uncoupled from the workflow view
      - Highlight build errors in explorer treeview
    glopesdev committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    3eda277 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db8ebff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e705635 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4a417e4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    63568fb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    441a510 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f09ba1d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fdc9b43 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cf66ea0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2e5d18b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9d7bc66 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9042dc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    ef17815 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99a5a4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f97636 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

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

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    96f9119 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24dbff3 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

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

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    acac41b View commit details
    Browse the repository at this point in the history
  2. Clarify condition purpose

    glopesdev committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    c8e4d3c View commit details
    Browse the repository at this point in the history
  3. Fix navigation to disabled group nodes

    This required also devising a reasonable strategy to represent
    that a workflow is disabled. Currently this is done by graying out
    all nodes inside a disabled nested workflow.
    glopesdev committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    73f6407 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8658a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    245b3be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7700ac2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ac8553 View commit details
    Browse the repository at this point in the history