Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | run `yarn lint --fix` (#9013) | Samuel Newman | 2025-09-09 | 1 | -1/+1 |
| | |||||
* | Logged out improvments (#5771) | Samuel Newman | 2024-10-17 | 1 | -9/+6 |
| | | | | | | | | | | | | | | | | | * fetch all accounts in one go * delete unused component * add safeareaview to logged out layout * add safe area insets to LoggedOut view * add safe area insets to the error boundary * sanitize displaynames/handles * use button for X * increase spacing | ||||
* | fix keyboard overlaying onboarding inputs (#4558) | Hailey | 2024-06-18 | 1 | -1/+7 |
| | |||||
* | move auth flows scrollview to loggedin layout | Samuel Newman | 2024-03-22 | 1 | -8/+47 |
| | |||||
* | Upgrade to Expo 49 (#1331) | Eric Bailey | 2023-09-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to expo 49 * update expo-camera to fix console erorrs * run doctor again * fix ts errors * patch @sentry/react-native Getting `cannot read property 'ignoreLogs' of undefined` in this file. Ironically, this may be a cyclical imports problem. LogBox isn't enabled in production, so this patch should only affect dev/test. * fix type error * reinstall newer reanimated * pin expo-dev-client to fix reanimated dev-build issue * fix type errors, fix bad conflict res * Fix to notifications badge z-index on desktop --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | Improvements to UI in web logged-out views (#1341) | Paul Frazee | 2023-08-30 | 1 | -0/+102 |
* Add LoggedOutLayout for desktop/tablet web * Avoid screen flash in the transition to onboarding * Fix comment |