- 26 Jul, 2016 7 commits
-
-
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 17 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
-
Ray Schamp authored
Grab-bag of student registration fixes
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
It was broken due to a key error on `classroom.images` anyway
-
- 21 Jul, 2016 10 commits
-
-
Ray Schamp authored
-
Andrew Sliwinski authored
Adjustments to the educators page as per feedback
-
Matthew Taylor authored
Fix GH-698: refresh session on successful registration
-
Andrew Sliwinski authored
-
Matthew Taylor authored
This is needed to ensure that the approval step displays the correct “Wait for Approval” message. Fixes #698
-
Connor Hudson authored
Fix GH-737: Replace teacher account asset
-
Matthew Taylor authored
Fix GH-715: Change copy for `Wait for Approval`
-
https://github.com/LLK/scratch-wwwMatthew Taylor authored
* 'develop' of https://github.com/LLK/scratch-www: Pluralize example headlines on educators page Educator page language adjustments as per feedback. Resolves GH-734 fix typo Update image format for API change Fix lint errors, l10n issues revert irrelevant change Remove IE weird input additions, fallback to mobile error style on IE, fix some mobile error issues Update description of demographics step Add student registration flow Scope message strings more reusably Make registration styles reusable Parse with babel-eslint Fix whitespace # Conflicts: # src/l10n.json
-
Technoboy10 authored
-
Connor Hudson authored
Fix GH-699: Fallback to mobile validation bubble on IE
-