Amndeep7/ptw-extender

Button

Closed this issue · 3 comments

Add that toolbar button in order to have it pop up with any errors instead of silently failing

#6 is dependent on this for also being able to accept user credentials that then get passed along to kitsu

See below - this means that #6 now ought to be dependent on #16

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/user_interface/Popups

However, you can't open the popup programmatically from an extension's JavaScript; it can be opened only in response to a user action.

But it looks like I can use this instead: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/user_interface/Notifications

Satisfied with #18