duo-labs / isthislegit

Dashboard to collect, analyze, and respond to reported phishing emails.
BSD 3-Clause "New" or "Revised" License
284 stars 51 forks source link

Fix to work with new gmail frontend #27

Closed CCoffie closed 5 years ago

CCoffie commented 5 years ago

Stopped using the deprecated registerToolbarButtonForList and registerToolbarButtonForThreadView but used registerThreadButton instead to work with new gmail ui.

Not sure if I got the whole build process working correctly but it seems to spit our a package that works. In the future it might help to add a script to the package.json to easily build everything with webpack and gulp.

jordan-wright commented 5 years ago

Sorry for the delay- I appreciate you sending this in! I'll give it a review today and, if things look good, will get it merged.

jordan-wright commented 5 years ago

Sorry for the huge delay on this. I'm going to go ahead and merge this into a branch so I can check it out and get it merged into master.

Thanks again for sending this in!

CCoffie commented 5 years ago

Yeah, no problem.