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 graph components and archetypes #7500

Draft
wants to merge 64 commits into
base: main
Choose a base branch
from

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    b863aa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3b22d1 View commit details
    Browse the repository at this point in the history
  3. WIP: revise data model

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b39c35a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74f1aeb View commit details
    Browse the repository at this point in the history
  5. WIP: fmt

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8102a95 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10339c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6c6519b View commit details
    Browse the repository at this point in the history
  8. WIP: fix component aggregation

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c2a2d4e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b2c9a73 View commit details
    Browse the repository at this point in the history
  10. WIP: Implement basic highlights

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    0f78d8b View commit details
    Browse the repository at this point in the history
  11. WIP: basic node drawing

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8823513 View commit details
    Browse the repository at this point in the history
  12. WIP: fix lints

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c0900c9 View commit details
    Browse the repository at this point in the history
  13. WIP: try to get edges working

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    34032eb View commit details
    Browse the repository at this point in the history
  14. WIP: implement node labels

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    aaa8733 View commit details
    Browse the repository at this point in the history
  15. WIP: basic edge drawing working

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    30ec59d View commit details
    Browse the repository at this point in the history
  16. WIP: highlight edges

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    36d4c8f View commit details
    Browse the repository at this point in the history
  17. WIP: improve style

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5c0284f View commit details
    Browse the repository at this point in the history
  18. WIP: drag and drop working

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    aeb518e View commit details
    Browse the repository at this point in the history
  19. WIP: clean up drawing code

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    58328fb View commit details
    Browse the repository at this point in the history
  20. WIP: add basic entity boxes

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e41c0fe View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7558ee3 View commit details
    Browse the repository at this point in the history
  22. WIP: reduce cloning

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e1965bf View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d8b16c8 View commit details
    Browse the repository at this point in the history
  24. WIP: fix lints

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    803ef60 View commit details
    Browse the repository at this point in the history
  25. WIP: fix drawing problems

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b786845 View commit details
    Browse the repository at this point in the history
  26. WIP: refactor layout algorithm

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    dff3358 View commit details
    Browse the repository at this point in the history
  27. WIP: fit so screen

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f644118 View commit details
    Browse the repository at this point in the history
  28. WIP: fix bounding box extent

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ef3da62 View commit details
    Browse the repository at this point in the history
  29. WIP: debug layers

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8e4c69d View commit details
    Browse the repository at this point in the history
  30. WIP: More cleanup

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c50a508 View commit details
    Browse the repository at this point in the history
  31. WIP: show entity path again

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    eac1765 View commit details
    Browse the repository at this point in the history
  32. WIP: fmt

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    761d817 View commit details
    Browse the repository at this point in the history
  33. WIP: introduce EdgeInstance

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4aaac83 View commit details
    Browse the repository at this point in the history
  34. WIP: limit scale to 1

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    95bbb99 View commit details
    Browse the repository at this point in the history
  35. WIP: improve node styling

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ff950e0 View commit details
    Browse the repository at this point in the history
  36. WIP: refactor edges

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5e1cdcb View commit details
    Browse the repository at this point in the history
  37. WIP: prepare for dummy nodes

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ebf5a66 View commit details
    Browse the repository at this point in the history
  38. WIP: basic dummy nodes working

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    63f9baa View commit details
    Browse the repository at this point in the history
  39. WIP: improve dummy nodes

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    44cd7d2 View commit details
    Browse the repository at this point in the history
  40. WIP: fix dummy nodes

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c5104be View commit details
    Browse the repository at this point in the history
  41. WIP: fmt

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    0c5d6b9 View commit details
    Browse the repository at this point in the history
  42. WIP: refactor layout

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8f99d6f View commit details
    Browse the repository at this point in the history
  43. WIP: cleanup

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    6465092 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    511543d View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    3c3e65f View commit details
    Browse the repository at this point in the history
  46. WIP: clean up

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    0df93fd View commit details
    Browse the repository at this point in the history
  47. WIP: minor changes

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d42c899 View commit details
    Browse the repository at this point in the history
  48. WIP: cleanup

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    002c7b0 View commit details
    Browse the repository at this point in the history
  49. WIP: fix visibility

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8fea1fc View commit details
    Browse the repository at this point in the history
  50. WIP: More cleanup

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    80ad5b1 View commit details
    Browse the repository at this point in the history
  51. WIP: moving things around

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    6463f23 View commit details
    Browse the repository at this point in the history
  52. WIP: more cleanup

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    32b9f9c View commit details
    Browse the repository at this point in the history
  53. WIP: forgotten

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4654d3e View commit details
    Browse the repository at this point in the history
  54. WIP: more fix

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a1d9dc7 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    61203fb View commit details
    Browse the repository at this point in the history
  56. WIP: implement LayoutProvider

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    435a646 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    9c86e37 View commit details
    Browse the repository at this point in the history
  58. WIP: fmt

    grtlr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    fc40c49 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    69d225e View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    58e2267 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    8fd9263 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fddce8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c64678e View commit details
    Browse the repository at this point in the history
  4. WIP: fmt

    grtlr committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    933a712 View commit details
    Browse the repository at this point in the history