-
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
Table Input Widget: Add column with plus #11388
Conversation
// console.log(props.params.tooltipRegistry) | ||
// provideTooltipRegistry._mock(props.params.tooltipRegistry) |
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.
Leftover debugging
if (inputElement.value == null) { | ||
console.error('Tried to accept header new name without input element!') | ||
console.warn('Tried to accept header new name without input element!') |
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.
Why not error
--if this occurs we have a bug, right?
Adam Obuchowicz reports a new STANDUP for the last Tuesday (2024-10-22): Progress: Implemented the main feature, but still tests need to be updated. It should be finished by 2024-10-28. Next Day: Next day I will be working on the same task. Finish tests and create a PR |
Adam Obuchowicz reports a new STANDUP for the last Wednesday (2024-10-23): Progress: Finished tests and created a PR. Also created a PR with eslint bump and fixed flakiness of selection unit tests. It should be finished by 2024-10-28. Next Day: Next day I will be working on the #10861 task. address PR review and start implementing Widget's persistence. |
Adam Obuchowicz reports a new STANDUP for yesterday (2024-10-24): Progress: Addressed review and tried to fix tooltips in the "add column" icon. After all, found a workaround and added TODO to the code. It should be finished by 2024-10-25. |
Pull Request Description
Fixes #10863
(The
Column #3
in a screenshot below is just created and actually existing).Important Notes
Checklist
Please ensure that the following checklist has been satisfied before submitting the PR:
Scala,
Java,
TypeScript,
and
Rust
style guides. In case you are using a language not listed above, follow the Rust style guide.
[ ] If meaningful changes were made to logic or tests affecting Enso Cloud integration in the libraries,or the Snowflake database integration, a run of the Extra Tests has been scheduled.