about summary refs log tree commit diff
path: root/src/screens/Signup/StepInfo/index.tsx
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
|
* 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-041-10/+10
| | | | | | | | | | | * Rm unused * Add Text suffix to Title/Description * Add Text suffix to text components * Add Text suffix to props * Validate Text components returns
* Move some things aroundEric Bailey2024-03-201-0/+146