-
Notifications
You must be signed in to change notification settings - Fork 323
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
Dropdown widget improvements. #9186
Dropdown widget improvements. #9186
Conversation
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.
The arrow is wrongly moved to WidgetArgumentName; first, the task description says, that it should be under constructor name, not argument name; that is, centered under AggregateColumn.Group_By
, not under AggregateColumn.Group_By 'some_name'
And the WidgetArgumentName is not always displayed; The arguments of nested calls, or list elements now have no arrow, I guess.
function identToLabel(name: IdentifierOrOperatorIdentifier): string { | ||
return name.replaceAll('_', ' ') | ||
return name | ||
} |
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 think this function may be removed.
6a8c63b
to
9d21d79
Compare
Updated without the arrow changes after discussion with @farmaazon. They will be implemented in another task due to the unexpected complexity of the required implementation. |
…vements # Conflicts: # app/gui2/src/components/GraphEditor/widgets/WidgetSelection.vue
Pull Request Description
Closes #8995
Peek.2024-03-01.16-06.webm
Checklist
Please ensure that the following checklist has been satisfied before submitting the PR:
Scala,
Java,
and
Rust
style guides. In case you are using a language not listed above, follow the Rust style guide.
./run ide build
.