about summary refs log tree commit diff
path: root/src/screens/Signup/StepHandle.tsx
Commit message (Collapse)AuthorAgeFilesLines
* 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>