neos-ui
neos-ui copied to clipboard
Neos CMS UI written in ReactJS with Immutable data structures.
Previously this logic was triggered implicitly though the property mapper, but as this is such a primary use case and requires special behavior in the serializer: https://github.com/neos/neos-development-collection/pull/4638 there should be...
### Is there an existing issue for this topic? - [X] I have searched the existing issues ### Description Properties can have the same label like `Title` (e.g. page title,...
### 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...
### Description expected: Regression since using custom icons: https://github.com/neos/neos-ui/pull/3423 We currently just concatenate the uri on client side which doesnt respect cases where one uses resources in the cloud. The...
 Steps To Reproduce 1. Use a Neos installation in a subfolder (e.g. [www.myproject.com/subfolder/neos](http://www.myproject.com/subfolder/neos)) 2. Trigger the creation dialog by creating a new node in the document or content tree...
Upgrade the end to end dependencies : - testcafe to version 3.5 - testcafe-browser-provider-saucelabs to version 3.0 - testcafe-react-selectors to 5.0 As we increase the Node.js version to the new...
Solves partially https://github.com/neos/neos-ui/issues/3413 **What I did** In the single-dimensions dropdown, the Languages with existing documents are now a linked and can be opened in a new tab. The dropdown now...
currently this feature is broken see https://neos-project.slack.com/archives/C0L41E268/p1698743660587269 basti wrote on slack > Well, partly.. If a different preset is selected, the tree doesn't work anymore – but that can be...
When we run our `jest` test we have plenty of console.errors in the output. That is distracting and should not happen. We want to prevent errors like `Warning: Failed prop...
**What I did** fixes #3391 **How I did it** Enabled DateTimeEditor to handle 'now' string. Built tests for that 🚀 **How to verify it** See instructions in #3391. Run tests....