about summary refs log tree commit diff
path: root/src/screens/Signup/StepCaptcha
Commit message (Collapse)AuthorAgeFilesLines
* Sort imports (#6009)dan2024-10-291-1/+1
| | | | | * Mark import sort/order/style rules as error * npm run lint -- --fix
* Ensure captcha verification code gets submitted in signup request (#5010)Hailey2024-08-281-2/+1
| | | | Co-authored-by: Eric Bailey <git@esb.lol>
* Submit fix (#4978)dan2024-08-221-4/+7
| | | | | | | | | | | | | | | * Fix submit logic * Fix type * Align submit task creation 1:1 with callsites * blegh. `useThrottledValue` * make `useThrottledValue`'s time required --------- Co-authored-by: Hailey <me@haileyok.com>
* Improve textinput performance in login and account creation (#4673)Paul Frazee2024-07-021-0/+16
| | | | | | | | | | | | | | | | | | | | | | | * Change login form to use uncontrolled inputs * Debounce state updates in account creation to reduce flicker * Refactor state-control of account creation forms to fix perf without relying on debounces * Remove canNext and enforce is13 * Re-add live validation to signup form (#4720) * Update validation in real time * Disable on invalid * Clear server error on typing * Remove unnecessary clearing of error --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Add events to signup for captcha results (#4712)Hailey2024-07-011-0/+3
|
* sentry errors for captcha web views and registration attempts (#3761)Hailey2024-05-013-12/+40
| | | | | | | | | | | | | | | | | | | | | | | | | * sentry errors for captcha web views * include handles with errors * log all registration request failures * rm * use a better trigger for web captcha errors * add another trigger for recording a possible signup error * unknown error type * don't needlessly log on href errors * honestly i probably cant always do a captcha in 20 seconds * rm log * timeout on back * remove unnecessary colons
* move auth flows scrollview to loggedin layoutSamuel Newman2024-03-221-24/+9
|
* Move some things aroundEric Bailey2024-03-203-0/+243