Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix lint-staged not allowing edits to Markdown files (#1402) | dan | 2023-09-07 | 2 | -10/+4 |
| | | | | | * Remove unnecessary overrides config * Only lint-staged code files | ||||
* | Always prebuild cleanly (#1399) | dan | 2023-09-06 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1397 from bluesky-social/eric/fix-startup-error | Eric Bailey | 2023-09-06 | 1 | -3/+7 |
|\ | | | | | prevent error screen on startup | ||||
| * | prevent error screen on startup | Eric Bailey | 2023-09-06 | 1 | -3/+7 |
|/ | |||||
* | Update ProfileHeader.tsx (#1389) | Minseo Lee | 2023-09-06 | 1 | -4/+4 |
| | |||||
* | fix text color on waitlist join (#1387) | Ansh | 2023-09-06 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary deps from package.json (#1393) | dan | 2023-09-06 | 2 | -14/+3 |
| | |||||
* | Use frozen lockfile for CI workflows (#1394) | dan | 2023-09-06 | 1 | -2/+2 |
| | |||||
* | 1.49 | Paul Frazee | 2023-09-05 | 2 | -3/+3 |
| | |||||
* | Update tests | Paul Frazee | 2023-09-05 | 3 | -4/+8 |
| | |||||
* | Fix thread positioning on load (#1385) | Paul Frazee | 2023-09-05 | 1 | -4/+4 |
| | | | | | * Fix minIndex for consistent positioning on thread view * Enable maintainVisibleContentPosition on android now that it's supported | ||||
* | Upgrade to Expo 49 (#1331) | Eric Bailey | 2023-09-05 | 21 | -1742/+1107 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Enable Fast Refresh for web (#1383) | dan | 2023-09-05 | 3 | -4/+26 |
| | |||||
* | Updates to use dynamic/responsive styles on web (#1351) | Paul Frazee | 2023-09-05 | 63 | -461/+762 |
| | | | | | | | | | | | | | | | | | | | * Move most responsive queries to the hook * Fix invalid CSS value * Fixes to tablet render of post thread * Fix overflow issues on web * Fix search header on tablet * Fix QP margin in web composer * Fix: only apply double gutter once to flatlist (close #1368) * Fix styles on discover feeds header * Fix double discover links in multifeed | ||||
* | Fix mismatching button label for speech recognition (#1372) | dan | 2023-09-05 | 5 | -5/+5 |
| | | | | | * Fix mismatching a11y label * Update all new post button labels to match | ||||
* | Fix caret jumps for web composer (#1374) | dan | 2023-09-05 | 1 | -5/+2 |
| | | | | | * Fix caret jumps for web composer * Autofocus at the end on mount | ||||
* | Improved mute alerting (#1355) | Paul Frazee | 2023-09-01 | 4 | -6/+63 |
| | | | | | | | * Use a simpler mute alert when viewing a post by a muted user * Dont mute self-QPs when we're overriding a mute * Fix types | ||||
* | Sort thread replies by likes (#1356) | Paul Frazee | 2023-09-01 | 1 | -1/+5 |
| | | | | | * Sort replies by likes * Types fix | ||||
* | refresh when empty (#1354) | Ansh | 2023-08-31 | 1 | -0/+7 |
| | |||||
* | show images in notification if post also has record embed (#1349) | Samuel Newman | 2023-08-31 | 1 | -0/+4 |
| | |||||
* | encode all unsafe characters in post text for translate URL (#1345) | Eric Bailey | 2023-08-31 | 1 | -1/+3 |
| | |||||
* | Fix 1338 mark notifications read with timeout and on app state change (#1340) | Ansh | 2023-08-30 | 1 | -1/+14 |
| | | | | | * mark notifications read with timeout and on app state change * fix type | ||||
* | Fix 1304 refresh notifications when a notif is clicked or received (#1339) | Ansh | 2023-08-30 | 2 | -6/+7 |
| | | | | | | | | | * refresh notifications when a notif is clicked * make notification syncing smarter * allow enabled appview proxy on mobile * put back syncqueue code | ||||
* | Fix #1328 fix emoji picker scroll on firefox and chrome (#1332) | Ansh | 2023-08-30 | 1 | -16/+36 |
| | | | | | | | | | * fix emoji picker scroll on firefox and chrome * click outside emoji picker to dismiss * dynamically position emoji picker * dynamically placing picker | ||||
* | Improvements to UI in web logged-out views (#1341) | Paul Frazee | 2023-08-30 | 6 | -120/+239 |
| | | | | | | | * Add LoggedOutLayout for desktop/tablet web * Avoid screen flash in the transition to onboarding * Fix comment | ||||
* | fix types for breakpoints on mobile (#1342) | Ansh | 2023-08-30 | 1 | -3/+6 |
| | |||||
* | Merge branch 'ansh/app-812-add-custom-feed-discovery-to-onboarding' into main | Paul Frazee | 2023-08-30 | 29 | -218/+1034 |
|\ | |||||
| * | Fix: remove bottom bar during onboard | Paul Frazee | 2023-08-30 | 1 | -0/+4 |
| | | |||||
| * | Simplify the RecommendedFeeds with breakpoint components | Paul Frazee | 2023-08-30 | 6 | -260/+204 |
| | | |||||
| * | Fix types and remove dead code | Paul Frazee | 2023-08-30 | 4 | -60/+1 |
| | | |||||
| * | More fixes to mobile onboard | Paul Frazee | 2023-08-30 | 8 | -165/+254 |
| | | |||||
| * | Fix onboarding on mobile web | Paul Frazee | 2023-08-30 | 7 | -216/+262 |
| | | |||||
| * | Tweak dark mode on web | Paul Frazee | 2023-08-30 | 1 | -3/+10 |
| | | |||||
| * | Tweaks to mobile onboard | Paul Frazee | 2023-08-29 | 2 | -6/+7 |
| | | |||||
| * | Rework web onboarding | Paul Frazee | 2023-08-29 | 9 | -126/+539 |
| | | |||||
| * | Move onboarding to the withAuthRequired HOC | Paul Frazee | 2023-08-29 | 9 | -103/+45 |
| | | |||||
| * | fix onboarding on web | Ansh Nanda | 2023-08-29 | 11 | -113/+235 |
| | | |||||
| * | add more tracking | Ansh Nanda | 2023-08-28 | 2 | -2/+4 |
| | | |||||
| * | start onboarding only for new account creations | Ansh Nanda | 2023-08-28 | 3 | -20/+17 |
| | | |||||
| * | simplify onboarding model function naming | Ansh Nanda | 2023-08-28 | 4 | -6/+11 |
| | | |||||
| * | track onboarding steps | Ansh Nanda | 2023-08-28 | 1 | -0/+2 |
| | | |||||
| * | Merge branch 'main' into ansh/app-812-add-custom-feed-discovery-to-onboarding | Ansh Nanda | 2023-08-28 | 4 | -34/+11 |
| |\ | |||||
| * | | fix onboarding stuck on welcome | Ansh Nanda | 2023-08-28 | 1 | -6/+11 |
| | | | |||||
| * | | add custom feed discovery to onboarding | Ansh Nanda | 2023-08-28 | 6 | -39/+225 |
| | | | |||||
| * | | remove logs | Ansh Nanda | 2023-08-28 | 2 | -2/+0 |
| | | | |||||
| * | | move onboarding to screens | Ansh Nanda | 2023-08-28 | 11 | -107/+149 |
| | | | |||||
| * | | update packages | Ansh Nanda | 2023-08-28 | 1 | -2/+30 |
| | | | |||||
| * | | Merge branch 'main' into ansh/app-812-add-custom-feed-discovery-to-onboarding | Ansh Nanda | 2023-08-25 | 8 | -11/+17 |
| |\ \ | |||||
| * | | | create onboarding model | Ansh Nanda | 2023-08-25 | 2 | -0/+69 |
| | | | | |||||
* | | | | Move `PreferencesHomeFeed` to a screen instead of a modal (#1335) | Ansh | 2023-08-30 | 12 | -38/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * move `PreferencesHomeFeed` to a screen instead of a modal * add web route for home feed preferences * upgrade `@miblanchard/react-native-slider` to fix lint * fix web route naming * fix desktop web styling * add `react-native-slider` mock |