-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #13 - Add very basic FTU, r=ferjm #20
Conversation
e41029a
to
48f0dc6
Compare
r? @ferjm |
return; | ||
} | ||
var xhr = new XMLHttpRequest(); | ||
xhr.open('POST', '/v1/users/admin', true); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, cool.
Thank you Michiel! As a first basic approach it LGTM. However, I think it would be nice if we could agree on a set of rules and coding style for the frontend bits. Given that most of use come from FxOS development, the Gaia coding style looks like a nice choice. In addition to that, avoiding inline scripting/styling and avoiding innerHTML usage would be nice as well. Also, the tests need to be green ;) |
48f0dc6
to
8276088
Compare
<div id="success-message" style="display: none;"> | ||
<h1 id="thank-you">Thank you!</h1> | ||
<p> | ||
Now please us an app like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: use
r+! |
8276088
to
9d681a1
Compare
9d681a1
to
49e94cd
Compare
Issue #13 - Add very basic FTU, r=ferjm
No description provided.