about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Filter non-self threads from profile view (#1757)Eric Bailey2023-10-301-1/+47
|
* Merge branch 'main' of https://github.com/haideralipunjabi/social-app into mainPaul Frazee2023-10-306-5/+64
|\
| * Added show more for long postsHaider Ali Punjabi2023-10-266-5/+64
| |
* | Use more beautiful title separator (#1728)Leo Lamprecht2023-10-301-1/+1
| |
* | Allow back navigation to home on profile header (#1717)Pouria Delfanazari2023-10-301-1/+5
| | | | | | Navigate back to home if there is no navigation history.
* | Merge branch 'main' of github.com:bluesky-social/social-app into mainPaul Frazee2023-10-301-0/+6
|\ \
| * | Log time to first paint (#1775)dan2023-10-311-0/+6
| | | | | | | | | | | | | | | * Log time to first paint * Fix TS
* | | Yep, one pixelPaul Frazee2023-10-301-1/+1
| | |
* | | Merge branch 'improve-post-button' of https://github.com/Tanza3D/social-app ↵Paul Frazee2023-10-301-4/+8
|\ \ \ | |/ / |/| | | | | into Tanza3D-improve-post-button
| * | Fix wonky commentTanza3D2023-10-181-1/+1
| | |
| * | Shrink to 16 againTanza3D2023-10-181-1/+1
| | |
| * | Improve New Post buttonTanza3D2023-10-181-5/+9
| | |
* | | Fix a11y propPaul Frazee2023-10-301-2/+2
| | |
* | | Merge branch 'fix/step2-waitlist-link-accessibility' of ↵Paul Frazee2023-10-301-3/+9
|\ \ \ | | | | | | | | | | | | https://github.com/liby/social-app into liby-fix/step2-waitlist-link-accessibility
| * | | Improved accessibility and interaction for waitlist Link in `Step2` componentBryan Lee2023-10-151-3/+9
| |/ /
* | | Rename component to match new behaviorPaul Frazee2023-10-304-11/+11
| | |
* | | Merge branch 'bugfix/desktop-web-text-link-media-query-issue' of ↵Paul Frazee2023-10-301-5/+2
|\ \ \ | | | | | | | | | | | | https://github.com/liby/social-app into liby-bugfix/desktop-web-text-link-media-query-issue
| * | | Replace `isDesktop` with `isWeb` in `DesktopWebTextLink` componentBryan Lee2023-10-041-5/+2
| | | | | | | | | | | | | | | | | | | | - Replaced `useWebMediaQueries().isDesktop` with `isWeb` in `DesktopWebTextLink` component to fix inconsistent behavior due to media query changes. - `isWeb` doesn't rely on media queries, offering stable judgement and avoiding fluctuation when adjusting the browser window.
* | | | Fix lintPaul Frazee2023-10-301-0/+2
| | | |
* | | | Merge branch 'patch-1' of https://github.com/elijah-wright/social-app into ↵Paul Frazee2023-10-301-6/+4
|\ \ \ \ | | | | | | | | | | | | | | | elijah-wright-patch-1
| * | | | readd hintElijah Wright2023-10-081-1/+1
| | | | |
| * | | | fix accessibility in AutoSizedImageElijah Wright2023-10-081-6/+4
| | | | |
* | | | | Initialize screen modules lazily (#1763)dan2023-10-271-41/+44
| | | | | | | | | | | | | | | | | | | | | | | | | * Initialize screen modules lazily * Use getComponent (thanks @ecreeth for the tip)
* | | | | Remove redundant linking listeners (#1760)dan2023-10-261-10/+0
| | | | |
* | | | | Fix white flash on startup (#1759)dan2023-10-273-3/+7
| | | | |
* | | | | Update Analytics (#1743)Ansh2023-10-264-18/+19
| |_|_|/ |/| | |
* | | | 1721 Update support link (#1722)Ansh2023-10-251-5/+5
| | | | | | | | | | | | | | | | | | | | * change support page copy * fix grammar
* | | | add scroll indicator on web to profile suggested follows card (#1724)Ansh2023-10-251-4/+8
| | | |
* | | | allow enter key to trigger waitlist signup (#1723)Ansh2023-10-251-0/+2
| | | |
* | | | Fixed CropImage modal aspect ratio buttons visibility in dark mode (#1730)elliot2023-10-251-3/+3
| | | |
* | | | Remove MobX from Link (#1745)dan2023-10-251-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove MobX from Link * Keep memo() though We previously had observer() apply it automatically, so re-add it
* | | | Simplify the avatar component (#1744)dan2023-10-253-44/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Copypaste UserAvatar to EditableUserAvatar * Swap usages with onSelectNewAvatar to EditableUserAvatar * Split prop types into UserAvatarProps and EditableUserAvatarProps * Remove dead branches from EditableUserAvatar * Remove dead branches from UserAvatar
* | | | Fix four gallery images for Firefox (#1710)dan2023-10-181-4/+4
| |_|/ |/| |
* | | Performance optimization (#1676)Ansh2023-10-1314-364/+332
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upgrade sentry to support profiling monitoring * remove console logs in production builds * feeds tab bar and bottom bar animation centralized * refactor FeedPage out of Home * add script to start in production mode * move FAB inner to reanimated * move FABInner back to `Animated` RN animation * add perf commands * add testing with Maestro and perf with Flashlight * fix merge conflicts * fix resourceClass name in eas.json * fix onEndReachedThreshold in Feed * memoize styles * go back to old styling for LoadLatestBtn * remove reanimated code from useMinimalShellMode * move shell animations to hook/reanimated for perf * fix empty state issue * make shell animation feel smoother * make shell animation more smooth * run animation with autorun * specify keys for tab bar properly * remove comments * remove already imported dep * fix lint * add testing instructions * mock sentry-expo for jest * fix jest mocks * Fix the load-latest button on desktop and tablet * Fix: don't move the FAB in tablet mode * Fix type error * Fix tabs bar positioning on tablet * Fix types --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* | | Toggle lightbox controls on tap (#1687)dan2023-10-134-63/+81
| | | | | | | | | | | | | | | | | | | | | * Make the lightbox controls animation smoother * Toggle controls on tap * Disable pointer events when hidden
* | | Fix profile preview jump (#1693)dan2023-10-134-18/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add top inset for profile preview to match target screen * Avoid flicker by waiting for profile screen navigation * Fix glimmer to align with the content * A more reliable (but non-scientific) fix for the flash * Lower the timeout
* | | Disable events on hidden bars (#1686)dan2023-10-133-1/+15
| | |
* | | Fix profile layout shift (#1690)dan2023-10-131-13/+2
| | |
* | | Don't re-render bars when showing/hiding them (#1691)dan2023-10-134-46/+58
| | | | | | | | | | | | | | | | | | | | | * Don't re-render bars when showing/hiding them * Fix more cases * Use autorun instead of reaction to fix first render
* | | Fix crash when scrolling down on the web (#1684)dan2023-10-121-4/+2
| | |
* | | Make shell hide/show animation smoother (#1683)dan2023-10-123-8/+17
| | | | | | | | | | | | | | | * Make shell hide/show animation smoother * Also animate "load latest"
* | | Fix layout shift for multi-image posts (#1673)dan2023-10-122-66/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix layout shift for multi-image posts * Add a comment for the hack * Use margins instead of gap * Move alt label
* | | Port remaining lightbox code to Reanimated (#1669)dan2023-10-101-42/+27
| | | | | | | | | | | | | | | * Port remaining lightbox code to Reanimated * Fix memoization
* | | Update testrunner to use new dev-env [WIP] (#1575)Paul Frazee2023-10-101-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update testrunner to use new dev-env * Fix label testcase * Vendor the dev-infra scripts from the atproto repo for the dev-env server runner * Bump detox to fix the ios sim control issue * Use iphone 15 pro for tests * Ensure the reminders never trigger during tests * Skip the shell tests due to a crash bug with detox and the drawer
* | | Fix MobX crash for Android lightbox (#1668)dan2023-10-102-1/+3
| | | | | | | | | | | | | | | * Fix MobX crash for Android lightbox * Reorder props to match between forks
* | | Change lightbox to use Pager (#1666)dan2023-10-104-141/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Change lightbox to use Pager * Fix crash issue on ios --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* | | make empty feed required (#1667)Ansh2023-10-102-6/+3
| | |
* | | Only warn on links to bsky.app if it represents itself as another url (#1662)Paul Frazee2023-10-101-5/+22
| | | | | | | | | | | | | | | * Only warn on links to bsky.app if it represents itself as another url (close #1652) * Clean up
* | | Fix keyboard double pad issue in email change & verify modals (#1664)Paul Frazee2023-10-102-275/+250
| | |
* | | Don't highlight tags in composer yet (#1665)Eric Bailey2023-10-101-10/+13
| | |