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

[Endpoint] Adding a Resolver component that lets the user click and drag to pan and pinch to zoom #53619

Merged

Commits on Jan 14, 2020

  1. WIP setting up react, redux, etc

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    ccf0621 View commit details
    Browse the repository at this point in the history
  2. WIP more

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    c88400c View commit details
    Browse the repository at this point in the history
  3. WIP even more

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    a07d0fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0203ae View commit details
    Browse the repository at this point in the history
  5. added react-redux types. working on world to raster

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    3e530e6 View commit details
    Browse the repository at this point in the history
  6. passing but so wrong

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    e052cd9 View commit details
    Browse the repository at this point in the history
  7. this is just wrong

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    f2d6416 View commit details
    Browse the repository at this point in the history
  8. getting some world to raster action

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    83bf9e5 View commit details
    Browse the repository at this point in the history
  9. just about passing

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    84474e3 View commit details
    Browse the repository at this point in the history
  10. removed tostring junk

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    6280558 View commit details
    Browse the repository at this point in the history
  11. refactored tests to use toBeCloseTo

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    0484291 View commit details
    Browse the repository at this point in the history
  12. fix issues

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    dadcb6d View commit details
    Browse the repository at this point in the history
  13. maybe panning is working? hard to know

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    2caea42 View commit details
    Browse the repository at this point in the history
  14. pan around a bit

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    1a193a9 View commit details
    Browse the repository at this point in the history
  15. add wheel zoom, but zoom isn't working

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    138fe88 View commit details
    Browse the repository at this point in the history
  16. stopped using the delta panning but it obviously didnt help. would it…

    … have worked? so much simpler :/
    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    c54ed96 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d3c8b1d View commit details
    Browse the repository at this point in the history
  18. fixed tests

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    1638551 View commit details
    Browse the repository at this point in the history
  19. seems like pan and zoom almost works

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    661c726 View commit details
    Browse the repository at this point in the history
  20. add tests for panning

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    27aca81 View commit details
    Browse the repository at this point in the history
  21. add some zoom tests

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    e7323cf View commit details
    Browse the repository at this point in the history
  22. Added failing (unimplemented) zoom tests

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    6cd3580 View commit details
    Browse the repository at this point in the history
  23. zoom works, at least in the reducer

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    f4326ac View commit details
    Browse the repository at this point in the history
  24. Panning and zooming is almost done

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    9736f6b View commit details
    Browse the repository at this point in the history
  25. style diagnostic dots

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    b314ddb View commit details
    Browse the repository at this point in the history
  26. refactor stuff to use vectors and matrices

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    0fb78a2 View commit details
    Browse the repository at this point in the history
  27. more matrices

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    1fa6edb View commit details
    Browse the repository at this point in the history
  28. brent made me do it

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    5157b2d View commit details
    Browse the repository at this point in the history
  29. mousmove is on window now

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    73b08da View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4b381f5 View commit details
    Browse the repository at this point in the history
  31. fix mouseup handler

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    d753158 View commit details
    Browse the repository at this point in the history
  32. prevent default when handling wheel

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    183528a View commit details
    Browse the repository at this point in the history
  33. invert wheel zoom

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    1dc6683 View commit details
    Browse the repository at this point in the history
  34. add comments to types and stuff

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    e007b38 View commit details
    Browse the repository at this point in the history
  35. change camera state shape. rename projectionMatrix

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    59703e6 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    5673312 View commit details
    Browse the repository at this point in the history
  37. rename inverse projection matrix

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    750369c View commit details
    Browse the repository at this point in the history
  38. rename inverse projection matrix test file

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    b074f7b View commit details
    Browse the repository at this point in the history
  39. panning actions take screen coordinates

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    daddda4 View commit details
    Browse the repository at this point in the history
  40. document stuff

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    bc5d15f View commit details
    Browse the repository at this point in the history
  41. Documenting more types

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    4669d77 View commit details
    Browse the repository at this point in the history
  42. change all the interface imports again as usual

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    0a1df7d View commit details
    Browse the repository at this point in the history
  43. cleanup

    fix some type issues
    remove some excess actions
    document some stuff
    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    52f79c6 View commit details
    Browse the repository at this point in the history
  44. move diagnostic dot to new file

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    f87e2b4 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    5863434 View commit details
    Browse the repository at this point in the history
  46. move nonpassive wheel hook to new file

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    b2950c2 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    6c500e3 View commit details
    Browse the repository at this point in the history
  48. improve types and docs for useAutoupdatingClientRect

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    9eca46e View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    f7c66d4 View commit details
    Browse the repository at this point in the history
  50. rename userSetPositionOfCamera

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    b153b8c View commit details
    Browse the repository at this point in the history
  51. remove cancel panning concept

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    71399aa View commit details
    Browse the repository at this point in the history
  52. comments

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    48df3c3 View commit details
    Browse the repository at this point in the history
  53. rename Resolver component?

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    d163e1a View commit details
    Browse the repository at this point in the history
  54. more comments

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    1dc1e18 View commit details
    Browse the repository at this point in the history
  55. completely remove canel panning feature

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    ae4b9e7 View commit details
    Browse the repository at this point in the history
  56. add comment explaining the camera

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    72d575b View commit details
    Browse the repository at this point in the history
  57. Basic layout process nodes and edges

    peluja1012 authored and oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    bfd2284 View commit details
    Browse the repository at this point in the history
  58. Add reducer, action, tests, and refactor

    peluja1012 authored and oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    6ed3110 View commit details
    Browse the repository at this point in the history
  59. add some comments, move test variables

    peluja1012 authored and oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    df21333 View commit details
    Browse the repository at this point in the history
  60. small changes

    peluja1012 authored and oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    827bba8 View commit details
    Browse the repository at this point in the history
  61. fix errors in sample data

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    8340ccd View commit details
    Browse the repository at this point in the history
  62. cleanup and add more tests

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    5980c39 View commit details
    Browse the repository at this point in the history
  63. about to replace graphableProcessPidMaps

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    b6da356 View commit details
    Browse the repository at this point in the history
  64. tiny refactor

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    8347749 View commit details
    Browse the repository at this point in the history
  65. working on refactoring the layout code

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    f9ac348 View commit details
    Browse the repository at this point in the history
  66. big ol refactor

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    feaf213 View commit details
    Browse the repository at this point in the history
  67. we are cool

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    a438da6 View commit details
    Browse the repository at this point in the history
  68. megafactor

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    261e0f1 View commit details
    Browse the repository at this point in the history
  69. refactor edge lines

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    3d89e00 View commit details
    Browse the repository at this point in the history
  70. cleanup

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    ee2b076 View commit details
    Browse the repository at this point in the history
  71. loop unravel

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    7b241ae View commit details
    Browse the repository at this point in the history
  72. cleanup

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    bc26420 View commit details
    Browse the repository at this point in the history
  73. cleanup

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    b2d8d5b View commit details
    Browse the repository at this point in the history
  74. more elite code

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    bc840fc View commit details
    Browse the repository at this point in the history
  75. more stuff

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    2ae6307 View commit details
    Browse the repository at this point in the history
  76. just about good

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    d78c475 View commit details
    Browse the repository at this point in the history
  77. we must never speak of this

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    5f37888 View commit details
    Browse the repository at this point in the history
  78. get isometric

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    5112ed7 View commit details
    Browse the repository at this point in the history
  79. remove todo

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    1ebcddc View commit details
    Browse the repository at this point in the history
  80. update snapshots to match isometric stuff

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    1fef3b7 View commit details
    Browse the repository at this point in the history
  81. remove unused function

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    679fa35 View commit details
    Browse the repository at this point in the history
  82. add some comments

    peluja1012 authored and oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    57fa7f9 View commit details
    Browse the repository at this point in the history
  83. more commints

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    2462aa2 View commit details
    Browse the repository at this point in the history
  84. do comments right

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    015c110 View commit details
    Browse the repository at this point in the history
  85. comments

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    ce7880b View commit details
    Browse the repository at this point in the history
  86. remove endpoint workspace

    oatkiller committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    b5df646 View commit details
    Browse the repository at this point in the history