-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
fix(ui): regression fix, notes are now deletable #16175
Conversation
@@ -69,6 +69,13 @@ const CellContext: FunctionComponent<Props> = ({ | |||
onHide={onHide} | |||
testID="cell-context--note" | |||
/> | |||
<CellContextDangerItem |
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.
❤️
ui/src/clockface/components/inputs/multipleInput/MultipleRows.tsx
Outdated
Show resolved
Hide resolved
@@ -17,6 +17,7 @@ | |||
1. [16105](https://github.com/influxdata/influxdb/pull/16105): Fix crash when loading queries built using Query Builder | |||
1. [16112](https://github.com/influxdata/influxdb/pull/16112): Create cell view properties on dashboard creation | |||
1. [16172](https://github.com/influxdata/influxdb/pull/16172): Fixed table ui threshold colorization issue where setting thresholds would not change table UI | |||
1. [16175](https://github.com/influxdata/influxdb/pull/16175): Added delete functionality to note cells so that they can be deleted |
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.
Actually yes- looking at the code I don't think type= markdown
cells were ever able to be deleted??
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.
That is correct, not sure why they that functionality hadn't been integrated from the outset, but 🤷♂
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 isolating this
regression fix, notes are now deletable
Closes #16170
Problem
No option was given for deleting note cells
Solution
Added the existing delete cell functionality to the dropdown