about summary refs log tree commit diff
path: root/src/view/com/posts/FeedItem.tsx
Commit message (Expand)AuthorAgeFilesLines
* Change many border widths from `1` to `hairlineWidth` (#4294)Hailey2024-05-311-5/+6
* Add follow button to feed item avatar (#3560)Samuel Newman2024-05-311-7/+14
* Post controls update followup (#4276)Samuel Newman2024-05-301-2/+2
* Improve the visual clarity of labels on profiles and posts (#4262)Paul Frazee2024-05-301-1/+1
* Include feedContext in DOM as data- (#4206)dan2024-05-241-1/+2
* Improve moderation behaviors: show alert/inform sources and improve UX around...Paul Frazee2024-05-241-1/+1
* Remove `getProfile` calls when loading feed (#3881)Hailey2024-05-231-56/+61
* Implement FeedFeedback API (#3498)Paul Frazee2024-05-071-4/+57
* remove precacheThreadPostProfiles (#3729)Hailey2024-04-271-4/+10
* Add hovercards to "Reply To" (#3587)dan2024-04-161-6/+8
* Profile hovers (#3518)Eric Bailey2024-04-131-31/+36
* Use consistent avatar shape/defaults for labelers (#3257)Eric Bailey2024-03-191-5/+2
* 3p moderation services [WIP] (#2550)Paul Frazee2024-03-181-32/+17
* Remove `FixedTouchableHighlight` , fix Android press issues (#3214)Hailey2024-03-141-1/+0
* [Statsig] Track likes, reposts, follows (#3195)dan2024-03-131-0/+1
* Safeguard posts from clobbered state (#3006)dan2024-02-281-0/+2
* Add tags and mute words (#2968)Eric Bailey2024-02-261-0/+2
* Swap `RichText` (#2934)Eric Bailey2024-02-201-5/+4
* remove sandbox labels (#2883)Hailey2024-02-161-3/+0
* moderate avatars and embeds in composer reply to (#2665)Hailey2024-01-301-1/+2
* Update FeedItem.tsxMinseo Lee2024-01-231-1/+1
* Fix typos, improve localization and unify separators (#2502)Minseo Lee2024-01-221-1/+1
* Use the RichText facets when copying post text (#2481)Mary2024-01-101-0/+1
* Internationalize more strings (#2440)Stanislas Signoud2024-01-091-31/+43
* add expandable context to composer when replying to post (#2419)Hailey2024-01-081-0/+1
* Fix: only show appeal CW item on moderated posts (#2312)Paul Frazee2023-12-271-1/+13
* Bump react-native to 0.73.1, expo to 50 (#2214)Eric Bailey2023-12-231-0/+1
* Re-rendering improvements for like/unlike (#2180)dan2023-12-121-50/+73
* Reduce calls to getFeedGenerator and getFeed (#2166)Paul Frazee2023-12-111-7/+6
* Check Analytics (#2106)Ansh2023-12-061-4/+1
* Fix: distinguish between post media and quotes with the moderation hider (#2075)Paul Frazee2023-12-041-1/+7
* Shadow refactoring and improvements (#1959)dan2023-11-211-3/+1
* Do less work (#1953)dan2023-11-171-1/+1
* Add some memoization (#1947)dan2023-11-161-3/+4
* Add Shadow type (#1900)Paul Frazee2023-11-141-2/+2
* Composer update (react-query refactor) (#1899)Paul Frazee2023-11-141-4/+4
* Refactor notifications to use react-query (#1878)Paul Frazee2023-11-121-1/+1
* Refactor feeds to use react-query (#1862)Paul Frazee2023-11-101-159/+114
* Move language preferences to new persistence + context (#1837)Paul Frazee2023-11-081-1/+3
* Move muted threads to new persistence + context (#1838)Paul Frazee2023-11-081-5/+8
* Replace all logs with new loggerEric Bailey2023-11-041-8/+9
* Fix immediate TS errorsEric Bailey2023-11-041-4/+4
* Merge branch 'main' of https://github.com/haideralipunjabi/social-app into mainPaul Frazee2023-10-301-1/+19
|\
| * Added show more for long postsHaider Ali Punjabi2023-10-261-1/+19
* | Rename component to match new behaviorPaul Frazee2023-10-301-3/+3
|/
* fix 'Reposted by' text overflow (#1535)Eric Bailey2023-09-261-1/+2
* Accessibility fixes: add missing labels, dynamically scale home header (#1516)Paul Frazee2023-09-221-2/+2
* Language settings updates, new primary language setting (#1471)Eric Bailey2023-09-211-1/+4
* Prefilter the mergefeed to ensure a better mix of following and custom feeds ...Paul Frazee2023-09-201-0/+1
* Feed UI update working branch [WIP] (#1420)Paul Frazee2023-09-181-26/+31