Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add share warning to big share button in post ctrl (#3367) | Samuel Newman | 2024-04-03 | 3 | -58/+87 |
| | |||||
* | make entire recent search clickable (#3387) | Samuel Newman | 2024-04-03 | 1 | -44/+44 |
| | |||||
* | apply bg color to entire scrollview (#3364) | Samuel Newman | 2024-03-31 | 1 | -15/+14 |
| | |||||
* | Mark `Retry` and `Go Back` buttons in Error.tsx for localisation (#3352) | surfdude29 | 2024-03-29 | 1 | -9/+16 |
| | | | | | | | * Mark `Retry` and `Go Back` buttons in Error.tsx for localisation * add and sort imports * sort imports better | ||||
* | revert change for closing composer on web only (#3343) | Hailey | 2024-03-22 | 1 | -1/+5 |
| | |||||
* | Mark `under13` and `Next` and `Back` buttons in signup for localisation (#3341) | surfdude29 | 2024-03-22 | 2 | -7/+13 |
| | | | | | | | | | | | | | * Mark under13 string for translation * Mark buttons for localisation * tweak label * wrap in `ButtonText` * lint * try to fix lint again | ||||
* | Wrap Button children in an error boundary (#3340) | Eric Bailey | 2024-03-22 | 1 | -14/+49 |
| | | | | | * Wrap Button children in an error boundary * Check for Trans component | ||||
* | Fix crash during onboarding (#3338) | Eric Bailey | 2024-03-22 | 2 | -32/+30 |
| | | | | | * Fix crash during onboarding * Fix other usage | ||||
* | Merge pull request #3337 from bluesky-social/samuel/scrollable-loggedoutlayout | Samuel Newman | 2024-03-22 | 5 | -81/+95 |
|\ | | | | | Move scrollview to `LoggedOutLayout` to fix scrolling on web | ||||
| * | move auth flows scrollview to loggedin layout | Samuel Newman | 2024-03-22 | 5 | -81/+95 |
| | | |||||
* | | fix android back after closing composer (#3330) | Hailey | 2024-03-22 | 1 | -43/+46 |
|/ | |||||
* | Sign In -> Sign in | Samuel Newman | 2024-03-21 | 3 | -8/+9 |
| | |||||
* | Use logger.error instead of rethrow (#3323) | dan | 2024-03-21 | 1 | -4/+2 |
| | |||||
* | Release fixes (#3318) | Eric Bailey | 2024-03-21 | 2 | -3/+3 |
| | | | | | | | | | | | * Fix error overflow * await setSavedFeeds before setting birth date * await birth date first instead of feeds --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com> | ||||
* | Mods UI fixes (#3296) | Eric Bailey | 2024-03-21 | 12 | -378/+388 |
| | | | | | * Fix report dialog buttons on Android by adjusting styles * Dry up label pref comp | ||||
* | Fix missing error on `PostThread` (#3295) | Hailey | 2024-03-21 | 1 | -1/+1 |
| | |||||
* | Fix dialogs state references, fixes Android back button (#3314) | Eric Bailey | 2024-03-21 | 1 | -8/+8 |
| | | | | | * Fix active/open dialogs state * Improve close logic | ||||
* | [Statsig] Protect against early logEvent call crashing (#3315) | dan | 2024-03-21 | 1 | -5/+15 |
| | | | | | * [Statsig] Check if initialized * Never interrupt the caller | ||||
* | 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 |
| | | |