Wilhelm Behncke

Results 25 issues of Wilhelm Behncke

This PR contains an update for `plow-js` v3.0.0 (as tracked here: https://github.com/grebaldi/plow-js/pull/21). `plow-js` v3.0.0 isn't released yet, that's why currently all packages point to `plow-js` v3.0.0-canary2. I'd like to use...

## Motivation Today, the Neos UI is a Single-Page-Application with a single route: The Content Module. Yet, there's a lot more that would be perceived by end users as the...

Frontend / Frontend-API
Enhancement
9.0

## Motivation Once upon a time, I've decided to create [PlowJS](https://github.com/grebaldi/plow-js), a library that would ease the handling of immutable state within the redux reducers of the Neos UI. It...

Cleanup
Technical debt
9.0

- Updates build stack - Deprecates Immutable JS support

As suggested by @akoenig, it would be nice to have the possibility to address values via wildcard paths, such as this: ``` js $get('foo.*.bar', state); ```

fixes: #3184 **NOTE:** This PR needs to be tested in combination with its companion PR over at `neos-development-collection`: https://github.com/neos/neos-development-collection/pull/4291 Buckle up for collisions with https://github.com/neos/neos-ui/pull/3569 ## The overall problem This...

Bug
8.3

### Description There are a couple of occasions in which the loading indicator doesn't notice that some async process has failed and just ends up looping endlessly. Several older issues...

Bug
UI & UX
7.3
8.3

In Neos.Neos.UI the following PR removes the "Apply" button of the DateTimeEditor: https://github.com/neos/neos-ui/pull/3736 The translation label for this button in located in Neos.Neos and needs to be removed there, after...

9.0
Task