installer icon indicating copy to clipboard operation
installer copied to clipboard

Added error-report button

Open delvedor opened this issue 9 years ago • 3 comments

As titled and discussed in #30.

Bonus, when clicking on Report the error message will be automatically copied into the clipboard :)

If you want to try it, just do

cb(new Error('error message'), null)

here!

delvedor avatar Oct 17 '16 23:10 delvedor

cc @mikeal @addaleax

delvedor avatar Nov 03 '16 11:11 delvedor

Since I've implemented this "feature" obviously for me is not surprising, but I can understand your point of view :)

Maybe we could add a "Error message copied to clipboard" popup when the user press on the error message?

delvedor avatar Nov 03 '16 22:11 delvedor

Maybe we could add a "Error message copied to clipboard" popup when the user press on the error message?

Sounds like a good idea to me :)

addaleax avatar Nov 04 '16 21:11 addaleax