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

[Resolver] Quick perf fix #72728

Closed
wants to merge 11 commits into from
Closed

Commits on Jul 21, 2020

  1. Center the origin process.

    also renames 'isProcessOrigin' params in resolver theme to be
    'isProcessTrigger'.
    
    NB: this does not use the trigger node styling
    oatkiller committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    6f0a90b View commit details
    Browse the repository at this point in the history
  2. fix selected node styling and aria-attributes

    UI state changes:
    * rename `activeDescendantId` to `ariaActiveDescendant`. it has the
    nodeID (aka entity_id) of the aria active descendant
    * rename `processEntityIdOfSelectedDescendant` to `selectedNode`. it has
    the nodeID (aka entity_id) of the selected node
    * aria html attributes were wrong (this also effected styling.)
    oatkiller committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    468b04b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    819176b View commit details
    Browse the repository at this point in the history
  4. cleanup comments

    oatkiller committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    9249262 View commit details
    Browse the repository at this point in the history
  5. Reposition popovers when the map changes.

    oatkiller committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    c985ac8 View commit details
    Browse the repository at this point in the history
  6. reposition popovers in a different way

    oatkiller committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    b770394 View commit details
    Browse the repository at this point in the history
  7. fix extra import

    oatkiller committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    b8a0e68 View commit details
    Browse the repository at this point in the history
  8. undo ts fix. it doesnt work

    oatkiller committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    d8e051c View commit details
    Browse the repository at this point in the history
  9. add todos to process event dot file

    oatkiller committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    9ac4985 View commit details
    Browse the repository at this point in the history
  10. add notes

    oatkiller committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    47367ff View commit details
    Browse the repository at this point in the history
  11. add baseline test performance profiles. i wont actually merge this to…

    … master
    oatkiller committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    bb60d5c View commit details
    Browse the repository at this point in the history