-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: allow tooltip re-usability #321
Conversation
src/assets/properties-panel.css
Outdated
@@ -1,7 +1,7 @@ | |||
/** | |||
* Theming | |||
*/ | |||
.bio-properties-panel { | |||
:root { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's consider to have a shared base class instead, i.e. djs-parent
or something. The alternative is that we prefix our variables (which we don't usually do at bpmn.io).
Without any of these measures we risk to clash with other variables that the user defined. These names sound very common to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I doubt that we clash since the names are the color spefication (eg color-grey-225-10-15
). At worst, we would override with the same color. But for safety, I added djs-parent
(needs to have both that and bio-properties-panel
since the latter is out of the parent)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's address https://github.com/bpmn-io/properties-panel/pull/321/files#r1445841787 and we're good.
4deb11b
to
058e0ff
Compare
feat: allow tooltip re-usability (bpmn-io/properties-panel#321) feat: word wrap FEEL expressions, textarea style (bpmn-io/properties-panel#319) fix: show scrollbars in popup editor (bpmn-io/properties-panel#319) Full changelog: https://github.com/bpmn-io/properties-panel/blob/main/CHANGELOG.md#3160
feat: allow tooltip re-usability (bpmn-io/properties-panel#321) feat: word wrap FEEL expressions, textarea style (bpmn-io/properties-panel#319) fix: show scrollbars in popup editor (bpmn-io/properties-panel#319) Full changelog: https://github.com/bpmn-io/properties-panel/blob/main/CHANGELOG.md#3160
Related to camunda/improved-canvas#18
Can be tested against camunda/improved-canvas#20