neos-ui
neos-ui copied to clipboard
Neos CMS UI written in ReactJS with Immutable data structures.
https://github.com/neos/neos-ui/blob/6aa5c74e75e4813ffd798905811d099df30d5705/packages/neos-ui/src/Containers/RightSideBar/Inspector/InspectorEditorEnvelope/index.js#L56 `transientValueRaw` has the type: ```ts type TransientValueRaw = { value: any } ``` and will never equal to the unpacked plain `value` variable should be; ```js if (transientValueRaw.value ===...
we lately needed to adjust the z-indexes of certain parts. This has caused this regression so far: https://github.com/neos/neos-ui/issues/3583 but also as just noted on slack another plugin might be affected:...
In order to make the suppose of each package clear, we should add a README to every subpackage. In this README it should be shortly described what this package does...
It just shows an endless loading spinner. Might be related to https://github.com/neos/neos-development-collection/pull/4466
### Description I have a date picker for an article: ```yaml 'publishingDate': type: DateTime defaultValue: 'today midnight' ui: label: 'Veröffentlichungs-Datum' inspector: group: 'ah' editorOptions: format: 'd.m.Y' ``` But it doesn't...
If an empty ContentCollection with removed content is in the backend, the ContentCollection is not visible, as it doesn't get the styling for an empty ContentCollection (gray outline) ### Steps...
The rendering of (empty) ContentCollections is hard-coded in the Neos Backend: It renders the empty `addEmptyContentCollectionOverlay`-Div via JS that displays the grey 2px outline which is not changeable via custom...
With 8.2 the pixelSnapping feature got introduced https://github.com/neos/neos-ui/pull/3065. We started using it in all our installations and I noticed a rare bug happening with specific combinations of image sizes and...
### Description When having an inline editable text that is also editable via the RichtTextEditor in the inspector, opening the secondary editor will show an additional toolbar to the one...
solves: #3520 **What I did** For the first and second case (mentioned in #3520) i could imagine adding a warning icon, a proper label and additionally allow to reset the...