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

Initial implementation of a new 'lightweight' background-work-indicator that we can use in-situ in the editor. #59759

Merged

Commits on Feb 24, 2022

  1. Authoring

    CyrusNajmabadi committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    9e961e0 View commit details
    Browse the repository at this point in the history
  2. In progress

    CyrusNajmabadi committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    7e61773 View commit details
    Browse the repository at this point in the history
  3. Initial code

    CyrusNajmabadi committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    76b2f96 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Add comments

    CyrusNajmabadi committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    90c7d1c View commit details
    Browse the repository at this point in the history
  2. docs

    CyrusNajmabadi committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    1008988 View commit details
    Browse the repository at this point in the history
  3. Add default impl

    CyrusNajmabadi committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    663f16a View commit details
    Browse the repository at this point in the history
  4. In progress

    CyrusNajmabadi committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    ebe9c41 View commit details
    Browse the repository at this point in the history
  5. Simplify

    CyrusNajmabadi committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    6a50a78 View commit details
    Browse the repository at this point in the history
  6. Add key processor

    CyrusNajmabadi committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    15ae8e6 View commit details
    Browse the repository at this point in the history
  7. Mef?

    CyrusNajmabadi committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    5449546 View commit details
    Browse the repository at this point in the history
  8. Key processor

    CyrusNajmabadi committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    bc3cad9 View commit details
    Browse the repository at this point in the history
  9. All work

    CyrusNajmabadi committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    d69ffcf View commit details
    Browse the repository at this point in the history
  10. Package references

    CyrusNajmabadi committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    76cea6d View commit details
    Browse the repository at this point in the history
  11. try6

    CyrusNajmabadi committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    2e2b033 View commit details
    Browse the repository at this point in the history
  12. move to medium

    CyrusNajmabadi committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    e1d3568 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    896c952 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    06a4fb0 View commit details
    Browse the repository at this point in the history
  15. Gotodef initial

    CyrusNajmabadi committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    3f3340a View commit details
    Browse the repository at this point in the history
  16. Compiling

    CyrusNajmabadi committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    27f1481 View commit details
    Browse the repository at this point in the history
  17. Add description

    CyrusNajmabadi committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    7e4e681 View commit details
    Browse the repository at this point in the history
  18. WIP

    CyrusNajmabadi committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    e43326f View commit details
    Browse the repository at this point in the history
  19. WIP

    CyrusNajmabadi committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    928932e View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. WIP

    CyrusNajmabadi committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    f45d486 View commit details
    Browse the repository at this point in the history
  2. WIP

    CyrusNajmabadi committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    1e1dede View commit details
    Browse the repository at this point in the history
  3. wip

    CyrusNajmabadi committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    51d580f View commit details
    Browse the repository at this point in the history
  4. Updates

    CyrusNajmabadi committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    fb89ffc View commit details
    Browse the repository at this point in the history
  5. BUilding

    CyrusNajmabadi committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    e9fc7fd View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    e687eab View commit details
    Browse the repository at this point in the history
  2. thread safety

    CyrusNajmabadi committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    06f4438 View commit details
    Browse the repository at this point in the history
  3. add comment

    CyrusNajmabadi committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    ecdcc12 View commit details
    Browse the repository at this point in the history
  4. Shorten timeout

    CyrusNajmabadi committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    039a4c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6479e16 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Update tests

    CyrusNajmabadi committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    dcd499c View commit details
    Browse the repository at this point in the history
  2. Rename type

    CyrusNajmabadi committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    cf86216 View commit details
    Browse the repository at this point in the history
  3. Disable test

    CyrusNajmabadi committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    e005a11 View commit details
    Browse the repository at this point in the history
  4. Simplify

    CyrusNajmabadi committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    d3acdbc View commit details
    Browse the repository at this point in the history
  5. Simplify

    CyrusNajmabadi committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    59be5c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

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

Commits on Mar 7, 2022

  1. Fix lint

    CyrusNajmabadi committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    0695900 View commit details
    Browse the repository at this point in the history
  2. Update version

    CyrusNajmabadi committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    ef4d3bd View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    7250cb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e48116 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Add option

    CyrusNajmabadi committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    a3a63f2 View commit details
    Browse the repository at this point in the history
  2. Add option

    CyrusNajmabadi committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    fe15f13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8f8ec1 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    ee3ee24 View commit details
    Browse the repository at this point in the history
  2. Add automation

    CyrusNajmabadi committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    e503475 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Configuration menu
    Copy the full SHA
    8b3c2a7 View commit details
    Browse the repository at this point in the history
  2. Fix

    CyrusNajmabadi committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    dc2d214 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    fd98739 View commit details
    Browse the repository at this point in the history
  2. Fix navigation

    CyrusNajmabadi committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    32bb33f View commit details
    Browse the repository at this point in the history