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

WIP: Isolate Drawer menu from the rest of the UI #3773

Draft
wants to merge 71 commits into
base: 9.0
Choose a base branch
from

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    a9b33d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10068f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28f91a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57af79b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    492f0cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7cd6b2d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. TASK: Add package @neos-project/framework-observable

    This introduces a very basic implementation of the observable pattern
    for the Neos UI.
    
    This will allow us to replace redux opportunistically in various places.
    grebaldi committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    2538b85 View commit details
    Browse the repository at this point in the history
  2. TASK: Add package @neos-project/framework-observable-react

    This new package contains react bindings for the other recently
    introduced package `@neos-project/framework-observable`.
    grebaldi committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3a9090e View commit details
    Browse the repository at this point in the history
  3. TASK: Decouple FlashMessage from redux store

    ...by using the newly introduced observable primitives. The
    neos-ui-error package now exposes a method to show flash messages.
    
    A saga has been created to redirect redux actions (that may still be
    used in plugins) to that method.
    grebaldi committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ff458b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2258a0b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2caf38a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    8823c4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c714e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cf40bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76614b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5f98b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3d5300 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa66f2a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d35af00 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f579a54 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    99179ad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0f6fde3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6b839e0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eac4a03 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fc046ea View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ed34e6a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    339684d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3c94d1e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b60daf3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2d6e743 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7a06dea View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5ecfb4f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6da83b4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9375354 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e6716fb View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    61168df View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    497a345 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    77dfdda View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f5eb665 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    5278b3e View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    047a39f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    16f3efb View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    0431bdf View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    1ac7864 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    c567182 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    a875f9a View commit details
    Browse the repository at this point in the history
  36. TASK: Deprecate I18nRegistry

    grebaldi committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    6c2fd85 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    9f46e0a View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    232e6a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    4131c8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15c94f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26cebfe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d5f669 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    916059f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    437fa07 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d83a02 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    91a8f8b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    23511f4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5691af5 View commit details
    Browse the repository at this point in the history
  11. BUGFIX: Render dropdown contents even when dropdown is closed

    Until now, dropdown contents were `null`ed when the dropdown is closed.
    This leads to unneccessary re-renders every time the dropdown visibility
    is toggled.
    
    This commit changes this logic. Dropdown contents are now always
    rendered, but hidden when the dropdown is closed.
    grebaldi committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    f440199 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7393f33 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0da253e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    393902b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    46e8ba0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    22dcadf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1ef89fd View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    87300fa View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c4a3d71 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c6b1383 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    40b2697 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ebaf71e View commit details
    Browse the repository at this point in the history