Nico Rehwaldt

Results 1469 comments of Nico Rehwaldt

This continues to cause issues, i.e. when integrating the improved search (https://github.com/camunda/camunda-modeler/issues/4711). The core issue is that these styles, being inlined to `variable-outline` and potential other utilities are loaded _async_,...

Discussed with @marstamm today that the approach [sketched earlier](https://github.com/camunda/camunda-modeler/issues/4511#issuecomment-2490218876) would work for plug-in development, too: * plug-ins, like any components would assume the presence of Carbon styles as "shared infrastructure",...

Moving to `ready` as I think we can (and should) make substantial progress on this issue before increasing our use of Carbon.

> https://github.com/camunda/camunda-modeler/issues/4511#issuecomment-2624249002 @jarekdanielak @abdul99ahad this looks great. > 4. Plugins can rely on those styles and import more Carbon styles for components or utilities, but must not import all the...

> We had this idea of bundling our themed Carbon stuff into some package - let's call it camunda-carbon - and using it both in the plugins and the Desktop...

> If so, who's gonna drive it as a DRI? 😊 Currently assigned to @abdul99ahad, unless you want to pick it up today.

> Even if plugins don’t explicitly apply Carbon styles, Carbon components still come with their pre-defined theme. That means we can enforce styles from the modeler, but how do we...

> When you're talking about certain components, are you talking about carbon components? the plugins should use carbon components from [camunda-modeler-plugin-helpers](https://github.com/camunda/camunda-modeler-plugin-helpers) and not directly from @carbon/react? If yes, what value...

> the plugins should use carbon components from [camunda-modeler-plugin-helpers](https://github.com/camunda/camunda-modeler-plugin-helpers) and not directly from @carbon/react? I think it just makes sense. If we provide this rich set of utilities ("we build...

> Adding to this issue: carbon styles should not be imported multiple times. Thanks for chiming in @marstamm. Via https://github.com/camunda/camunda-modeler/pull/4860 we ensure that the modeler provides Carbon styles, plug-ins (RPA,...