glue-viz / glue-plotly

Experimental plot.ly plugin for glue
BSD 3-Clause "New" or "Revised" License
2 stars 8 forks source link

Improve feedback to user from exporters #25

Closed Carifio24 closed 1 year ago

Carifio24 commented 1 year ago

As Alyssa (and maybe others) have pointed out in glue meetings, the Plotly exporters are currently not great about giving the user any feedback about things that happen. In particular, there are two main issues:

This PR looks to solve these two issues in the following ways:

Edit: I've added one more feature to this PR, which is to cancel the export if the user selects cancel on either the hover dialog (where applicable) and the filename dialog. Currently, clicking cancel on either of these windows has no effect and the export continues (if the user cancels on the filename dialog, the export is still done and output to a file named .html - easy to miss on Linux/Mac!)