Amndeep7 / ptw-extender

Extension that adds titles to your MyAnimeList, AniList, or Kitsu plan-to-watch/read list with the url of where you found the title added as a comment.
Other
10 stars 0 forks source link

Button #8

Closed Amndeep7 closed 5 years ago

Amndeep7 commented 5 years ago

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

Amndeep7 commented 5 years ago

#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

Amndeep7 commented 5 years ago

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

Amndeep7 commented 5 years ago

Satisfied with #18