neos-ui icon indicating copy to clipboard operation
neos-ui copied to clipboard

Neos CMS UI written in ReactJS with Immutable data structures.

Results 319 neos-ui issues
Sort by recently updated
recently updated
newest added

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...

Bug
8.3

### 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,...

Feature

### 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

### 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...

Bug
9.0
8.3

![image](https://github.com/neos/neos-ui/assets/1756367/efb3c6a4-498f-4660-ae51-b5746f66e8fc) 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...

Bug
8.3

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...

Task
8.4

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...

Feature
8.4

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...

Bug
7.3
Wrong Branch

**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....

Bug
7.3
Wrong Branch