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

!!!FEATURE: Centralize error handling #3792

Open
wants to merge 11 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