bsky-app/src/view/com/post-thread
Samuel Newman 56ab5e177f
Show quote posts (#4865)
* show quote posts

* fix filter

* fix keyExtractor

* move likedby and repostedby to new file structure

* use modern list component

* remove relative imports

* update quotes count after quoting

* call `onPost` after updating quote count

* Revert "update quotes count after quoting"

This reverts commit 1f1887730a210c57c1e5a0eb0f47c42c42cf1b4b.

* implement

* update like count in quotes list

* only add `onPostReply` where needed

* Filter quotes with detached embeds

* Bump SDK

* Don't show error for no results

---------

Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
Co-authored-by: Hailey <me@haileyok.com>
Co-authored-by: Eric Bailey <git@esb.lol>
2024-08-21 15:26:25 -05:00
..
PostLikedBy.tsx Show quote posts (#4865) 2024-08-21 15:26:25 -05:00
PostQuotes.tsx Show quote posts (#4865) 2024-08-21 15:26:25 -05:00
PostRepostedBy.tsx Show quote posts (#4865) 2024-08-21 15:26:25 -05:00
PostThread.tsx Show just-posted replies above OP replies (#4901) 2024-08-08 19:19:58 +01:00
PostThreadComposePrompt.tsx Move onPressReply into child component (#4898) 2024-08-08 17:58:58 +01:00
PostThreadFollowBtn.tsx Use appropriate icons for toasts (#4803) 2024-07-23 15:01:04 +01:00
PostThreadItem.tsx Show quote posts (#4865) 2024-08-21 15:26:25 -05:00
PostThreadLoadMore.tsx Improve thread loading (#4402) 2024-06-11 11:30:38 -07:00
PostThreadShowHiddenReplies.tsx Always show the header on post threads on native (#4254) 2024-05-30 04:28:32 +01:00