about summary refs log tree commit diff
path: root/src/screens/Signup/StepInfo
Commit message (Collapse)AuthorAgeFilesLines
* Tweak copy to remove remaining uses of `sign up` (#7987)surfdude292025-04-021-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tweak copy in Deactivated.tsx * tweak copy in Policies.tsx * tweak comment in createNativeStackNavigatorWithAuth.tsx * tweak copy in LoginForm.tsx * tweak copy in StarterPackLandingScreen.tsx * format * Apply suggestions from code review Co-authored-by: Hailey <hailey@blueskyweb.xyz> * Update src/screens/StarterPack/StarterPackLandingScreen.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/screens/StarterPack/StarterPackLandingScreen.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> --------- Co-authored-by: Hailey <hailey@blueskyweb.xyz>
* Instrument signup (#8037)Samuel Newman2025-03-271-6/+9
|
* Basic minimum password requirements, plus field-specific errors (#7811)Samuel Newman2025-02-241-19/+46
| | | | | | | | | | | | | | | | | | | | | | | * add min password requirement * add field specific errors * move email tld check to after other email checks * add password length check to change password dialog * Update src/view/com/modals/ChangePassword.tsx Co-authored-by: Hailey <me@haileyok.com> * Update src/screens/Signup/StepInfo/index.tsx Co-authored-by: Hailey <me@haileyok.com> * fix lint --------- Co-authored-by: Hailey <me@haileyok.com>
* connect inputs together in signup (#7809)Samuel Newman2025-02-211-2/+25
|
* Date input improvements (#7639)Samuel Newman2025-02-031-1/+2
| | | | | | | | | * add max date, use modern field for birthday input * rm legacy date input * handle simplifying to simpleDateString internally * update jsdoc
* [ELI5] Tweaks to hosting provider (#6935)Samuel Newman2025-01-081-11/+5
| | | | | | | | | | | | | | | * minimal hosting provider * change wording and move back up * first time user nudge * move tip * reexport ticket svg * fix ticket fr this time * text tweak + add minHeight
* Leverage jsx transform to remove unnecessary react imports and update eslint ↵Paul Coroneos2024-11-191-1/+1
| | | | | | | | | config (#6516) * update eslint config with jsx runtime * leverage jsx transform to remove unnecessary react imports and update eslint config * run yarn lint --fix to remove eslint disables related to react/prop-types that is now disabled
* Improve localization of {els} string on Create Account page (#3912)Minseo Lee2024-10-051-31/+52
| | | | Co-authored-by: Hailey <me@haileyok.com>
* Lazy load ViewShot (#5517)Hailey2024-09-271-1/+4
| | | | | | | | | | | * lazy one spot * lazy signup * fix type * tweak type, fix missing viewshot type * only import type oops
* Validate TLD in signup (#5426)Hailey2024-09-201-8/+36
| | | | | | | | | | | | | | | | | | | | | | | * add lib * add validation * log * add some common typos * add tests * reset hasWarned state on edit * shorten path * Move test file, adjust regex, add test * Get real nit picky --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Add autoCapitalize to password field (#5216)Eduardo Tachotte2024-09-121-0/+1
|
* Add labels to a few missing places (#4838)Eric Bailey2024-07-251-2/+8
|
* Improve textinput performance in login and account creation (#4673)Paul Frazee2024-07-021-13/+74
| | | | | | | | | | | | | | | | | | | | | | | * 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>
* Revert animation change in signup (#4693)Hailey2024-06-271-6/+2
|
* Handle pushing to starterpack screen when unauthed (#4692)Hailey2024-06-271-4/+12
|
* Release 1.77.0 (#3549)Paul Frazee2024-04-131-0/+2
| | | | | * A couple test fixes * Intl extract
* Enforce Text suffix for Text-rendering components (#3407)dan2024-04-042-15/+15
| | | | | | | | | | | * 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-1/+1
| | | | | | | | | | | | | * Mark under13 string for translation * Mark buttons for localisation * tweak label * wrap in `ButtonText` * lint * try to fix lint again
* Move some things aroundEric Bailey2024-03-202-0/+243