Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix android splash jump (#3316) | Eric Bailey | 2024-03-21 | 1 | -3/+0 |
| | | | | | | | | | | | * Setup translucent status bar of splash screen on android (#3300) Co-authored-by: Eric Bailey <git@esb.lol> * Fix conflict better --------- Co-authored-by: Eiichi Yoshikawa <edo@bari-ikutsu.com> | ||||
* | [Statsig] Onboarding and routing events (#3302) | dan | 2024-03-21 | 13 | -178/+259 |
| | |||||
* | Fix problems with `BottomSheet` and the report dialog (#3297) | Hailey | 2024-03-20 | 9 | -107/+114 |
| | | | | | | | | | | | | | | | | | | | | | * use @discord/bottom-sheet * add @types/invariant * some progress on keyboard dialog * rework rework add a comment use discord bottom sheet * remove `@gorhom/bottom-sheet` * remove android specific code * organize imports | ||||
* | Merge pull request #3217 from bluesky-social/samuel/alf-login | Samuel Newman | 2024-03-20 | 48 | -2554/+2564 |
|\ | | | | | Use ALF for login & signup flow | ||||
| * | Adjust DateField timezone offset | Eric Bailey | 2024-03-20 | 2 | -3/+4 |
| | | |||||
| * | Fix key error on choose account | Eric Bailey | 2024-03-20 | 1 | -3/+2 |
| | | |||||
| * | Move some things around | Eric Bailey | 2024-03-20 | 6 | -301/+4 |
| | | |||||
| * | Bump button size on choose account | Eric Bailey | 2024-03-20 | 1 | -1/+1 |
| | | |||||
| * | Password flow tweaks | Eric Bailey | 2024-03-20 | 4 | -25/+29 |
| | | |||||
| * | Login form tweaks | Eric Bailey | 2024-03-20 | 1 | -74/+75 |
| | | |||||
| * | Remove log | Eric Bailey | 2024-03-20 | 1 | -1/+0 |
| | | |||||
| * | StepInfo tweaks | Eric Bailey | 2024-03-20 | 2 | -69/+38 |
| | | |||||
| * | Signup shell tweaks | Eric Bailey | 2024-03-20 | 3 | -39/+25 |
| | | |||||
| * | HostingProvider tweaks | Eric Bailey | 2024-03-20 | 1 | -26/+34 |
| | | |||||
| * | sort imports for files related to this PR | Samuel Newman | 2024-03-20 | 17 | -118/+122 |
| | | |||||
| * | dismiss keyboard when opening dialog | Samuel Newman | 2024-03-20 | 2 | -2/+3 |
| | | |||||
| * | skip initial entering animation for login | Samuel Newman | 2024-03-20 | 1 | -1/+4 |
| | | |||||
| * | login form back button goes to chooseaccount conditionally | Samuel Newman | 2024-03-20 | 1 | -1/+3 |
| | | |||||
| * | rm extra atom | Samuel Newman | 2024-03-20 | 1 | -1/+0 |
| | | |||||
| * | remove unnecessary group component | Samuel Newman | 2024-03-20 | 1 | -33/+17 |
| | | |||||
| * | add logEvent that got lost in merge from main | Samuel Newman | 2024-03-20 | 1 | -0/+5 |
| | | |||||
| * | Merge remote-tracking branch 'origin/main' into samuel/alf-login | Samuel Newman | 2024-03-20 | 51 | -10709/+29908 |
| |\ | |||||
| * | | hog FormError | Samuel Newman | 2024-03-19 | 1 | -15/+10 |
| | | | |||||
| * | | add pressed state and rm cloneElement | Samuel Newman | 2024-03-19 | 1 | -11/+5 |
| | | | |||||
| * | | change choose account form to use Button + add hover styles | Samuel Newman | 2024-03-19 | 1 | -36/+54 |
| | | | |||||
| * | | change hosting provider and forgot pw touchables to button | Samuel Newman | 2024-03-19 | 2 | -23/+43 |
| | | | |||||
| * | | remove textfield references from hosting provider | Samuel Newman | 2024-03-19 | 1 | -3/+4 |
| | | | |||||
| * | | remove explicit height/width | Samuel Newman | 2024-03-19 | 1 | -5/+1 |
| | | | |||||
| * | | rename pencil -> pencilLine and reexport | Samuel Newman | 2024-03-19 | 2 | -3/+3 |
| | | | |||||
| * | | animate login spinner | Samuel Newman | 2024-03-19 | 1 | -0/+3 |
| | | | |||||
| * | | use in-button spinner instead of activity indicator | Samuel Newman | 2024-03-19 | 1 | -3/+4 |
| | | | |||||
| * | | fix merge issue (double hook) | Samuel Newman | 2024-03-19 | 1 | -1/+0 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/main' into samuel/alf-login | Samuel Newman | 2024-03-19 | 73 | -4600/+4117 |
| |\ \ | |||||
| * | | | Use ALF for signup flow, improve a11y of signup (#3151) | Hailey | 2024-03-19 | 21 | -809/+1060 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 gotoForm | Samuel Newman | 2024-03-19 | 1 | -6/+8 |
| | | | | |||||
| * | | | rm useless function wrap | Samuel Newman | 2024-03-19 | 1 | -2/+1 |
| | | | | |||||
| * | | | move FormError to components/forms | Samuel Newman | 2024-03-19 | 4 | -3/+3 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'origin/main' into samuel/alf-login | Samuel Newman | 2024-03-19 | 156 | -5172/+7309 |
| |\ \ \ | |||||
| * | | | | translate error | Samuel Newman | 2024-03-15 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | scrollview persist taps, autoFocus code | Samuel Newman | 2024-03-15 | 2 | -1/+3 |
| | | | | | |||||
| * | | | | animate transitions on web only | Samuel Newman | 2024-03-15 | 3 | -7/+13 |
| | | | | | |||||
| * | | | | reenable set new password button | Samuel Newman | 2024-03-15 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | run ticket through svgomg | Samuel Newman | 2024-03-15 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | convert password reset flow | Samuel Newman | 2024-03-15 | 15 | -799/+802 |
| | | | | | |||||
| * | | | | Merge remote-tracking branch 'origin/main' into samuel/alf-login | Samuel Newman | 2024-03-15 | 22 | -110/+224 |
| |\ \ \ \ | |||||
| * | | | | | fix collapsed input issue | Samuel Newman | 2024-03-14 | 1 | -148/+157 |
| | | | | | | |||||
| * | | | | | experiment: animate between screens | Samuel Newman | 2024-03-13 | 1 | -1/+8 |
| | | | | | | |||||
| * | | | | | alf the login form | Samuel Newman | 2024-03-13 | 7 | -154/+169 |
| | | | | | | |||||
| * | | | | | convert base login component and ChooseAccountForm | Samuel Newman | 2024-03-13 | 6 | -330/+363 |
| | | | | | | |||||
* | | | | | | use inlinelink instead of textlink | Samuel Newman | 2024-03-20 | 1 | -17/+10 |
| | | | | | |