Ben Wheeler
aa69de39f3
keep showing validation errors on focus, until first keystroke; prioritize vulgarity
2019-08-13 14:22:46 -04:00
Ben Wheeler
d5a86a99e5
added test for password equaling username
2019-08-13 14:22:46 -04:00
Ben Wheeler
11e2b0bf78
removed ie 10 and 11 css case
2019-08-13 14:22:46 -04:00
Ben Wheeler
f7fac2e41c
handle username validation errors states better
2019-08-13 14:22:46 -04:00
Benjamin Wheeler
8f6c3e57f1
Merge pull request #3204 from benjiwheeler/join-flow-email-step
...
formatted email step, added input
2019-08-13 11:36:22 -04:00
Ben Wheeler
181601dbf5
translate email address placeholder
2019-08-12 17:56:44 -04:00
Ben Wheeler
2154fba86c
renamed localResult var
2019-08-12 17:56:44 -04:00
Ben Wheeler
3a299cf810
use email-validator library, not isemail
2019-08-12 17:56:44 -04:00
Ben Wheeler
ae706ddb91
added missing comma
2019-08-12 17:56:44 -04:00
Ben Wheeler
a4d6916802
updated package-lock
2019-08-12 17:56:44 -04:00
Ben Wheeler
a9645525f7
use older version of isemail, in hopes travis is happier with it
2019-08-12 17:56:44 -04:00
Ben Wheeler
e64dc60ae6
formatted email step, added input
2019-08-12 17:56:43 -04:00
picklesrus
ef78fe0748
Merge pull request #3243 from picklesrus/add-old-space-flag-back
...
Add back the max_old_space_size flag.
2019-08-12 15:49:25 -04:00
picklesrus
4bf9c7dd87
Add back the max_old_space_size flag.
...
I ran into this problem (the build just hangs and times out on
travis)trying to add a new view. It was unintentionally removed as part
of
https://github.com/LLK/scratch-www/pull/3137#pullrequestreview-273869913 .
2019-08-12 15:12:08 -04:00
Paul Kaplan
56a1c5cb29
Merge pull request #3232 from LLK/paulkaplan-patch-2
...
Fix click not working on highlighted comment avatar
2019-08-12 08:46:12 -04:00
Benjamin Wheeler
9a59823d36
Merge pull request #3161 from benjiwheeler/join-flow-country-step
...
Add join flow country step
2019-08-09 09:43:55 -04:00
Paul Kaplan
c2c165d6f2
Fix click not working on highlighted comment avatar
...
The absolutely positioned :before highlight was eating clicks from the relatively positioned elements after it, like the avatar image. Disable pointer events to prevent this background element from receiving clicks.
This is due to a subtle issue with element ordering, even elements that are before other elements get automatically promoted above siblings that are relatively positioned. That is why the reply/delete buttons still work on highlighted comments (they are also absolutely positioned) but the avatar user link did not work.
2019-08-08 16:01:41 -04:00
Ben Wheeler
9639347611
make country listing more efficient; make select wider
2019-08-08 14:52:08 -04:00
Ben Wheeler
bca11b1191
pass disabled prop to formik-select
2019-08-08 09:56:12 -04:00
Ben Wheeler
7a4925ddba
add join flow country step
2019-08-08 00:29:04 -04:00
Ray Schamp
3269565079
Merge pull request #3224 from LLK/hotfix/remove-deploy-enslowening
...
Revert "Merge pull request #3217 from LLK/hotfix/fastly-concurrency"
2019-08-07 15:54:26 -04:00
Ray Schamp
6275b516fc
Merge pull request #3199 from benjiwheeler/join-flow-country-data
...
Consolidate country lists, fix country field in teacher account registration
2019-08-07 15:00:50 -04:00
Paul Kaplan
5ac67cc033
Revert "Merge pull request #3217 from LLK/hotfix/fastly-concurrency"
...
This reverts commit fecf3a81d7
, reversing
changes made to 76473c97fe
.
2019-08-07 14:03:48 -04:00
DD Liu
b55d879162
Merge pull request #3223 from LLK/updateGui
...
update gui
2019-08-07 13:13:53 -04:00
DD Liu
8a73af0878
update gui
2019-08-07 12:21:06 -04:00
Ben Wheeler
167a70f437
simplify adding common countries to top of list
2019-08-06 20:42:03 -04:00
Paul Kaplan
9ff3efac00
Merge pull request #3212 from LLK/hotfix/report-project-thumbnails
...
[Develop] Hotfix/report project thumbnails
2019-08-06 15:28:32 -04:00
Ben Wheeler
564baf2ebc
handle error when teacher country selection fails to resolve to country name
2019-08-06 15:00:18 -04:00
Ben Wheeler
51aa38fb34
consolidated country-data and contry-list
2019-08-06 00:00:37 -04:00
Paul Kaplan
706ba78879
Fix project thumbnails for reporting
2019-08-05 16:25:41 -04:00
Ray Schamp
47754c03ae
Merge pull request #3218 from LLK/hotfix/fastly-concurrency
...
[Master] Add concurrency limits to async Fastly API requests
2019-08-05 16:20:32 -04:00
Ray Schamp
fecf3a81d7
Merge pull request #3217 from LLK/hotfix/fastly-concurrency
...
[Develop] Add concurrency limits to async Fastly API requests
2019-08-05 16:20:19 -04:00
rschamp
21dccf60fe
Rename and make concurrency limit configurable
2019-08-05 15:58:17 -04:00
rschamp
802c6bff22
Add concurrency limits to async requests of
2019-08-05 15:33:46 -04:00
rschamp
5e79449334
Add concurrency limits to async requests
2019-08-05 15:09:36 -04:00
Benjamin Wheeler
76473c97fe
Merge pull request #3178 from benjiwheeler/join-flow-gender-step
...
Join flow gender step
2019-08-03 00:15:53 -04:00
Ben Wheeler
aca45d4032
replaced id with name in formik-radio-button
2019-08-03 00:08:18 -04:00
Ben Wheeler
c4d7ba0350
changed naming of user-provided radio input from other to custom
2019-08-03 00:08:18 -04:00
Ben Wheeler
8725cee6a1
replaced gender l10n strings with existing ones
2019-08-03 00:08:18 -04:00
Ben Wheeler
a2b96e9bac
fixed linting errors
2019-08-03 00:08:18 -04:00
Ben Wheeler
0be2f463c3
removed unnecessary validation code
2019-08-03 00:08:18 -04:00
Ben Wheeler
29ea00ab3c
correct proptype
2019-08-03 00:08:18 -04:00
Ben Wheeler
150201f8d0
add padding to top of gender step
2019-08-03 00:08:18 -04:00
Ben Wheeler
b7b65ec3ee
remove formik input inline prop
2019-08-03 00:08:18 -04:00
Ben Wheeler
09ff758eee
add gender step strings
2019-08-03 00:08:18 -04:00
Ben Wheeler
40c90e2d2e
formik input can be made to appear inline
2019-08-03 00:08:18 -04:00
Ben Wheeler
bd83a282c5
gender step handles other option
2019-08-03 00:08:18 -04:00
Ben Wheeler
cf42b8b3a1
formik input accepts classname from radio option other
2019-08-03 00:08:17 -04:00
Ben Wheeler
26ab2b1366
validate gender step by defaulting to prefer not to say
2019-08-03 00:08:17 -04:00
Ben Wheeler
e22a848350
add GenderOption component to handle most gender radio options
2019-08-03 00:08:17 -04:00