neos-ui
neos-ui copied to clipboard
Neos CMS UI written in ReactJS with Immutable data structures.
### Description The DateTimeEditor does not display a leading 0 for minutes < 10 at the beginning. ### Steps to Reproduce 1. Open the `_hiddenBeforeDateTime` input (or another DateTime-Editor) and...
I didnt want to upmerge #3708 as a regular pr as the changes were a little more fundamental. Thus i discarded the changes. With help of wilhelms e2e tests we...
Currently, when moving or copying nodes, their respective variants are not moved with them. The insert mode dialog should be extended in order to provide the user with the option...
I was curious about the `$propertyValue === '' && !TypeHandling::isSimpleType($propertyType)` part in Neos 8.3 because it seems to have gone missing in 9.0 after the ESCR [adjustments](https://github.com/neos/neos-ui/commit/1498c8b4c6d84faf993dac1dd3756ad20993e4dd#diff-773a367aeb44c8b1dc0134079eaa8f3483e76936c98682d720234ce87a6f44a8L55-L57). Originally it was...
## Feature Request ### Description When an error inside the iframe occures, the user has no other possibility than reloading the whole page. For proper error messages, a modal dialog...
#### Description When a user opens the UI directly via `/neos/content?node=...` and the document node (as identified by the `node` query parameter in the URL) cannot be found, the user...
In the new Content Repository, editors may run into conflicts when publishing their workspaces. Currently, the UI offers no way to get out of such a situation. The (long-term) idea...
This is @grebaldi idea - im just trying to document it ^^ the current state of inline communication could be improved. ### currently Currently, a div is wrapped around the...
_Originally posted by @mhsdesign in https://github.com/neos/neos-ui/pull/3759#discussion_r1579424028_: > ... but we dont seem to remove the NeosUiDefaultNodesOperation yet?
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior If you add a Content-Security-Policy (CSP) Header, that does not allow...