about summary refs log tree commit diff
path: root/src/screens/Signup
Commit message (Collapse)AuthorAgeFilesLines
* Enforce Text suffix for Text-rendering components (#3407)dan2024-04-043-18/+18
| | | | | | | | | | | * 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-222-7/+13
| | | | | | | | | | | | | * 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-222-41/+33
|
* Release fixes (#3318)Eric Bailey2024-03-211-2/+2
| | | | | | | | | | | * Fix error overflow * await setSavedFeeds before setting birth date * await birth date first instead of feeds --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* [Statsig] Onboarding and routing events (#3302)dan2024-03-211-0/+4
|
* Move some things aroundEric Bailey2024-03-205-2/+247
|
* Remove logEric Bailey2024-03-201-1/+0
|
* StepInfo tweaksEric Bailey2024-03-201-8/+9
|
* Signup shell tweaksEric Bailey2024-03-201-32/+17
|
* sort imports for files related to this PRSamuel Newman2024-03-204-34/+37
|
* Use ALF for signup flow, improve a11y of signup (#3151)Hailey2024-03-195-0/+918
* 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>