mozilla / chronicle

find everything you've ever found
http://mozillachronicle.tumblr.com/
Mozilla Public License 2.0
16 stars 6 forks source link

feat(front-end): Adds welcome with add-on installation #332

Closed nchapman closed 9 years ago

nchapman commented 9 years ago

This adds the authenticated portion of the onboarding flow at /#welcome. If you're a new user to Chronicle, you'll be directed here after your account is created. This is purposely unstyled and therefore ready for @johngruen to turn it into something much better. It doesn't do a whole lot for now, but will at least help you get the add-on installed in Firefox.

Fixes #247.

@6a68 @johngruen r?

jaredhirsch commented 9 years ago

@nchapman looking good, man! nice work :-)

Honestly, I was fine with landing this as initially submitted, with the exception of making sure to stopPropagation on events we handle here, only because it could lead to confusing bugs later and it's a nice habit to follow.

Merge as is your wont, good sir