-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
[NIFI-12903] style updates for drag/drop UX #8729
Conversation
Will review... |
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.
Thanks for the PR @scottyaslan! Looks great! Noted a few things below. I only commented them for the prioritizers, but my comments also apply to the parameter contexts since they are implemented similarly. I did not duplicate my comments.
.../app/pages/flow-designer/ui/canvas/items/connection/prioritizers/prioritizers.component.html
Outdated
Show resolved
Hide resolved
.../app/pages/flow-designer/ui/canvas/items/connection/prioritizers/prioritizers.component.html
Outdated
Show resolved
Hide resolved
.../app/pages/flow-designer/ui/canvas/items/connection/prioritizers/prioritizers.component.html
Show resolved
Hide resolved
...ter-context-listing/parameter-context-inheritance/parameter-context-inheritance.component.ts
Outdated
Show resolved
Hide resolved
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.
Thanks for the updates @scottyaslan!
* [NIFI-12903] style updates for drag/drop UX * restore nf-editor styles * remove padding from new canvas items * remove unused disabled * no value set UX * restore initial disabled state This closes apache#8729
* [NIFI-12903] style updates for drag/drop UX * restore nf-editor styles * remove padding from new canvas items * remove unused disabled * no value set UX * restore initial disabled state This closes apache#8729
This PR creates reuseable styles for all cdk drag/drop UX. Please test with connection prioritizers as well as parameter context inheritence.