about summary refs log tree commit diff
path: root/src/screens/Signup/StepHandle.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Check handle as you type (#8601)Samuel Newman2025-08-071-217/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * check handle as you type * metrics * add metric types * fix overflow * only check reserved handles for bsky.social, fix test * change validation check name * tweak input * move ghosttext component to textfield * tweak styles to try and match latest * add suggestions * improvements, metrics * share logic between typeahead and next button * Apply suggestions from code review Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * update checks, disable button if unavailable * convert to lowercase * fix bug with checkHandleAvailability * add gate * move files around to make clearer * fix bad import * Fix flashing next button * Enable for TF --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Hailey <me@haileyok.com> Co-authored-by: Eric Bailey <git@esb.lol>
* invert flag for sending to statsig (#8431)hailey2025-05-301-1/+1
|
* add plural formatting for too long handle error (#7999)surfdude292025-04-011-2/+6
|
* Instrument signup (#8037)Samuel Newman2025-03-271-9/+17
|
* move translation tags (#7823)surfdude292025-02-241-4/+6
|
* fix handle length error message (#7802)Samuel Newman2025-02-211-4/+4
|
* Improved service handle validation logic (#7657)Samuel Newman2025-02-061-3/+3
| | | | | | | * fix validation logic for 3p pdses * fix bad import * add service handle validation test
* [ELI5] Validate too long handles in signup (#7422)Samuel Newman2025-01-101-3/+10
| | | | | * validate too long handles in signup * make change handle screen generic
* [ELI5] Tweak wording on the signup screen (#7136)dan2024-12-171-2/+2
| | | | | * Tweak signup wordings * Update translations
* Ensure captcha verification code gets submitted in signup request (#5010)Hailey2024-08-281-2/+4
| | | | Co-authored-by: Eric Bailey <git@esb.lol>
* Submit fix (#4978)dan2024-08-221-5/+6
| | | | | | | | | | | | | | | * 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-80/+138
| | | | | | | | | | | | | | | | | | | | | | | * 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>
* Release 1.77.0 (#3549)Paul Frazee2024-04-131-0/+1
| | | | | * A couple test fixes * Intl extract
* Remove logEric Bailey2024-03-201-1/+0
|
* sort imports for files related to this PRSamuel Newman2024-03-201-10/+11
|
* Use ALF for signup flow, improve a11y of signup (#3151)Hailey2024-03-191-0/+134
* Use ALF for signup flow, improve a11y of signup * adjust padding * rm log * org imports * clarify allowance of hyphens Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * fix a few accessibility items * Standardise date input across platforms (#3223) * make the date input consistent across platforms * integrate into new signup form * rm log * add transitions * show correct # of steps * use `FormError` * animate buttons * use `ScreenTransition` * fix android text overflow via flex -> flex_1 * change button color * (android) make date input the same height as others * fix deps * fix deps --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Samuel Newman <mozzius@protonmail.com>