about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #1788 from ↵Eric Bailey2023-11-013-116/+118
|\ | | | | | | | | bluesky-social/eric/app-899-remove-icons-from-startup-code Revise icons startup code
| * Revise icons startup codeEric Bailey2023-11-013-116/+118
| |
* | Instrument module init in DEV (#1787)dan2023-11-012-0/+63
|/
* Updated the mistake (#1777)Samiksha Mishra2023-10-311-1/+1
| | | Corrected the typo error
* UI/UX improvements in Edit profile screen (#1767)Tarık2023-10-301-13/+21
| | | | | | | | | * Remove cropped area in Edit profile screen iOS * Hide cancel button when saving changes in EditProfile * Disable fadeOut animation cancel button for web in EditProfile screen Since react-native-reanimated is not configured for web support (https://docs.swmansion.com/react-native-reanimated/docs/2.x/fundamentals/web-support/), we are enabling fade out animation for iOS and android solely
* chore: fix typos in testing.md (#1764)Igor Shevchenko2023-10-301-2/+2
|
* 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
* | | Merge branch 'Tanza3D-improve-post-button' into mainPaul Frazee2023-10-301-4/+8
|\ \ \ | |/ / |/| |
| * | 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
| | |
* | | Merge branch 'main' of github.com:bluesky-social/social-app into mainPaul Frazee2023-10-301-0/+12
|\ \ \
| * | | Don't inline-require Babel runtime helpers (#1774)dan2023-10-311-0/+12
| | | |
* | | | Merge branch 'liby-fix/step2-waitlist-link-accessibility' into mainPaul Frazee2023-10-301-4/+10
|\ \ \ \ | |/ / / |/| | |
| * | | 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
| |/ /
* | | Merge branch 'main' of github.com:bluesky-social/social-app into mainPaul Frazee2023-10-302-0/+17
|\ \ \
| * | | Don't compile Hermes-supported features with Babel (#1773)dan2023-10-312-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Don't transpile Hermes-supported features * Disable the object spread plugin We're using Hermes, and Hermes supports object spread. We can remove this patch when we upgrade Expo because it'll be conditional there.
* | | | Merge branch 'liby-bugfix/desktop-web-text-link-media-query-issue' into mainPaul Frazee2023-10-304-16/+13
|\ \ \ \ | |/ / / |/| | |
| * | | 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.
* | | | Merge branch 'elijah-wright-patch-1' into mainPaul Frazee2023-10-301-6/+6
|\ \ \ \
| * | | | 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
| | | | |
* | | | | Let Metro handle import/export instead of Babel (#1772)dan2023-10-302-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | * Let Metro handle import/export instead of Babel * Keep using Babel for ESM->CJS in tests
* | | | | 1.55Paul Frazee2023-10-303-33/+34
| | | | |
* | | | | 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
| | | | |
* | | | | Enable inline requires (#1756)dan2023-10-262-1/+16
| | | | |
* | | | | Merge branch 'main' of github.com:bluesky-social/social-app into mainPaul Frazee2023-10-2613-83/+117
|\ \ \ \ \
| * | | | | 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