about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Login form tweaksEric Bailey2024-03-201-74/+75
| | |
| * | Remove logEric Bailey2024-03-201-1/+0
| | |
| * | StepInfo tweaksEric Bailey2024-03-202-69/+38
| | |
| * | Signup shell tweaksEric Bailey2024-03-203-39/+25
| | |
| * | HostingProvider tweaksEric Bailey2024-03-201-26/+34
| | |
| * | fix pencil svg in asset folderSamuel Newman2024-03-201-1/+1
| | |
| * | sort imports for files related to this PRSamuel Newman2024-03-2017-118/+122
| | |
| * | Merge remote-tracking branch 'origin/main' into samuel/alf-loginSamuel Newman2024-03-203-1/+53
| |\ \
| * | | dismiss keyboard when opening dialogSamuel Newman2024-03-202-2/+3
| | | |
| * | | skip initial entering animation for loginSamuel Newman2024-03-201-1/+4
| | | |
| * | | login form back button goes to chooseaccount conditionallySamuel Newman2024-03-201-1/+3
| | | |
| * | | rm extra atomSamuel Newman2024-03-201-1/+0
| | | |
| * | | remove unnecessary group componentSamuel Newman2024-03-201-33/+17
| | | |
| * | | add logEvent that got lost in merge from mainSamuel Newman2024-03-201-0/+5
| | | |
| * | | Merge remote-tracking branch 'origin/main' into samuel/alf-loginSamuel Newman2024-03-2062-10733/+29965
| |\ \ \
| * | | | hog FormErrorSamuel Newman2024-03-191-15/+10
| | | | |
| * | | | add pressed state and rm cloneElementSamuel Newman2024-03-191-11/+5
| | | | |
| * | | | change choose account form to use Button + add hover stylesSamuel Newman2024-03-191-36/+54
| | | | |
| * | | | change hosting provider and forgot pw touchables to buttonSamuel Newman2024-03-192-23/+43
| | | | |
| * | | | remove textfield references from hosting providerSamuel Newman2024-03-191-3/+4
| | | | |
| * | | | remove explicit height/widthSamuel Newman2024-03-191-5/+1
| | | | |
| * | | | rename pencil -> pencilLine and reexportSamuel Newman2024-03-194-4/+4
| | | | |
| * | | | rm package manager fieldSamuel Newman2024-03-191-2/+1
| | | | |
| * | | | animate login spinnerSamuel Newman2024-03-192-1/+5
| | | | |
| * | | | use in-button spinner instead of activity indicatorSamuel Newman2024-03-191-3/+4
| | | | |
| * | | | fix merge issue (double hook)Samuel Newman2024-03-191-1/+0
| | | | |
| * | | | Merge remote-tracking branch 'origin/main' into samuel/alf-loginSamuel Newman2024-03-1983-4705/+4440
| |\ \ \ \
| * | | | | Use ALF for signup flow, improve a11y of signup (#3151)Hailey2024-03-1925-809/+1064
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * | | | | simplify gotoFormSamuel Newman2024-03-191-6/+8
| | | | | |
| * | | | | rm useless function wrapSamuel Newman2024-03-191-2/+1
| | | | | |
| * | | | | move FormError to components/formsSamuel Newman2024-03-194-3/+3
| | | | | |
| * | | | | Merge remote-tracking branch 'origin/main' into samuel/alf-loginSamuel Newman2024-03-19178-5209/+7582
| |\ \ \ \ \
| * | | | | | translate errorSamuel Newman2024-03-151-1/+3
| | | | | | |
| * | | | | | scrollview persist taps, autoFocus codeSamuel Newman2024-03-152-1/+3
| | | | | | |
| * | | | | | animate transitions on web onlySamuel Newman2024-03-153-7/+13
| | | | | | |
| * | | | | | reenable set new password buttonSamuel Newman2024-03-151-2/+0
| | | | | | |
| * | | | | | run ticket through svgomgSamuel Newman2024-03-152-2/+2
| | | | | | |
| * | | | | | convert password reset flowSamuel Newman2024-03-1516-799/+803
| | | | | | |
| * | | | | | Merge remote-tracking branch 'origin/main' into samuel/alf-loginSamuel Newman2024-03-1523-111/+225
| |\ \ \ \ \ \
| * | | | | | | fix collapsed input issueSamuel Newman2024-03-141-148/+157
| | | | | | | |
| * | | | | | | experiment: animate between screensSamuel Newman2024-03-131-1/+8
| | | | | | | |
| * | | | | | | alf the login formSamuel Newman2024-03-137-154/+169
| | | | | | | |
| * | | | | | | convert base login component and ChooseAccountFormSamuel Newman2024-03-136-330/+363
| | | | | | | |
* | | | | | | | Merge pull request #3294 from bluesky-social/samuel/alf-splashSamuel Newman2024-03-202-234/+149
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | Use ALF for Splashscreen
| * | | | | | | use inlinelink instead of textlinkSamuel Newman2024-03-201-17/+10
| | | | | | | |
| * | | | | | | use alf for splashscreen (web)Samuel Newman2024-03-201-129/+86
| | | | | | | |
| * | | | | | | use alf for splashscreen (native)Samuel Newman2024-03-201-91/+56
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #3189 from bluesky-social/samuel/sort-importsSamuel Newman2024-03-203-1/+53
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Sort imports using eslint-plugin-simple-import-sort
| * | | | | | change error to warnSamuel Newman2024-03-191-2/+2
| | | | | | |
| * | | | | | forgot to save comment whoopsSamuel Newman2024-03-131-3/+2
| | | | | | |