about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright report link (#1799)Paul Frazee2023-11-021-1/+2
|
* Lookup did for my profile at screen to avoid bad actor error (#1800)Paul Frazee2023-11-022-5/+5
|
* Work around a startup stall caused by expo-image on low-end Android (#1801)dan2023-11-023-11/+39
| | | | | * Use plain RN image for startup-blocking UI * Add comments
* Treat PHP pages as HTML (#1797)Eric Bailey2023-11-021-1/+1
|
* Replace draglist due to upstream errors (#1795)Paul Frazee2023-11-022-163/+132
| | | | | | | | | | | * Replace draggable flatlist with simple sort buttons * Remove react-native-draggable-flatlist dep * Fix hitslops * Update lockfile * Remove bad flex:1
* Fix max-height issuesPaul Frazee2023-11-021-1/+8
|
* Merge branch 'make-choose-account-scrollable' of ↵Paul Frazee2023-11-021-2/+3
|\ | | | | | | https://github.com/flicknow/social-app into flicknow-make-choose-account-scrollable
| * Make choose account form scrollableflicknow2023-11-011-2/+3
| |
* | Store saved feeds on the root store so we can load on init (#1793)Paul Frazee2023-11-014-3/+21
|/
* Lists updates: curate lists and blocklists (#1689)Paul Frazee2023-11-0182-1919/+3768
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add lists screen * Update Lists screen and List create/edit modal to support curate lists * Rework the ProfileList screen and add curatelist support * More ProfileList progress * Update list modals * Rename mutelists to modlists * Layout updates/fixes * More layout fixes * Modal fixes * List list screen updates * Update feed page to give more info * Layout fixes to ListAddUser modal * Layout fixes to FlatList and Feed on desktop * Layout fix to LoadLatestBtn on Web * Handle did resolution before showing the ProfileList screen * Rename the CustomFeed routes to ProfileFeed for consistency * Fix layout issues with the pager and feeds * Factor out some common code * Fix UIs for mobile * Fix user list rendering * Fix: dont bubble custom feed errors in the merge feed * Refactor feed models to reduce usage of the SavedFeeds model * Replace CustomFeedModel with FeedSourceModel which abstracts feed-generators and lists * Add the ability to pin lists * Add pinned lists to mobile * Remove dead code * Rework the ProfileScreenHeader to create more real-estate for action buttons * Improve layout behavior on web mobile breakpoints * Refactor feed & list pages to use new Tabs layout component * Refactor to ProfileSubpageHeader * Implement modlist block and mute * Switch to new api and just modify state on modlist actions * Fix some UI overflows * Fix: dont show edit buttons on lists you dont own * Fix alignment issue on long titles * Improve loading and error states for feeds & lists * Update list dropdown icons for ios * Fetch feed display names in the mergefeed * Improve rendering off offline feeds in the feed-listing page * Update Feeds listing UI to react to changes in saved/pinned state * Refresh list and feed on posts tab press * Fix pinned feed ordering UI * Fixes to list pinning * Remove view=simple qp * Add list to feed tuners * Render richtext * Add list href * Add 'view avatar' * Remove unused import * Fix missing import * Correctly reflect block by list state * Replace the <Tabs> component with the more effective <PagerWithHeader> component * Improve the responsiveness of the PagerWithHeader * Fix visual jank in the feed loading state * Improve performance of the PagerWithHeader * Fix a case that would cause the header to animate too aggressively * Add the ability to scroll to top by tapping the selected tab * Fix unit test runner * Update modlists test * Add curatelist tests * Fix: remove link behavior in ListAddUser modal * Fix some layout jank in the PagerWithHeader on iOS * Simplify ListItems header rendering * Wait for the appview to recognize the list before proceeding with list creation * Fix glitch in the onPageSelecting index of the Pager * Fix until() * Copy fix Co-authored-by: Eric Bailey <git@esb.lol> --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Simplify loading emoji data (#1790)dan2023-11-013-11/+4
|
* Remove unused Intl.Segmenter polyfill (#1789)dan2023-11-012-21/+1
|
* 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-011-0/+13
|/
* 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
* 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>