about summary refs log tree commit diff
path: root/src/screens/Signup/index.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Improve localization of {els} string on Create Account page (#3912)Minseo Lee2024-10-051-1/+2
| | | | Co-authored-by: Hailey <me@haileyok.com>
* Remove Segment (#5518)Hailey2024-09-271-6/+0
|
* [Neue] Font weights (#5442)Eric Bailey2024-09-201-3/+3
| | | | | | | * Align all font weights * Only load necessary fonts * Also comment out from hook
* Submit fix (#4978)dan2024-08-221-0/+11
| | | | | | | | | | | | | | | * 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>
* Add labels to a few missing places (#4838)Eric Bailey2024-07-251-0/+1
|
* Improve textinput performance in login and account creation (#4673)Paul Frazee2024-07-021-131/+15
| | | | | | | | | | | | | | | | | | | | | | | * 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-5/+9
|
* Revert animation change in signup (#4693)Hailey2024-06-271-20/+24
|
* Handle pushing to starterpack screen when unauthed (#4692)Hailey2024-06-271-30/+33
|
* Starter Packs (#4332)Hailey2024-06-211-1/+39
| | | | | | | Co-authored-by: Dan Abramov <dan.abramov@gmail.com> Co-authored-by: Paul Frazee <pfrazee@gmail.com> Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Replace getAgent() with reading agent (#4243)dan2024-05-281-3/+3
| | | | | * Replace getAgent() with agent * Replace {agent} with agent
* Improve localization marks (#3285)Minseo Lee2024-05-061-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update Lightbox.tsx * Change strings for easier localization * Update DeleteAccount.tsx * Update LabelsOnMeDialog.tsx * Update FeedCard.tsx * Update index.tsx * Update LabelsOnMeDialog.tsx * Update index.tsx * Update FeedCard.tsx * Update SelfLabel.tsx * Update Hashtag.tsx * Update index.tsx * Update Hashtag.tsx * Update ChangeHandle.tsx * Update index.web.tsx * Update index.web.tsx * Update index.tsx * Remove unnecessary `<Trans>` tags * Update Drawer.tsx
* sentry errors for captcha web views and registration attempts (#3761)Hailey2024-05-011-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | * 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
* [Session] Add `useAgent` hook and replace (#3706)Eric Bailey2024-04-251-1/+3
| | | | | | | | | | | * Hook it up * Memoize getAgent method * Use one shared reference --------- 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
* PWI improvements (#3489)Paul Frazee2024-04-121-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Enable home and feeds on the PWI * Add global SigninDialog to drive useRequireAuth() * Tweak desktop styles * Make the logo in leftnav PWI a clickable home link * Add label * Improve dialog on web * Fix query key * Go to home after signout from settings screen * Filter out feeds from the discover listing for logged out users which are known to break without auth * Update profile header follow/subscribe to give signin prompt * Show profile feeds tabs on pwi * Add language selector to account creation footer and pwi left nav desktop --------- Co-authored-by: dan <dan.abramov@gmail.com>
* Enforce Text suffix for Text-rendering components (#3407)dan2024-04-041-3/+3
| | | | | | | | | | | * Rm unused * Add Text suffix to Title/Description * Add Text suffix to text components * Add Text suffix to props * Validate Text components returns
* Mark `under13` and `Next` and `Back` buttons in signup for localisation (#3341)surfdude292024-03-221-6/+12
| | | | | | | | | | | | | * Mark under13 string for translation * Mark buttons for localisation * tweak label * wrap in `ButtonText` * lint * try to fix lint again
* move auth flows scrollview to loggedin layoutSamuel Newman2024-03-221-17/+24
|
* [Statsig] Onboarding and routing events (#3302)dan2024-03-211-0/+4
|
* Signup shell tweaksEric Bailey2024-03-201-32/+17
|
* 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/+225
* 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>