- 28 Jul, 2016 3 commits
-
-
Ray Schamp authored
Fixes #769
-
Ray Schamp authored
Set common y-origin for validation bubbles
-
Ray Schamp authored
I believe this will keep the misalignment from happening across browsers. Sets the top left corner to the top left corner of the input block. Resolves #770
-
- 27 Jul, 2016 9 commits
-
-
Ray Schamp authored
Resurrect old invite step design for new users
-
Ray Schamp authored
-
Ray Schamp authored
Redesign invite step, add option to log out
-
Ray Schamp authored
-
Ray Schamp authored
Don't redirect to password reset on complete_registration
-
Ray Schamp authored
-
Ray Schamp authored
Resolves #752
-
Ray Schamp authored
Redirect students that must reset their password
-
Matthew Taylor authored
Fix GH-757: Redirect to `/educators/classes` if a confirmed teacher
-
- 26 Jul, 2016 9 commits
-
-
Matthew Taylor authored
thanks @rschamp!
-
Ray Schamp authored
Fixes LLK/scratchr2#3878
-
Matthew Taylor authored
Fixes #757. Note: Because we are getting this info from the session, the redirect may not happen until the page is rendered first in cases where the connection is slow, or the db is slow.
-
Matthew Taylor authored
Fix GH-749: Fix formatting for a few form elements
-
Matthew Taylor authored
-
Matthew Taylor authored
thanks @rschamp!
-
Matthew Taylor authored
-
Ray Schamp authored
Make the student registration views more consistent with each other
-
Matthew Taylor authored
And move help rendering into the phone input row.
-
- 25 Jul, 2016 6 commits
-
-
Ray Schamp authored
To make this view work consistently with the complete registration view
-
Ray Schamp authored
When logged out users visit the complete registration view, show them an error rather than a spinner.
-
Matthew Taylor authored
so that it can include `label`. Also add some default styling to `label` in `.row`. Thanks @rschamp!
-
Matthew Taylor authored
and make use of the FRC `elementWrapperClassName`, since they way we did it before – custom `className` strings on the element – was not working. Fixes #749.
-
Ray Schamp authored
Show an error if the API doesn't return class data
-
Ray Schamp authored
Fixes #747. Also explicitly show a spinner when the component is waiting on the class API, and hide it when it returns.
-
- 22 Jul, 2016 13 commits
-
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
Don't require end slashes when replacing arguments
-
Ray Schamp authored
-
Ray Schamp authored
Add Student registration update view
-
Ray Schamp authored
This allows us to do more inline formatting, so we don't have any of that outside of `render`. Thanks @mewtaylor
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
Previously requests to /session/ would return a signal to redirect, but we need /session/ to complete registration. So check if we should redirect when we retrieve the session. Also update this behavior for banned users.
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
Add missing strings, actually translate the content of the steps
-