about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Fix lint-staged not allowing edits to Markdown files (#1402)dan2023-09-072-10/+4
| | | | | * Remove unnecessary overrides config * Only lint-staged code files
* Always prebuild cleanly (#1399)dan2023-09-061-1/+1
|
* Merge pull request #1397 from bluesky-social/eric/fix-startup-errorEric Bailey2023-09-061-3/+7
|\ | | | | prevent error screen on startup
| * prevent error screen on startupEric Bailey2023-09-061-3/+7
|/
* Update ProfileHeader.tsx (#1389)Minseo Lee2023-09-061-4/+4
|
* fix text color on waitlist join (#1387)Ansh2023-09-061-1/+1
|
* Remove unnecessary deps from package.json (#1393)dan2023-09-062-14/+3
|
* Use frozen lockfile for CI workflows (#1394)dan2023-09-061-2/+2
|
* 1.49Paul Frazee2023-09-052-3/+3
|
* Update testsPaul Frazee2023-09-053-4/+8
|
* Fix thread positioning on load (#1385)Paul Frazee2023-09-051-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 Bailey2023-09-0521-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)dan2023-09-053-4/+26
|
* Updates to use dynamic/responsive styles on web (#1351)Paul Frazee2023-09-0563-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)dan2023-09-055-5/+5
| | | | | * Fix mismatching a11y label * Update all new post button labels to match
* Fix caret jumps for web composer (#1374)dan2023-09-051-5/+2
| | | | | * Fix caret jumps for web composer * Autofocus at the end on mount
* Improved mute alerting (#1355)Paul Frazee2023-09-014-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 Frazee2023-09-011-1/+5
| | | | | * Sort replies by likes * Types fix
* refresh when empty (#1354)Ansh2023-08-311-0/+7
|
* show images in notification if post also has record embed (#1349)Samuel Newman2023-08-311-0/+4
|
* encode all unsafe characters in post text for translate URL (#1345)Eric Bailey2023-08-311-1/+3
|
* Fix 1338 mark notifications read with timeout and on app state change (#1340)Ansh2023-08-301-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)Ansh2023-08-302-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)Ansh2023-08-301-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 Frazee2023-08-306-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)Ansh2023-08-301-3/+6
|
* Merge branch 'ansh/app-812-add-custom-feed-discovery-to-onboarding' into mainPaul Frazee2023-08-3029-218/+1034
|\
| * Fix: remove bottom bar during onboardPaul Frazee2023-08-301-0/+4
| |
| * Simplify the RecommendedFeeds with breakpoint componentsPaul Frazee2023-08-306-260/+204
| |
| * Fix types and remove dead codePaul Frazee2023-08-304-60/+1
| |
| * More fixes to mobile onboardPaul Frazee2023-08-308-165/+254
| |
| * Fix onboarding on mobile webPaul Frazee2023-08-307-216/+262
| |
| * Tweak dark mode on webPaul Frazee2023-08-301-3/+10
| |
| * Tweaks to mobile onboardPaul Frazee2023-08-292-6/+7
| |
| * Rework web onboardingPaul Frazee2023-08-299-126/+539
| |
| * Move onboarding to the withAuthRequired HOCPaul Frazee2023-08-299-103/+45
| |
| * fix onboarding on webAnsh Nanda2023-08-2911-113/+235
| |
| * add more trackingAnsh Nanda2023-08-282-2/+4
| |
| * start onboarding only for new account creationsAnsh Nanda2023-08-283-20/+17
| |
| * simplify onboarding model function namingAnsh Nanda2023-08-284-6/+11
| |
| * track onboarding stepsAnsh Nanda2023-08-281-0/+2
| |
| * Merge branch 'main' into ansh/app-812-add-custom-feed-discovery-to-onboardingAnsh Nanda2023-08-284-34/+11
| |\
| * | fix onboarding stuck on welcomeAnsh Nanda2023-08-281-6/+11
| | |
| * | add custom feed discovery to onboardingAnsh Nanda2023-08-286-39/+225
| | |
| * | remove logsAnsh Nanda2023-08-282-2/+0
| | |
| * | move onboarding to screensAnsh Nanda2023-08-2811-107/+149
| | |
| * | update packagesAnsh Nanda2023-08-281-2/+30
| | |
| * | Merge branch 'main' into ansh/app-812-add-custom-feed-discovery-to-onboardingAnsh Nanda2023-08-258-11/+17
| |\ \
| * | | create onboarding modelAnsh Nanda2023-08-252-0/+69
| | | |
* | | | Move `PreferencesHomeFeed` to a screen instead of a modal (#1335)Ansh2023-08-3012-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