camunda / connectors

Camunda Connectors
https://docs.camunda.io/docs/components/integration-framework/connectors/out-of-the-box-connectors/available-connectors-overview/
Apache License 2.0
40 stars 38 forks source link

Use tooltips over descriptions in connector templates #2328

Open nikku opened 5 months ago

nikku commented 5 months ago

What should we do?

We gradually move over our core properties panel UX from descriptions to rich tooltips, cf. https://github.com/camunda/example-data-properties-provider/issues/18, do the same for OOTB connector templates.

Why should we do it?

Tooltips unclutter the UI and allow you to add rich assistance for those that need it (only). To ensure a consistent UX we want to use them in connectors, too.

nikku commented 5 months ago

CC @crobbins215 @YanaSegal

sbuettner commented 1 month ago

@nikku Should we move the description into the tooltip property? Or should we keep both and if a tooltip is present the UI will render only the tooltip and not the description?

sbuettner commented 1 month ago

Can be done as part of: https://github.com/camunda/connectors/issues/3089