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

Plugin sorting via priority property in registerPlugin #16384

Open
wants to merge 25 commits into
base: trunk
Choose a base branch
from

Commits on Aug 27, 2024

  1. Adds priority to context

    Ryan Welcher authored and ryanwelcher committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0e55e10 View commit details
    Browse the repository at this point in the history
  2. Adds priority property to the settings object with a default of 10. S…

    …orts the registered plugins by priority before rendering them in PluginArea
    Ryan Welcher authored and ryanwelcher committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    578e6d7 View commit details
    Browse the repository at this point in the history
  3. Adds better data validation and new unit tests

    Ryan Welcher authored and ryanwelcher committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    927b0a1 View commit details
    Browse the repository at this point in the history
  4. using compose to sort the plugins

    Ryan Welcher authored and ryanwelcher committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8b9f3f1 View commit details
    Browse the repository at this point in the history
  5. Adds priority to context

    Ryan Welcher authored and ryanwelcher committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a1891d8 View commit details
    Browse the repository at this point in the history
  6. Adds priority property to the settings object with a default of 10. S…

    …orts the registered plugins by priority before rendering them in PluginArea
    Ryan Welcher authored and ryanwelcher committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b82dc0a View commit details
    Browse the repository at this point in the history
  7. Adds better data validation and new unit tests

    Ryan Welcher authored and ryanwelcher committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    46cab70 View commit details
    Browse the repository at this point in the history
  8. using compose to sort the plugins

    Ryan Welcher authored and ryanwelcher committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a093810 View commit details
    Browse the repository at this point in the history
  9. Use Number.isInteger() instead to check the priority

    Ryan Welcher authored and ryanwelcher committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    055d60b View commit details
    Browse the repository at this point in the history
  10. Adds 10 as the default priority

    Ryan Welcher authored and ryanwelcher committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0a16462 View commit details
    Browse the repository at this point in the history
  11. Remove priority from plugin-sidebar implementation

    Ryan Welcher authored and ryanwelcher committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4b388f9 View commit details
    Browse the repository at this point in the history
  12. Adds priority to context

    Ryan Welcher authored and ryanwelcher committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    53e2588 View commit details
    Browse the repository at this point in the history
  13. Adds priority property to the settings object with a default of 10. S…

    …orts the registered plugins by priority before rendering them in PluginArea
    Ryan Welcher authored and ryanwelcher committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8a87daa View commit details
    Browse the repository at this point in the history
  14. Adds better data validation and new unit tests

    Ryan Welcher authored and ryanwelcher committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    5efbdd7 View commit details
    Browse the repository at this point in the history
  15. using compose to sort the plugins

    Ryan Welcher authored and ryanwelcher committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    fec9df9 View commit details
    Browse the repository at this point in the history
  16. Adds priority to context

    Ryan Welcher authored and ryanwelcher committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    62d9591 View commit details
    Browse the repository at this point in the history
  17. Adds priority property to the settings object with a default of 10. S…

    …orts the registered plugins by priority before rendering them in PluginArea
    Ryan Welcher authored and ryanwelcher committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    2fd2c1d View commit details
    Browse the repository at this point in the history
  18. Adds better data validation and new unit tests

    Ryan Welcher authored and ryanwelcher committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f429005 View commit details
    Browse the repository at this point in the history
  19. using compose to sort the plugins

    Ryan Welcher authored and ryanwelcher committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b98384c View commit details
    Browse the repository at this point in the history
  20. Use Number.isInteger() instead to check the priority

    Ryan Welcher authored and ryanwelcher committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3eb81d5 View commit details
    Browse the repository at this point in the history
  21. Adds 10 as the default priority

    Ryan Welcher authored and ryanwelcher committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6dc9022 View commit details
    Browse the repository at this point in the history
  22. Remove priority from plugin-sidebar implementation

    Ryan Welcher authored and ryanwelcher committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    21b220d View commit details
    Browse the repository at this point in the history
  23. Adding missed test file

    Ryan Welcher authored and ryanwelcher committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a16f0f5 View commit details
    Browse the repository at this point in the history
  24. Add correct sorting.

    Ryan Welcher authored and ryanwelcher committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    43f9368 View commit details
    Browse the repository at this point in the history
  25. Update docs.

    Ryan Welcher authored and ryanwelcher committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e590e69 View commit details
    Browse the repository at this point in the history