Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
| | | | ||||||
| * | | fix pencil svg in asset folder | Samuel Newman | 2024-03-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | sort imports for files related to this PR | Samuel Newman | 2024-03-20 | 17 | -118/+122 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'origin/main' into samuel/alf-login | Samuel Newman | 2024-03-20 | 3 | -1/+53 | |
| |\ \ | ||||||
| * | | | 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 | 62 | -10733/+29965 | |
| |\ \ \ | ||||||
| * | | | | 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 | 4 | -4/+4 | |
| | | | | | ||||||
| * | | | | rm package manager field | Samuel Newman | 2024-03-19 | 1 | -2/+1 | |
| | | | | | ||||||
| * | | | | animate login spinner | Samuel Newman | 2024-03-19 | 2 | -1/+5 | |
| | | | | | ||||||
| * | | | | 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 | 83 | -4705/+4440 | |
| |\ \ \ \ | ||||||
| * | | | | | Use ALF for signup flow, improve a11y of signup (#3151) | Hailey | 2024-03-19 | 25 | -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 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 | 178 | -5209/+7582 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | 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 | 2 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | convert password reset flow | Samuel Newman | 2024-03-15 | 16 | -799/+803 | |
| | | | | | | | ||||||
| * | | | | | | Merge remote-tracking branch 'origin/main' into samuel/alf-login | Samuel Newman | 2024-03-15 | 23 | -111/+225 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | 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 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #3294 from bluesky-social/samuel/alf-splash | Samuel Newman | 2024-03-20 | 2 | -234/+149 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | Use ALF for Splashscreen | |||||
| * | | | | | | | use inlinelink instead of textlink | Samuel Newman | 2024-03-20 | 1 | -17/+10 | |
| | | | | | | | | ||||||
| * | | | | | | | use alf for splashscreen (web) | Samuel Newman | 2024-03-20 | 1 | -129/+86 | |
| | | | | | | | | ||||||
| * | | | | | | | use alf for splashscreen (native) | Samuel Newman | 2024-03-20 | 1 | -91/+56 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #3189 from bluesky-social/samuel/sort-imports | Samuel Newman | 2024-03-20 | 3 | -1/+53 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Sort imports using eslint-plugin-simple-import-sort | |||||
| * | | | | | | change error to warn | Samuel Newman | 2024-03-19 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | forgot to save comment whoops | Samuel Newman | 2024-03-13 | 1 | -3/+2 | |
| | | | | | | |