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

BUG: Nodecreation position icons not shown

Open mhsdesign opened this issue 2 years ago • 3 comments

Description

image

expected:

image

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 bigger scope of the issue is described here: https://github.com/neos/neos-ui/issues/2092

[Description of the bug or feature]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior

[What you expected to happen]

Actual behavior

[What actually happened]

Affected Versions

Neos:

UI:

You can get this information by running composer show or using the package management module within Neos. The UI version can also be found inside the left sidebar after version 1.0.3.

mhsdesign avatar Sep 15 '23 07:09 mhsdesign

Why do we use separate icons with their own uris for this and not the iconset?

Sebobo avatar Oct 13 '23 07:10 Sebobo

Just for this issue we could also embed the SVGs to skip the requests.

Sebobo avatar Oct 13 '23 07:10 Sebobo

Okay now we have two use cases:

  • cloud resources
  • a Neos installation residing in a "subfolder": #3712

ahaeslich avatar Feb 06 '24 20:02 ahaeslich