mozilla / email-tabs

An experimental add-on to email a list of all your tabs
https://addons.mozilla.org/en-US/firefox/addon/email-tabs/
Mozilla Public License 2.0
39 stars 17 forks source link

Fix #172, ask template question and start loading overlay before collecting information from tabs #195

Closed ianb closed 6 years ago

ianb commented 6 years ago

Note you can still end up on the 'Preparing your email' screen for a while, but the loading screen appears in the meantime

Also fix #114, delay creating iframe until document.body is for sure present.

This adds a new pattern for creating a promise with exposed resolve/reject, which makes it easier to await on global information.

(This also makes everything feel noticeably snappier)