Skip to content

UI/Optim: Add delete pending comment button

Description of change

Changed the way to delete a comment by passing the name to wm.delete_comment, this allows to delete the pending comment from many areas.

Added a REMOVE button next to the pending comment.

Closes #223 (closed)

How to test it

  • Write a new comment

Checklist

Please check if your MR fulfills the following requirements:

  • Unit tests have been added, if needed
  • Documentation have been updated, if needed
  • Build was run locally and any changes were pushed
  • Lint has passed locally without error
  • Package.py have been updated, if needed
  • CHANGELOG.md have been updated, if needed
  • Version numer has been tagged, if needed

FYI: @awesome_dev_too

Merge request reports